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
Methods in org.apache.pdfbox.pdmodel.interactive.annotation with parameters of type PDAppearanceHandler Modifier and Type Method Description voidPDAnnotationLine. setCustomAppearanceHandler(PDAppearanceHandler appearanceHandler)Set a custom appearance handler for generating the annotations appearance streams.voidPDAnnotationLink. setCustomAppearanceHandler(PDAppearanceHandler appearanceHandler)Set a custom appearance handler for generating the annotations appearance streams.voidPDAnnotationMarkup. setCustomAppearanceHandler(PDAppearanceHandler appearanceHandler)Set a custom appearance handler for generating the annotations appearance streams.voidPDAnnotationSquareCircle. setCustomAppearanceHandler(PDAppearanceHandler appearanceHandler)Set a custom appearance handler for generating the annotations appearance streams.voidPDAnnotationText. setCustomAppearanceHandler(PDAppearanceHandler appearanceHandler)Set a custom appearance handler for generating the annotations appearance streams.voidPDAnnotationTextMarkup. 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 classPDAbstractAppearanceHandlerGeneric handler to generate the fields appearance.classPDCaretAppearanceHandlerHandler to generate the caret annotations appearance.classPDCircleAppearanceHandlerHandler to generate the circle annotations appearance.classPDFileAttachmentAppearanceHandlerclassPDFreeTextAppearanceHandlerclassPDHighlightAppearanceHandlerclassPDInkAppearanceHandlerHandler to generate the ink annotations appearance.classPDLineAppearanceHandlerclassPDLinkAppearanceHandlerHandler to generate the link annotations appearance.classPDPolygonAppearanceHandlerHandler to generate the polygon annotations appearance.classPDPolylineAppearanceHandlerHandler to generate the polyline annotations appearance.classPDSoundAppearanceHandlerclassPDSquareAppearanceHandlerHandler to generate the square annotations appearance.classPDSquigglyAppearanceHandlerclassPDStrikeoutAppearanceHandlerclassPDTextAppearanceHandlerclassPDUnderlineAppearanceHandler
-