C# Class iTextSharp.text.html.HtmlEncoder

ファイルを表示 Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Public Methods

Method Description
Encode ( BaseColor color ) : String
Encode ( String str ) : String
GetAlignment ( int alignment ) : String
IsNewLineTag ( String tag ) : bool

Private Methods

Method Description
HtmlEncoder ( ) : System

Method Details

Encode() public static method

public static Encode ( BaseColor color ) : String
color iTextSharp.text.BaseColor
return String

Encode() public static method

public static Encode ( String str ) : String
str String
return String

GetAlignment() public static method

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

IsNewLineTag() public static method

public static IsNewLineTag ( String tag ) : bool
tag String
return bool