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

파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch 1 사용 예제들

공개 메소드들

메소드 설명
Encode ( BaseColor color ) : String
Encode ( String str ) : String
GetAlignment ( int alignment ) : String
IsNewLineTag ( String tag ) : bool

비공개 메소드들

메소드 설명
HtmlEncoder ( ) : System

메소드 상세

Encode() 공개 정적인 메소드

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

Encode() 공개 정적인 메소드

public static Encode ( String str ) : String
str String
리턴 String

GetAlignment() 공개 정적인 메소드

public static GetAlignment ( int alignment ) : String
alignment int
리턴 String

IsNewLineTag() 공개 정적인 메소드

public static IsNewLineTag ( String tag ) : bool
tag String
리턴 bool