Uses of Class
org.apache.pdfbox.pdmodel.interactive.annotation.PDAppearanceStream
Packages that use PDAppearanceStream
Package
Description
The annotation package contains classes that work with PDF annotation elements.
-
Uses of PDAppearanceStream in org.apache.pdfbox.pdmodel.interactive.annotation
Methods in org.apache.pdfbox.pdmodel.interactive.annotation that return types with arguments of type PDAppearanceStreamModifier 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 PDAppearanceStreamModifier and TypeMethodDescriptionvoid
PDAppearanceDictionary.setDownAppearance
(PDAppearanceStream ap) This will set the down appearance when there is down appearance to be shown.void
PDAppearanceDictionary.setNormalAppearance
(PDAppearanceStream ap) This will set the normal appearance when there is only one appearance to be shown.void
PDAppearanceDictionary.setRolloverAppearance
(PDAppearanceStream ap) This will set the rollover appearance when there is rollover appearance to be shown.Method parameters in org.apache.pdfbox.pdmodel.interactive.annotation with type arguments of type PDAppearanceStreamModifier and TypeMethodDescriptionvoid
PDAppearanceDictionary.setDownAppearance
(Map<String, PDAppearanceStream> appearanceMap) This will set a list of appearances.void
PDAppearanceDictionary.setNormalAppearance
(Map<String, PDAppearanceStream> appearanceMap) This will set a list of appearances.void
PDAppearanceDictionary.setRolloverAppearance
(Map<String, PDAppearanceStream> appearanceMap) This will set a list of appearances.