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

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

공개 메소드들

메소드 설명
AddCalculationOrder ( PdfFormField formField ) : void
AddCheckBox ( string name, string value, bool status, float llx, float lly, float urx, float ury ) : PdfFormField
AddComboBox ( string name, string options, string defaultValue, bool editable, BaseFont font, float fontSize, float llx, float lly, float urx, float ury ) : PdfFormField
AddDocumentField ( PdfIndirectReference piref ) : void
AddFieldTemplates ( object>.Dictionary ft ) : void
AddFormField ( PdfFormField formField ) : void
AddHiddenField ( string name, string value ) : PdfFormField
AddHtmlPostButton ( string name, string caption, string value, string url, BaseFont font, float fontSize, float llx, float lly, float urx, float ury ) : PdfFormField
AddMap ( string name, string value, string url, PdfContentByte appearance, float llx, float lly, float urx, float ury ) : PdfFormField
AddMultiLineTextField ( string name, string text, BaseFont font, float fontSize, float llx, float lly, float urx, float ury ) : PdfFormField
AddRadioButton ( PdfFormField radiogroup, string value, float llx, float lly, float urx, float ury ) : PdfFormField
AddRadioGroup ( PdfFormField radiogroup ) : void
AddResetButton ( string name, string caption, string value, BaseFont font, float fontSize, float llx, float lly, float urx, float ury ) : PdfFormField
AddSelectList ( string name, string options, string defaultValue, BaseFont font, float fontSize, float llx, float lly, float urx, float ury ) : PdfFormField
AddSignature ( String name, float llx, float lly, float urx, float ury ) : PdfFormField
AddSingleLinePasswordField ( string name, string text, BaseFont font, float fontSize, float llx, float lly, float urx, float ury ) : PdfFormField
AddSingleLineTextField ( string name, string text, BaseFont font, float fontSize, float llx, float lly, float urx, float ury ) : PdfFormField
DrawButton ( PdfFormField button, string caption, BaseFont font, float fontSize, float llx, float lly, float urx, float ury ) : void
DrawCheckBoxAppearences ( PdfFormField field, string value, float llx, float lly, float urx, float ury ) : void
DrawMultiLineOfText ( PdfFormField field, string text, BaseFont font, float fontSize, float llx, float lly, float urx, float ury ) : void
DrawRadioAppearences ( PdfFormField field, string value, float llx, float lly, float urx, float ury ) : void
DrawSignatureAppearences ( PdfFormField field, float llx, float lly, float urx, float ury ) : void
DrawSingleLineOfText ( PdfFormField field, string text, BaseFont font, float fontSize, float llx, float lly, float urx, float ury ) : void
GetRadioGroup ( string name, string defaultValue, bool noToggleToOff ) : PdfFormField
IsValid ( ) : bool
PdfAcroForm ( PdfWriter writer ) : System
SetButtonParams ( PdfFormField button, int characteristics, string name, string value ) : void
SetCheckBoxParams ( PdfFormField field, string name, string value, bool status, float llx, float lly, float urx, float ury ) : void
SetChoiceParams ( PdfFormField field, string name, string defaultValue, float llx, float lly, float urx, float ury ) : void
SetSignatureParams ( PdfFormField field, String name, float llx, float lly, float urx, float ury ) : void
SetTextFieldParams ( PdfFormField field, string text, string name, float llx, float lly, float urx, float ury ) : void

메소드 상세

AddCalculationOrder() 공개 메소드

public AddCalculationOrder ( PdfFormField formField ) : void
formField PdfFormField
리턴 void

AddCheckBox() 공개 메소드

public AddCheckBox ( string name, string value, bool status, float llx, float lly, float urx, float ury ) : PdfFormField
name string
value string
status bool
llx float
lly float
urx float
ury float
리턴 PdfFormField

AddComboBox() 공개 메소드

public AddComboBox ( string name, string options, string defaultValue, bool editable, BaseFont font, float fontSize, float llx, float lly, float urx, float ury ) : PdfFormField
name string
options string
defaultValue string
editable bool
font BaseFont
fontSize float
llx float
lly float
urx float
ury float
리턴 PdfFormField

AddDocumentField() 공개 메소드

public AddDocumentField ( PdfIndirectReference piref ) : void
piref PdfIndirectReference
리턴 void

AddFieldTemplates() 공개 메소드

public AddFieldTemplates ( object>.Dictionary ft ) : void
ft object>.Dictionary
리턴 void

AddFormField() 공개 메소드

public AddFormField ( PdfFormField formField ) : void
formField PdfFormField
리턴 void

AddHiddenField() 공개 메소드

public AddHiddenField ( string name, string value ) : PdfFormField
name string
value string
리턴 PdfFormField

AddHtmlPostButton() 공개 메소드

public AddHtmlPostButton ( string name, string caption, string value, string url, BaseFont font, float fontSize, float llx, float lly, float urx, float ury ) : PdfFormField
name string
caption string
value string
url string
font BaseFont
fontSize float
llx float
lly float
urx float
ury float
리턴 PdfFormField

AddMap() 공개 메소드

public AddMap ( string name, string value, string url, PdfContentByte appearance, float llx, float lly, float urx, float ury ) : PdfFormField
name string
value string
url string
appearance PdfContentByte
llx float
lly float
urx float
ury float
리턴 PdfFormField

AddMultiLineTextField() 공개 메소드

