Package com.dynamicpdf.api
Class FormFieldInformation
java.lang.Object
com.dynamicpdf.api.FormFieldInformation
Represents the form field information containing the collection 
 of different types of field informations.
- 
Method Summary
Modifier and TypeMethodDescriptionGets a collection ofButtonFieldInformation.Gets a collection ofChoiceFieldInformation.Gets a collection ofMultiSelectListBoxInformation.Gets a collection ofPushButtonInformation.Gets a collection ofSignatureFieldInformation.Gets a collection ofTextFieldInformation.voidsetButtonFields(List<ButtonFieldInformation> value)Gets a collection ofButtonFieldInformation.voidsetChoiceFields(List<ChoiceFieldInformation> value)Sets a collection ofChoiceFieldInformation.voidSets a collection ofMultiSelectListBoxInformation.voidsetPushButtons(List<PushButtonInformation> value)Sets a collection ofPushButtonInformation.voidSets a collection ofSignatureFieldInformation.voidsetTextFields(List<TextFieldInformation> value)Sets a collection ofTextFieldInformation. 
- 
Method Details
- 
getSignatureFields
Gets a collection ofSignatureFieldInformation.- Returns:
 - A collection of 
SignatureFieldInformation. 
 - 
setSignatureFields
Sets a collection ofSignatureFieldInformation.- Parameters:
 value- A collection ofSignatureFieldInformation.
 - 
getTextFields
Gets a collection ofTextFieldInformation.- Returns:
 - A collection of 
TextFieldInformation. 
 - 
setTextFields
Sets a collection ofTextFieldInformation.- Parameters:
 value- A collection ofTextFieldInformation.
 - 
getChoiceFields
Gets a collection ofChoiceFieldInformation.- Returns:
 - A collection of 
ChoiceFieldInformation. 
 - 
setChoiceFields
Sets a collection ofChoiceFieldInformation.- Parameters:
 value- A collection ofChoiceFieldInformation.
 - 
getButtonFields
Gets a collection ofButtonFieldInformation.- Returns:
 - A collection of 
ButtonFieldInformation. 
 - 
setButtonFields
Gets a collection ofButtonFieldInformation.- Parameters:
 value- A collection ofButtonFieldInformation.
 - 
getPushButtons
Gets a collection ofPushButtonInformation.- Returns:
 - A collection of 
PushButtonInformation. 
 - 
setPushButtons
Sets a collection ofPushButtonInformation.- Parameters:
 value- A collection ofPushButtonInformation.
 - 
getMultiSelectListBoxFields
Gets a collection ofMultiSelectListBoxInformation.- Returns:
 - A collection of 
MultiSelectListBoxInformation. 
 - 
setMultiSelectListBoxFields
Sets a collection ofMultiSelectListBoxInformation.- Parameters:
 value- A collection ofMultiSelectListBoxInformation.
 
 -