| Package | Description |
|---|---|
| org.sejda.sambox.pdmodel.interactive.annotation |
| 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 © 2019 sejda. All rights reserved.