C# Class iTextSharp.text.html.HtmlEncoder

Afficher le fichier Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Méthodes publiques

Méthode Description
Encode ( BaseColor color ) : String
Encode ( String str ) : String
GetAlignment ( int alignment ) : String
IsNewLineTag ( String tag ) : bool

Private Methods

Méthode Description
HtmlEncoder ( ) : System

Method Details

Encode() public static méthode

public static Encode ( BaseColor color ) : String
color iTextSharp.text.BaseColor
Résultat String

Encode() public static méthode

public static Encode ( String str ) : String
str String
Résultat String

GetAlignment() public static méthode

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

IsNewLineTag() public static méthode

public static IsNewLineTag ( String tag ) : bool
tag String
Résultat bool