Uses of Class
org.apache.pdfbox.pdmodel.interactive.annotation.PDAppearanceStream
Packages that use PDAppearanceStream
Package
Description
This package contains provides classes for working with content streams.
The PDModel package represents a high level API for creating and manipulating PDF documents.
The annotation package contains classes that work with PDF annotation elements.
The interactive package contains classes for handling Interactive Forms, also known as "AcroForms".
-
Uses of PDAppearanceStream in org.apache.pdfbox.contentstream
Methods in org.apache.pdfbox.contentstream that return PDAppearanceStreamModifier and TypeMethodDescriptionPDFStreamEngine.getAppearance(PDAnnotation annotation) Returns the appearance stream to process for the given annotation.Methods in org.apache.pdfbox.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.apache.pdfbox.pdmodel
Constructors in org.apache.pdfbox.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.PDPageContentStream(PDDocument doc, PDAppearanceStream appearance) Create a new appearance stream.PDPageContentStream(PDDocument doc, PDAppearanceStream appearance, OutputStream outputStream) Create a new appearance stream. -
Uses of PDAppearanceStream in org.apache.pdfbox.pdmodel.interactive.annotation
Methods in org.apache.pdfbox.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.apache.pdfbox.pdmodel.interactive.annotation that return types with arguments of type PDAppearanceStreamModifier and TypeMethodDescriptionPDAppearanceEntry.getSubDictionary()Returns the entry as an appearance subdictionary.Methods in org.apache.pdfbox.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. -
Uses of PDAppearanceStream in org.apache.pdfbox.pdmodel.interactive.annotation.handlers
Methods in org.apache.pdfbox.pdmodel.interactive.annotation.handlers with parameters of type PDAppearanceStreamModifier and TypeMethodDescriptionprivate voidPDAbstractAppearanceHandler.setTransformationMatrix(PDAppearanceStream appearanceStream) -
Uses of PDAppearanceStream in org.apache.pdfbox.pdmodel.interactive.form
Methods in org.apache.pdfbox.pdmodel.interactive.form that return PDAppearanceStreamModifier and TypeMethodDescriptionprivate PDAppearanceStreamAppearanceGeneratorHelper.prepareNormalAppearanceStream(PDAnnotationWidget widget) Methods in org.apache.pdfbox.pdmodel.interactive.form with parameters of type PDAppearanceStreamModifier and TypeMethodDescription(package private) voidPDDefaultAppearanceString.copyNeededResourcesTo(PDAppearanceStream appearanceStream) Copies any needed resources from the document’s DR dictionary into the stream’s Resources dictionary.private Rectangle2DPDAcroForm.getTransformedAppearanceBBox(PDAppearanceStream appearanceStream) Calculate the transformed appearance box.private voidAppearanceGeneratorHelper.initializeAppearanceContent(PDAnnotationWidget widget, PDAppearanceCharacteristicsDictionary appearanceCharacteristics, PDAppearanceStream appearanceStream) Initialize the content of the appearance stream.private voidAppearanceGeneratorHelper.insertGeneratedAppearance(PDAnnotationWidget widget, PDAppearanceStream appearanceStream, OutputStream output) Generate and insert text content and clipping around it.private voidAppearanceGeneratorHelper.insertGeneratedCombAppearance(PDPageContentStream contents, PDAppearanceStream appearanceStream, PDFont font, float fontSize) Generate the appearance for comb fields.private voidAppearanceGeneratorHelper.insertGeneratedListboxAppearance(PDPageContentStream contents, PDAppearanceStream appearanceStream, PDRectangle contentRect, PDFont font, float fontSize) private voidAppearanceGeneratorHelper.insertGeneratedListboxSelectionHighlight(PDPageContentStream contents, PDAppearanceStream appearanceStream, PDFont font, float fontSize) private PDRectangleAppearanceGeneratorHelper.resolveBoundingBox(PDAnnotationWidget fieldWidget, PDAppearanceStream appearanceStream) Resolve the bounding box.private MatrixPDAcroForm.resolveTransformationMatrix(PDAnnotation annotation, PDAppearanceStream appearanceStream) private voidAppearanceGeneratorHelper.setAppearanceContent(PDAnnotationWidget widget, PDAppearanceStream appearanceStream) Constructs and sets new contents for given appearance stream.AppearanceGeneratorHelper.tokenize(PDAppearanceStream appearanceStream) Parses an appearance stream into tokens.private voidAppearanceGeneratorHelper.writeToStream(byte[] data, PDAppearanceStream appearanceStream) Writes the stream to the actual stream in the COSStream.