Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.Pdf.New library which are either directly in it like Document or indirectly through several subpackages. |
Modifier and Type | Class and Description |
---|---|
class |
BarcodeField
Class represents barcode field.
|
class |
ButtonField
Class represnets push button field.
|
class |
CheckboxField
Class representing checkbox field
|
class |
ChoiceField
Represents base class for choice fields.
|
class |
ComboBoxField
Class representing Combobox field of the form.
|
class |
FileSelectBoxField |
class |
ListBoxField
Class represents ListBox field.
|
class |
PasswordBoxField
Class descibes text field for entering password.
|
class |
RadioButtonField
Class representing radio button field.
|
class |
RadioButtonOptionField
Class represents item of RadioButton field.
|
class |
RichTextBoxField
Class describes rich text editor component.
|
class |
SignatureField
Represents signature form field.
|
class |
TextBoxField
Class representing text box field.
|
Modifier and Type | Method and Description |
---|---|
Field |
Form.add(Field field,
String partialName,
int pageNumber)
Adds new field to the form; If this field is already placed on other or this form, the copy of field is created.
|
Field[] |
Form.getFields()
Gets list of all fields in lowest level of hierarhical form.
|
Field[] |
Form.getFieldsInRect(Rectangle rect)
Returns fields inside of specified rectangle.
|
Field |
WidgetAnnotation.getParent()
Gets annotation parent.
|
Modifier and Type | Method and Description |
---|---|
void |
Form.add(Field field,
int pageNumber)
Adds field on the form.
|
Field |
Form.add(Field field,
String partialName,
int pageNumber)
Adds new field to the form; If this field is already placed on other or this form, the copy of field is created.
|
void |
Form.addFieldToAcroForm(Field field) |
void |
Form.delete(Field field)
Delete field from the form.
|
Copyright © 2020 Aspose. All Rights Reserved.