Package | Description |
---|---|
com.foxit.gsdk.pdf.annots | |
com.foxit.gsdk.pdf.form |
Modifier and Type | Method and Description |
---|---|
DefaultAppearance |
FreeText.getDefaultAppearance()
Get default appearance of current free text annotation, which can be used in
formatting text.
|
Modifier and Type | Method and Description |
---|---|
void |
FreeText.setDefaultAppearance(DefaultAppearance defaultAppearance)
Set default appearance of current free text annotation, which can be used in
formatting the text.
|
Modifier and Type | Method and Description |
---|---|
DefaultAppearance |
PDFFormField.getDefaultAppearance()
Get default appearance of specified fields.
|
DefaultAppearance |
PDFForm.getDefaultAppearance()
Retrieve a default appearance of the form.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PDFFormField.setDefaultAppearance(DefaultAppearance appearance)
Set default appearance of current field.
|
void |
PDFForm.setDefaultAppearance(DefaultAppearance appearance)
Set default appearance of the form.
|