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 |
Modifier and Type | Method and Description |
---|---|
void |
PDAnnotationLink.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 |
PDAnnotationLine.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 |
PDAnnotationTextMarkup.setCustomAppearanceHandler(PDAppearanceHandler appearanceHandler)
Set a custom appearance handler for generating the annotations appearance streams.
|
Modifier and Type | Class and 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 |
PDFileAttachmentAppearanceHandler |
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 |
Copyright © 2002–2023 The Apache Software Foundation. All rights reserved.