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 | Method and Description |
---|---|
DefaultAppearance |
Form.getDefaultAppearance()
Gets default appearance of the form (object which describes default font, text size and color
for fields on the form).
|
DefaultAppearance |
WidgetAnnotation.getDefaultAppearance()
Gets default appearance of the field.
|
DefaultAppearance |
FreeTextAnnotation.getDefaultAppearanceObject()
Object which represents default appearance of FreeText annotation.
|
Modifier and Type | Method and Description |
---|---|
void |
Form.setDefaultAppearance(DefaultAppearance value)
Sets default appearance of the form (object which describes default font, text size and color
for fields on the form).
|
void |
WidgetAnnotation.setDefaultAppearance(DefaultAppearance value)
Sets default appearance of the field.
|
Constructor and Description |
---|
FreeTextAnnotation(IDocument document,
DefaultAppearance appearance)
Constructor to use with Generator.
|
FreeTextAnnotation(Page page,
Rectangle rect,
DefaultAppearance appearance)
Creates new FreeText annotation on the specified page.
|