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.org.apache.pdfbox.pdmodel.interactive.annotation.handlers org.apache.pdfbox.pdmodel.interactive.form The interactive package contains classes for handling Interactive Forms, also known as "AcroForms". -
-
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 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.Methods in org.apache.pdfbox.pdmodel.interactive.annotation with parameters of type PDAppearanceEntry 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. -
Uses of PDAppearanceEntry in org.apache.pdfbox.pdmodel.interactive.annotation.handlers
Methods in org.apache.pdfbox.pdmodel.interactive.annotation.handlers that return PDAppearanceEntry Modifier and Type Method Description (package private) PDAppearanceEntry
PDAbstractAppearanceHandler. getDownAppearance()
Get the annotations down appearance.private PDAppearanceEntry
PDAbstractAppearanceHandler. getNormalAppearance()
Get the annotations normal appearance.(package private) PDAppearanceEntry
PDAbstractAppearanceHandler. getRolloverAppearance()
Get the annotations rollover appearance.Methods in org.apache.pdfbox.pdmodel.interactive.annotation.handlers with parameters of type PDAppearanceEntry Modifier and Type Method Description private PDAppearanceContentStream
PDAbstractAppearanceHandler. getAppearanceEntryAsContentStream(PDAppearanceEntry appearanceEntry, boolean compress)
-
Uses of PDAppearanceEntry in org.apache.pdfbox.pdmodel.interactive.form
Methods in org.apache.pdfbox.pdmodel.interactive.form with parameters of type PDAppearanceEntry Modifier and Type Method Description private static boolean
AppearanceGeneratorHelper. isValidAppearanceStream(PDAppearanceEntry appearance)
-