Uses of Class
org.apache.pdfbox.pdmodel.interactive.annotation.PDAppearanceEntry
Packages that use PDAppearanceEntry
Package
Description
The annotation package contains classes that work with PDF annotation elements.
-
Uses of PDAppearanceEntry in org.apache.pdfbox.pdmodel.interactive.annotation
Methods in org.apache.pdfbox.pdmodel.interactive.annotation that return PDAppearanceEntryModifier and TypeMethodDescriptionPDAppearanceDictionary.getDownAppearance()
This will return a list of appearances.PDAppearanceDictionary.getNormalAppearance()
This will return a list of appearances.PDAppearanceDictionary.getRolloverAppearance()
This will return a list of appearances.Methods in org.apache.pdfbox.pdmodel.interactive.annotation with parameters of type PDAppearanceEntryModifier and TypeMethodDescriptionvoid
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.