Uses of Class
org.apache.pdfbox.pdmodel.interactive.annotation.PDAppearanceStream
-
Packages that use PDAppearanceStream Package Description org.apache.pdfbox.contentstream This package contains provides classes for working with content streams.org.apache.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents.org.apache.pdfbox.pdmodel.interactive.annotation The annotation package contains classes that work with PDF annotation elements. -
-
Uses of PDAppearanceStream in org.apache.pdfbox.contentstream
Methods in org.apache.pdfbox.contentstream that return PDAppearanceStream Modifier and Type Method Description PDAppearanceStream
PDFStreamEngine. getAppearance(PDAnnotation annotation)
Returns the appearance stream to process for the given annotation.Methods in org.apache.pdfbox.contentstream with parameters of type PDAppearanceStream Modifier and Type Method Description protected void
PDFStreamEngine. 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 PDAppearanceStream Constructor Description PDAppearanceContentStream(PDAppearanceStream appearance)
Create a new appearance stream.PDAppearanceContentStream(PDAppearanceStream appearance, boolean compress)
Create a new appearance stream.PDAppearanceContentStream(PDAppearanceStream appearance, java.io.OutputStream outputStream)
Create a new appearance stream.PDPageContentStream(PDDocument doc, PDAppearanceStream appearance)
Create a new appearance stream.PDPageContentStream(PDDocument doc, PDAppearanceStream appearance, java.io.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 PDAppearanceStream Modifier and Type Method Description PDAppearanceStream
PDAppearanceEntry. getAppearanceStream()
Returns the entry as an appearance stream.PDAppearanceStream
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 PDAppearanceStream Modifier and Type Method Description java.util.Map<COSName,PDAppearanceStream>
PDAppearanceEntry. getSubDictionary()
Returns the entry as an appearance subdictionary.Methods in org.apache.pdfbox.pdmodel.interactive.annotation with parameters of type PDAppearanceStream Modifier and Type Method Description void
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.
-