C# 클래스 iTextSharp.text.html.Markup

A class that contains all the possible tagnames and their attributes.
파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6

공개 메소드들

메소드 설명
DecodeColor ( String s ) : Color

Converts a Color into a HTML representation of this Color.

ParseAttributes ( string str ) : Properties

This method parses a string with attributes and returns a Properties object.

ParseLength ( String str, float actualFontSize ) : float
ParseLength ( string str ) : float

Parses a length.

RemoveComment ( String str, String startComment, String endComment ) : string

메소드 상세

DecodeColor() 공개 정적인 메소드

Converts a Color into a HTML representation of this Color.
public static DecodeColor ( String s ) : Color
s String
리턴 Color

ParseAttributes() 공개 정적인 메소드

This method parses a string with attributes and returns a Properties object.
public static ParseAttributes ( string str ) : Properties
str string a string of this form: 'key1="value1"; key2="value2";... keyN="valueN" '
리턴 System.util.Properties

ParseLength() 공개 정적인 메소드

public static ParseLength ( String str, float actualFontSize ) : float
str String
actualFontSize float
리턴 float

ParseLength() 공개 정적인 메소드

Parses a length.
public static ParseLength ( string str ) : float
str string a length in the form of an optional + or -, followed by a number and a unit.
리턴 float

RemoveComment() 공개 정적인 메소드

public static RemoveComment ( String str, String startComment, String endComment ) : string
str String
startComment String
endComment String
리턴 string