Uses of Interface
org.apache.pdfbox.pdmodel.interactive.annotation.handlers.PDAppearanceHandler
Packages that use PDAppearanceHandler
Package
Description
The annotation package contains classes that work with PDF annotation elements.
-
Uses of PDAppearanceHandler in org.apache.pdfbox.pdmodel.interactive.annotation
Fields in org.apache.pdfbox.pdmodel.interactive.annotation declared as PDAppearanceHandlerModifier and TypeFieldDescriptionprivate PDAppearanceHandler
PDAnnotationLine.customAppearanceHandler
private PDAppearanceHandler
PDAnnotationLink.customAppearanceHandler
private PDAppearanceHandler
PDAnnotationMarkup.customAppearanceHandler
private PDAppearanceHandler
PDAnnotationSquareCircle.customAppearanceHandler
private PDAppearanceHandler
PDAnnotationText.customAppearanceHandler
private PDAppearanceHandler
PDAnnotationTextMarkup.customAppearanceHandler
Methods in org.apache.pdfbox.pdmodel.interactive.annotation with parameters of type PDAppearanceHandlerModifier and TypeMethodDescriptionvoid
PDAnnotationLine.setCustomAppearanceHandler
(PDAppearanceHandler appearanceHandler) Set a custom appearance handler for generating the annotations appearance streams.void
PDAnnotationLink.setCustomAppearanceHandler
(PDAppearanceHandler appearanceHandler) Set a custom appearance handler for generating the annotations appearance streams.void
PDAnnotationMarkup.setCustomAppearanceHandler
(PDAppearanceHandler appearanceHandler) Set a custom appearance handler for generating the annotations appearance streams.void
PDAnnotationSquareCircle.setCustomAppearanceHandler
(PDAppearanceHandler appearanceHandler) Set a custom appearance handler for generating the annotations appearance streams.void
PDAnnotationText.setCustomAppearanceHandler
(PDAppearanceHandler appearanceHandler) Set a custom appearance handler for generating the annotations appearance streams.void
PDAnnotationTextMarkup.setCustomAppearanceHandler
(PDAppearanceHandler appearanceHandler) Set a custom appearance handler for generating the annotations appearance streams. -
Uses of PDAppearanceHandler in org.apache.pdfbox.pdmodel.interactive.annotation.handlers
Classes in org.apache.pdfbox.pdmodel.interactive.annotation.handlers that implement PDAppearanceHandlerModifier and TypeClassDescriptionclass
Generic handler to generate the fields appearance.class
Handler to generate the caret annotations appearance.class
Handler to generate the circle annotations appearance.class
class
class
class
Handler to generate the ink annotations appearance.class
class
Handler to generate the link annotations appearance.class
Handler to generate the polygon annotations appearance.class
Handler to generate the polyline annotations appearance.class
class
Handler to generate the square annotations appearance.class
class
class
class