Package | Description |
---|---|
org.apache.pdfbox.pdmodel.interactive.annotation |
The annotation package contains classes that work with PDF annotation elements.
|
org.apache.pdfbox.pdmodel.interactive.annotation.handlers | |
org.apache.pdfbox.pdmodel.interactive.form |
The interactive package contains classes for handling Interactive Forms, also known as "AcroForms".
|
Modifier and Type | Method and Description |
---|---|
PDAppearanceEntry |
PDAppearanceDictionary.getDownAppearance()
This will return a list of appearances.
|
PDAppearanceEntry |
PDAppearanceDictionary.getNormalAppearance()
This will return a list of appearances.
|
PDAppearanceEntry |
PDAppearanceDictionary.getRolloverAppearance()
This will return a list of appearances.
|
Modifier and Type | Method and Description |
---|---|
void |
PDAppearanceDictionary.setDownAppearance(PDAppearanceEntry entry)
This will set a list of appearances.
|
void |
PDAppearanceDictionary.setNormalAppearance(PDAppearanceEntry entry)
This will set a list of appearances.
|
void |
PDAppearanceDictionary.setRolloverAppearance(PDAppearanceEntry entry)
This will set a list of appearances.
|
Modifier and Type | Method and Description |
---|---|
(package private) PDAppearanceEntry |
PDAbstractAppearanceHandler.getDownAppearance()
Get the annotations down appearance.
|
private PDAppearanceEntry |
PDAbstractAppearanceHandler.getNormalAppearance()
Get the annotations normal appearance.
|
(package private) PDAppearanceEntry |
PDAbstractAppearanceHandler.getRolloverAppearance()
Get the annotations rollover appearance.
|
Modifier and Type | Method and Description |
---|---|
private PDAppearanceContentStream |
PDAbstractAppearanceHandler.getAppearanceEntryAsContentStream(PDAppearanceEntry appearanceEntry,
boolean compress) |
Modifier and Type | Method and Description |
---|---|
private static boolean |
AppearanceGeneratorHelper.isValidAppearanceStream(PDAppearanceEntry appearance) |