Uses of Class
org.apache.pdfbox.pdmodel.interactive.annotation.PDAppearanceDictionary
-
Packages that use PDAppearanceDictionary Package Description org.apache.pdfbox.pdmodel.fdf The fdf package will handle all of the logic used for FDF objects inside of the PDF/FDF document.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.digitalsignature.visible This is the visual signature part that help creating the visual representation for the digital signature. -
-
Uses of PDAppearanceDictionary in org.apache.pdfbox.pdmodel.fdf
Methods in org.apache.pdfbox.pdmodel.fdf that return PDAppearanceDictionary Modifier and Type Method Description PDAppearanceDictionary
FDFField. getAppearanceDictionary()
This will get the appearance dictionary that specifies the appearance of a pushbutton field.Methods in org.apache.pdfbox.pdmodel.fdf with parameters of type PDAppearanceDictionary Modifier and Type Method Description void
FDFField. setAppearanceDictionary(PDAppearanceDictionary ap)
This will set the appearance dictionary. -
Uses of PDAppearanceDictionary in org.apache.pdfbox.pdmodel.interactive.annotation
Methods in org.apache.pdfbox.pdmodel.interactive.annotation that return PDAppearanceDictionary Modifier and Type Method Description PDAppearanceDictionary
PDAnnotation. getAppearance()
This will get the appearance dictionary associated with this annotation.Methods in org.apache.pdfbox.pdmodel.interactive.annotation with parameters of type PDAppearanceDictionary Modifier and Type Method Description void
PDAnnotation. setAppearance(PDAppearanceDictionary appearance)
This will set the appearance associated with this annotation. -
Uses of PDAppearanceDictionary in org.apache.pdfbox.pdmodel.interactive.annotation.handlers
Methods in org.apache.pdfbox.pdmodel.interactive.annotation.handlers that return PDAppearanceDictionary Modifier and Type Method Description (package private) PDAppearanceDictionary
PDAbstractAppearanceHandler. getAppearance()
Get the annotations appearance dictionary. -
Uses of PDAppearanceDictionary in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible
Fields in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible declared as PDAppearanceDictionary Modifier and Type Field Description private PDAppearanceDictionary
PDFTemplateStructure. appearanceDictionary
Methods in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible that return PDAppearanceDictionary Modifier and Type Method Description PDAppearanceDictionary
PDFTemplateStructure. getAppearanceDictionary()
Gets AppearanceDictionary That is /AP entry the appearance dictionary.Methods in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible with parameters of type PDAppearanceDictionary Modifier and Type Method Description void
PDFTemplateStructure. setAppearanceDictionary(PDAppearanceDictionary appearanceDictionary)
Sets AppearanceDictionary That is /AP entry the appearance dictionary.
-