C# Class iTextSharp.text.html.HtmlUtilities

显示文件 Open project: mapo80/iTextSharp-Monotouch

Public Properties

Property Type Description
FONTSIZES int[]

Public Methods

Method Description
AlignmentValue ( String alignment ) : int
DecodeColor ( String s ) : BaseColor
EliminateWhiteSpace ( String content ) : String
GetIndexedFontSize ( String value, String previous ) : int
ParseAttributes ( String str ) : Properties
ParseLength ( String str ) : float
ParseLength ( String str, float actualFontSize ) : float
RemoveComment ( String str, String startComment, String endComment ) : String

Private Methods

Method Description
HtmlUtilities ( ) : System

Method Details

AlignmentValue() public static method

public static AlignmentValue ( String alignment ) : int
alignment String
return int

DecodeColor() public static method

public static DecodeColor ( String s ) : BaseColor
s String
return iTextSharp.text.BaseColor

EliminateWhiteSpace() public static method

public static EliminateWhiteSpace ( String content ) : String
content String
return String

GetIndexedFontSize() public static method

public static GetIndexedFontSize ( String value, String previous ) : int
value String
previous String
return int

ParseAttributes() public static method

public static ParseAttributes ( String str ) : Properties
str String
return System.util.Properties

ParseLength() public static method

public static ParseLength ( String str ) : float
str String
return float

ParseLength() public static method

public static ParseLength ( String str, float actualFontSize ) : float
str String
actualFontSize float
return float

RemoveComment() public static method

public static RemoveComment ( String str, String startComment, String endComment ) : String
str String
startComment String
endComment String
return String

Property Details

FONTSIZES public_oe static_oe property

public static int[] FONTSIZES
return int[]