Uses of Interface
org.apache.pdfbox.pdmodel.interactive.annotation.handlers.PDAppearanceHandler
-
Packages that use PDAppearanceHandler Package Description org.apache.pdfbox.pdmodel.interactive.annotation The annotation package contains classes that work with PDF annotation elements.org.apache.pdfbox.pdmodel.interactive.annotation.handlers -
-
Uses of PDAppearanceHandler in org.apache.pdfbox.pdmodel.interactive.annotation
Fields in org.apache.pdfbox.pdmodel.interactive.annotation declared as PDAppearanceHandler Modifier and Type Field Description private 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 PDAppearanceHandler Modifier and Type Method Description void
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 PDAppearanceHandler Modifier and Type Class Description class
PDAbstractAppearanceHandler
Generic handler to generate the fields appearance.class
PDCaretAppearanceHandler
Handler to generate the caret annotations appearance.class
PDCircleAppearanceHandler
Handler to generate the circle annotations appearance.class
PDFreeTextAppearanceHandler
class
PDHighlightAppearanceHandler
class
PDInkAppearanceHandler
Handler to generate the ink annotations appearance.class
PDLineAppearanceHandler
class
PDLinkAppearanceHandler
Handler to generate the link annotations appearance.class
PDPolygonAppearanceHandler
Handler to generate the polygon annotations appearance.class
PDPolylineAppearanceHandler
Handler to generate the polyline annotations appearance.class
PDSoundAppearanceHandler
class
PDSquareAppearanceHandler
Handler to generate the square annotations appearance.class
PDSquigglyAppearanceHandler
class
PDStrikeoutAppearanceHandler
class
PDTextAppearanceHandler
class
PDUnderlineAppearanceHandler
-