C# Class iTextSharp.text.pdf.PdfAcroForm

Inheritance: PdfDictionary
ファイルを表示 Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Public Methods

Method Description
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

Method Details

AddCalculationOrder() public method

public AddCalculationOrder ( PdfFormField formField ) : void
formField PdfFormField
return void

AddCheckBox() public method

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
return PdfFormField

AddComboBox() public method

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
return PdfFormField

AddDocumentField() public method

public AddDocumentField ( PdfIndirectReference piref ) : void
piref PdfIndirectReference
return void

AddFieldTemplates() public method

public AddFieldTemplates ( object>.Dictionary ft ) : void
ft object>.Dictionary
return void

AddFormField() public method

public AddFormField ( PdfFormField formField ) : void
formField PdfFormField
return void

AddHiddenField() public method

public AddHiddenField ( string name, string value ) : PdfFormField
name string
value string
return PdfFormField

AddHtmlPostButton() public method

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
return PdfFormField

AddMap() public method

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
return PdfFormField

AddMultiLineTextField() public method

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
return PdfFormField

AddRadioButton() public method

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
return PdfFormField

AddRadioGroup() public method

public AddRadioGroup ( PdfFormField radiogroup ) : void
radiogroup PdfFormField
return void

AddResetButton() public method

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
return PdfFormField

AddSelectList() public method

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
return PdfFormField

AddSignature() public method

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

AddSingleLinePasswordField() public method

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
return PdfFormField

AddSingleLineTextField() public method

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
return PdfFormField

DrawButton() public method

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
return void

DrawCheckBoxAppearences() public method

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
return void

DrawMultiLineOfText() public method

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
return void

DrawRadioAppearences() public method

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
return void

DrawSignatureAppearences() public method

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

DrawSingleLineOfText() public method

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
return void

GetRadioGroup() public method

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

IsValid() public method

public IsValid ( ) : bool
return bool

PdfAcroForm() public method

public PdfAcroForm ( PdfWriter writer ) : System
writer PdfWriter
return System

SetButtonParams() public method

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

SetCheckBoxParams() public method

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
return void

SetChoiceParams() public method

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
return void

SetSignatureParams() public method

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
return void

SetTextFieldParams() public method

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
return void