C# 클래스 iTextSharp.text.pdf.TextField

상속: BaseField
파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ChangeFontSize void
CheckRTL bool
ComposePhrase Phrase
GetListAppearance PdfAppearance

공개 메소드들

메소드 설명
GetAppearance ( ) : PdfAppearance
GetComboField ( ) : PdfFormField
GetListField ( ) : PdfFormField
GetTextField ( ) : PdfFormField
ObfuscatePassword ( String text ) : String
RemoveCRLF ( String text ) : String
SetExtraMargin ( float extraMarginLeft, float extraMarginTop ) : void
TextField ( PdfWriter writer, Rectangle box, String fieldName ) : System

보호된 메소드들

메소드 설명
GetChoiceField ( bool isList ) : PdfFormField

비공개 메소드들

메소드 설명
ChangeFontSize ( Phrase p, float size ) : void
CheckRTL ( String text ) : bool
ComposePhrase ( String text, BaseFont ufont, System.Color color, float fontSize ) : Phrase
GetListAppearance ( ) : PdfAppearance

메소드 상세

GetAppearance() 공개 메소드

public GetAppearance ( ) : PdfAppearance
리턴 PdfAppearance

GetChoiceField() 보호된 메소드

protected GetChoiceField ( bool isList ) : PdfFormField
isList bool
리턴 PdfFormField

GetComboField() 공개 메소드

public GetComboField ( ) : PdfFormField
리턴 PdfFormField

GetListField() 공개 메소드

public GetListField ( ) : PdfFormField
리턴 PdfFormField

GetTextField() 공개 메소드

public GetTextField ( ) : PdfFormField
리턴 PdfFormField

ObfuscatePassword() 공개 정적인 메소드

public static ObfuscatePassword ( String text ) : String
text String
리턴 String

RemoveCRLF() 공개 정적인 메소드

public static RemoveCRLF ( String text ) : String
text String
리턴 String

SetExtraMargin() 공개 메소드

public SetExtraMargin ( float extraMarginLeft, float extraMarginTop ) : void
extraMarginLeft float
extraMarginTop float
리턴 void

TextField() 공개 메소드

public TextField ( PdfWriter writer, Rectangle box, String fieldName ) : System
writer PdfWriter
box Rectangle
fieldName String
리턴 System