public AddMultiLineTextField ( string name, string text, BaseFont font, float fontSize, float llx, float lly, float urx, float ury ) : PdfFormField
name string
text string
font BaseFont
fontSize float
llx float
lly float
urx float
ury float
리턴 PdfFormField

AddRadioButton() 공개 메소드

public AddRadioButton ( PdfFormField radiogroup, string value, float llx, float lly, float urx, float ury ) : PdfFormField
radiogroup PdfFormField
value string
llx float
lly float
urx float
ury float
리턴 PdfFormField

AddRadioGroup() 공개 메소드

public AddRadioGroup ( PdfFormField radiogroup ) : void
radiogroup PdfFormField
리턴 void

AddResetButton() 공개 메소드

public AddResetButton ( string name, string caption, string value, BaseFont font, float fontSize, float llx, float lly, float urx, float ury ) : PdfFormField
name string
caption string
value string
font BaseFont
fontSize float
llx float
lly float
urx float
ury float
리턴 PdfFormField

AddSelectList() 공개 메소드

public AddSelectList ( string name, string options, string defaultValue, BaseFont font, float fontSize, float llx, float lly, float urx, float ury ) : PdfFormField
name string
options string
defaultValue string
font BaseFont
fontSize float
llx float
lly float
urx float
ury float
리턴 PdfFormField

AddSignature() 공개 메소드

public AddSignature ( String name, float llx, float lly, float urx, float ury ) : PdfFormField
name String
llx float
lly float
urx float
ury float
리턴 PdfFormField

AddSingleLinePasswordField() 공개 메소드

public AddSingleLinePasswordField ( string name, string text, BaseFont font, float fontSize, float llx, float lly, float urx, float ury ) : PdfFormField
name string
text string
font BaseFont
fontSize float
llx float
lly float
urx float
ury float
리턴 PdfFormField

AddSingleLineTextField() 공개 메소드

public AddSingleLineTextField ( string name, string text, BaseFont font, float fontSize, float llx, float lly, float urx, float ury ) : PdfFormField
name string
text string
font BaseFont
fontSize float
llx float
lly float
urx float
ury float
리턴 PdfFormField

DrawButton() 공개 메소드

public DrawButton ( PdfFormField button, string caption, BaseFont font, float fontSize, float llx, float lly, float urx, float ury ) : void
button PdfFormField
caption string
font BaseFont
fontSize float
llx float
lly float
urx float
ury float
리턴 void

DrawCheckBoxAppearences() 공개 메소드

public DrawCheckBoxAppearences ( PdfFormField field, string value, float llx, float lly, float urx, float ury ) : void
field PdfFormField
value string
llx float
lly float
urx float
ury float
리턴 void

DrawMultiLineOfText() 공개 메소드

public DrawMultiLineOfText ( PdfFormField field, string text, BaseFont font, float fontSize, float llx, float lly, float urx, float ury ) : void
field PdfFormField
text string
font BaseFont
fontSize float
llx float
lly float
urx float
ury float
리턴 void

DrawRadioAppearences() 공개 메소드

public DrawRadioAppearences ( PdfFormField field, string value, float llx, float lly, float urx, float ury ) : void
field PdfFormField
value string
llx float
lly float
urx float
ury float
리턴 void

DrawSignatureAppearences() 공개 메소드

public DrawSignatureAppearences ( PdfFormField field, float llx, float lly, float urx, float ury ) : void
field PdfFormField
llx float
lly float
urx float
ury float
리턴 void

DrawSingleLineOfText() 공개 메소드

public DrawSingleLineOfText ( PdfFormField field, string text, BaseFont font, float fontSize, float llx, float lly, float urx, float ury ) : void
field PdfFormField
text string
font BaseFont
fontSize float
llx float
lly float
urx float
ury float
리턴 void

GetRadioGroup() 공개 메소드

public GetRadioGroup ( string name, string defaultValue, bool noToggleToOff ) : PdfFormField
name string
defaultValue string
noToggleToOff bool
리턴 PdfFormField

IsValid() 공개 메소드

public IsValid ( ) : bool
리턴 bool

PdfAcroForm() 공개 메소드

public PdfAcroForm ( PdfWriter writer ) : System
writer PdfWriter
리턴 System

SetButtonParams() 공개 메소드

public SetButtonParams ( PdfFormField button, int characteristics, string name, string value ) : void
button PdfFormField
characteristics int
name string
value string
리턴 void

SetCheckBoxParams() 공개 메소드

public SetCheckBoxParams ( PdfFormField field, string name, string value, bool status, float llx, float lly, float urx, float ury ) : void
field PdfFormField
name string
value string
status bool
llx float
lly float
urx float
ury float
리턴 void

SetChoiceParams() 공개 메소드

public SetChoiceParams ( PdfFormField field, string name, string defaultValue, float llx, float lly, float urx, float ury ) : void
field PdfFormField
name string
defaultValue string
llx float
lly float
urx float
ury float
리턴 void

SetSignatureParams() 공개 메소드

public SetSignatureParams ( PdfFormField field, String name, float llx, float lly, float urx, float ury ) : void
field PdfFormField
name String
llx float
lly float
urx float
ury float
리턴 void

SetTextFieldParams() 공개 메소드

public SetTextFieldParams ( PdfFormField field, string text, string name, float llx, float lly, float urx, float ury ) : void
field PdfFormField
text string
name string
llx float
lly float
urx float
ury float
리턴 void