C# 클래스 iTextSharp.text.ElementTags

A class that contains all the possible tagnames and their attributes.
파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6

공개 프로퍼티들

프로퍼티 타입 설명
GENERICTAG string
LOCALDESTINATION string
LOCALGOTO string
REMOTEGOTO string
SUBSUPSCRIPT string

공개 메소드들

메소드 설명
AlignmentValue ( String alignment ) : int
GetAlignment ( int alignment ) : string

Translates the alignment value to a String value.

메소드 상세

AlignmentValue() 공개 정적인 메소드

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

GetAlignment() 공개 정적인 메소드

Translates the alignment value to a String value.
public static GetAlignment ( int alignment ) : string
alignment int the alignment value
리턴 string

프로퍼티 상세

GENERICTAG 공개적으로 정적으로 프로퍼티

attribute of the chunk tag
public static string GENERICTAG
리턴 string

LOCALDESTINATION 공개적으로 정적으로 프로퍼티

attribute of the chunk tag
public static string LOCALDESTINATION
리턴 string

LOCALGOTO 공개적으로 정적으로 프로퍼티

attribute of the chunk tag
public static string LOCALGOTO
리턴 string

REMOTEGOTO 공개적으로 정적으로 프로퍼티

attribute of the chunk tag
public static string REMOTEGOTO
리턴 string

SUBSUPSCRIPT 공개적으로 정적으로 프로퍼티

attribute of the chunk tag
public static string SUBSUPSCRIPT
리턴 string