C# Class iTextSharp.text.html.HtmlUtilities

Afficher le fichier Open project: mapo80/iTextSharp-Monotouch

Méthodes publiques

Свойство Type Description
FONTSIZES int[]

Méthodes publiques

Méthode 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

Méthode Description
HtmlUtilities ( ) : System

Method Details

AlignmentValue() public static méthode

public static AlignmentValue ( String alignment ) : int
alignment String
Résultat int

DecodeColor() public static méthode

public static DecodeColor ( String s ) : BaseColor
s String
Résultat iTextSharp.text.BaseColor

EliminateWhiteSpace() public static méthode

public static EliminateWhiteSpace ( String content ) : String
content String
Résultat String

GetIndexedFontSize() public static méthode

public static GetIndexedFontSize ( String value, String previous ) : int
value String
previous String
Résultat int

ParseAttributes() public static méthode

public static ParseAttributes ( String str ) : Properties
str String
Résultat System.util.Properties

ParseLength() public static méthode

public static ParseLength ( String str ) : float
str String
Résultat float

ParseLength() public static méthode

public static ParseLength ( String str, float actualFontSize ) : float
str String
actualFontSize float
Résultat float

RemoveComment() public static méthode

public static RemoveComment ( String str, String startComment, String endComment ) : String
str String
startComment String
endComment String
Résultat String

Property Details

FONTSIZES public_oe static_oe property

public static int[] FONTSIZES
Résultat int[]