Package | Description |
---|---|
org.apache.pdfbox.pdmodel.interactive.annotation |
The annotation package contains classes that work with PDF annotation elements.
|
Modifier and Type | Method | 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 | 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.
|
Copyright © 2002–2018. All rights reserved.