Uses of Class
org.sejda.sambox.pdmodel.interactive.annotation.PDAppearanceStream
Packages that use PDAppearanceStream
Package
Description
-
Uses of PDAppearanceStream in org.sejda.sambox.contentstream
Methods in org.sejda.sambox.contentstream that return PDAppearanceStreamModifier and TypeMethodDescriptionPDFStreamEngine.getAppearance(PDAnnotation annotation) Returns the appearance stream to process for the given annotation.Methods in org.sejda.sambox.contentstream with parameters of type PDAppearanceStreamModifier and TypeMethodDescriptionprotected voidPDFStreamEngine.processAnnotation(PDAnnotation annotation, PDAppearanceStream appearance) Process the given annotation with the specified appearance stream. -
Uses of PDAppearanceStream in org.sejda.sambox.pdmodel
Constructors in org.sejda.sambox.pdmodel with parameters of type PDAppearanceStreamModifierConstructorDescriptionPDAppearanceContentStream(PDAppearanceStream appearance) Create a new appearance stream.PDAppearanceContentStream(PDAppearanceStream appearance, boolean compress) Create a new appearance stream.PDAppearanceContentStream(PDAppearanceStream appearance, OutputStream outputStream) Create a new appearance stream. -
Uses of PDAppearanceStream in org.sejda.sambox.pdmodel.interactive.annotation
Methods in org.sejda.sambox.pdmodel.interactive.annotation that return PDAppearanceStreamModifier and TypeMethodDescriptionPDAppearanceEntry.getAppearanceStream()Returns the entry as an appearance stream.PDAnnotation.getNormalAppearanceStream()Returns the appearance stream for this annotation, if any.Methods in org.sejda.sambox.pdmodel.interactive.annotation that return types with arguments of type PDAppearanceStreamModifier and TypeMethodDescriptionPDAppearanceEntry.getSubDictionary()Returns the entry as an appearance subdictionary.Methods in org.sejda.sambox.pdmodel.interactive.annotation with parameters of type PDAppearanceStreamModifier and TypeMethodDescriptionvoidPDAppearanceDictionary.setDownAppearance(PDAppearanceStream ap) This will set the down appearance when there is down appearance to be shown.voidPDAppearanceDictionary.setNormalAppearance(PDAppearanceStream ap) This will set the normal appearance when there is only one appearance to be shown.voidPDAppearanceDictionary.setRolloverAppearance(PDAppearanceStream ap) This will set the rollover appearance when there is rollover appearance to be shown.