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