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

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

공개 프로퍼티들

프로퍼티 타입 설명
IF_SCALE_ALWAYS PdfName
IF_SCALE_ANAMORPHIC PdfName
IF_SCALE_BIGGER PdfName
IF_SCALE_NEVER PdfName
IF_SCALE_PROPORTIONAL PdfName
IF_SCALE_SMALLER PdfName
mergeTarget PdfName[]

공개 메소드들

메소드 설명
AddKid ( PdfFormField field ) : void
CreateCheckBox ( PdfWriter writer ) : PdfFormField
CreateCombo ( PdfWriter writer, bool edit, String options, int topIndex ) : PdfFormField
CreateEmpty ( PdfWriter writer ) : PdfFormField
CreateList ( PdfWriter writer, String options, int topIndex ) : PdfFormField
CreatePushButton ( PdfWriter writer ) : PdfFormField
CreateRadioButton ( PdfWriter writer, bool noToggleToOff ) : PdfFormField
CreateSignature ( PdfWriter writer ) : PdfFormField
CreateTextField ( PdfWriter writer, bool multiline, bool password, int maxLen ) : PdfFormField
PdfFormField ( PdfWriter writer, float llx, float lly, float urx, float ury, PdfAction action ) : System
SetFieldFlags ( int flags ) : int
SetUsed ( ) : void
SetWidget ( Rectangle rect, PdfName highlight ) : void

보호된 메소드들

메소드 설명
CreateButton ( PdfWriter writer, int flags ) : PdfFormField
CreateChoice ( PdfWriter writer, int flags, PdfArray options, int topIndex ) : PdfFormField
ProcessOptions ( String options ) : PdfArray

비공개 메소드들

메소드 설명
MergeResources ( PdfDictionary result, PdfDictionary source ) : void
MergeResources ( PdfDictionary result, PdfDictionary source, PdfStamperImp writer ) : void
PdfFormField ( PdfWriter writer ) : System

메소드 상세

AddKid() 공개 메소드

public AddKid ( PdfFormField field ) : void
field PdfFormField
리턴 void

CreateButton() 보호된 정적인 메소드

protected static CreateButton ( PdfWriter writer, int flags ) : PdfFormField
writer PdfWriter
flags int
리턴 PdfFormField

CreateCheckBox() 공개 정적인 메소드

public static CreateCheckBox ( PdfWriter writer ) : PdfFormField
writer PdfWriter
리턴 PdfFormField

CreateChoice() 보호된 정적인 메소드

protected static CreateChoice ( PdfWriter writer, int flags, PdfArray options, int topIndex ) : PdfFormField
writer PdfWriter
flags int
options PdfArray
topIndex int
리턴 PdfFormField

CreateCombo() 공개 정적인 메소드

public static CreateCombo ( PdfWriter writer, bool edit, String options, int topIndex ) : PdfFormField
writer PdfWriter
edit bool
options String
topIndex int
리턴 PdfFormField

CreateEmpty() 공개 정적인 메소드

public static CreateEmpty ( PdfWriter writer ) : PdfFormField
writer PdfWriter
리턴 PdfFormField

CreateList() 공개 정적인 메소드

public static CreateList ( PdfWriter writer, String options, int topIndex ) : PdfFormField
writer PdfWriter
options String
topIndex int
리턴 PdfFormField

CreatePushButton() 공개 정적인 메소드

public static CreatePushButton ( PdfWriter writer ) : PdfFormField
writer PdfWriter
리턴 PdfFormField

CreateRadioButton() 공개 정적인 메소드

public static CreateRadioButton ( PdfWriter writer, bool noToggleToOff ) : PdfFormField
writer PdfWriter
noToggleToOff bool
리턴 PdfFormField

CreateSignature() 공개 정적인 메소드

public static CreateSignature ( PdfWriter writer ) : PdfFormField
writer PdfWriter
리턴 PdfFormField

CreateTextField() 공개 정적인 메소드

public static CreateTextField ( PdfWriter writer, bool multiline, bool password, int maxLen ) : PdfFormField
writer PdfWriter
multiline bool
password bool
maxLen int
리턴 PdfFormField

PdfFormField() 공개 메소드

public PdfFormField ( PdfWriter writer, float llx, float lly, float urx, float ury, PdfAction action ) : System
writer PdfWriter
llx float
lly float
urx float
ury float
action PdfAction
리턴 System

ProcessOptions() 보호된 정적인 메소드

protected static ProcessOptions ( String options ) : PdfArray
options String
리턴 PdfArray

SetFieldFlags() 공개 메소드

public SetFieldFlags ( int flags ) : int
flags int
리턴 int

SetUsed() 공개 메소드

public SetUsed ( ) : void
리턴 void

SetWidget() 공개 메소드

public SetWidget ( Rectangle rect, PdfName highlight ) : void
rect Rectangle
highlight PdfName
리턴 void

프로퍼티 상세

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

public static PdfName IF_SCALE_ALWAYS
리턴 PdfName

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

public static PdfName IF_SCALE_ANAMORPHIC
리턴 PdfName

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

public static PdfName IF_SCALE_BIGGER
리턴 PdfName

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

public static PdfName IF_SCALE_NEVER
리턴 PdfName

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

public static PdfName IF_SCALE_PROPORTIONAL
리턴 PdfName

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

public static PdfName IF_SCALE_SMALLER
리턴 PdfName

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

public static PdfName[] mergeTarget
리턴 PdfName[]