Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.PDF for Java 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 represents 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
Field for file select box element.
|
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 |
---|---|
List<Field> |
Page.getFieldsInTabOrder()
Gets list of Field object in Tab order on this page.
|
Modifier and Type | Method and Description |
---|---|
void |
Form.add(Field field)
Adds field on the form.
|
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.addFieldAppearance(Field field,
int pageNumber,
Rectangle rect)
Adds additional appearance of the field to specified page of the document in the specified
location.
|
void |
Form.addFieldToAcroForm(Field field)
Adds additional appearance of the field to specified page of the document.
|
void |
Field.copyTo(Field[] array,
int index)
Copies subfields of this field into array starting from specified index.
|
void |
Form.copyTo(Field[] array,
int index)
Copies fields placed on the form into array.
|
void |
Form.delete(Field field)
Delete field from the form.
|
Modifier and Type | Method and Description |
---|---|
void |
Form.setCalculatedFields(List<Field> value)
Allows to set order of field calculation.
|
Copyright © 2018 Aspose. All Rights Reserved.