Uses of Class
org.apache.pdfbox.pdmodel.interactive.annotation.PDAppearanceEntry
-
Packages that use PDAppearanceEntry Package Description org.apache.pdfbox.pdmodel.interactive.annotation 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 PDAppearanceEntry Modifier and Type Method Description PDAppearanceEntryPDAppearanceDictionary. getDownAppearance()This will return a list of appearances.PDAppearanceEntryPDAppearanceDictionary. getNormalAppearance()This will return a list of appearances.PDAppearanceEntryPDAppearanceDictionary. getRolloverAppearance()This will return a list of appearances.Methods in org.apache.pdfbox.pdmodel.interactive.annotation with parameters of type PDAppearanceEntry Modifier and Type Method Description voidPDAppearanceDictionary. setDownAppearance(PDAppearanceEntry entry)This will set a list of appearances.voidPDAppearanceDictionary. setNormalAppearance(PDAppearanceEntry entry)This will set a list of appearances.voidPDAppearanceDictionary. setRolloverAppearance(PDAppearanceEntry entry)This will set a list of appearances.
-