| 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 |
PDAnnotationUnderline.setCustomAppearanceHandler(PDAppearanceHandler appearanceHandler)
Set a custom appearance handler for generating the annotations appearance streams.
|
void |
PDAnnotationStrikeout.setCustomAppearanceHandler(PDAppearanceHandler appearanceHandler)
Set a custom appearance handler for generating the annotations appearance streams.
|
void |
PDAnnotationSquiggly.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 |
PDAnnotationSquare.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 |
PDAnnotationFreeText.setCustomAppearanceHandler(PDAppearanceHandler appearanceHandler)
Set a custom appearance handler for generating the annotations appearance streams.
|
void |
PDAnnotationPolyline.setCustomAppearanceHandler(PDAppearanceHandler appearanceHandler)
Set a custom appearance handler for generating the annotations appearance streams.
|
void |
PDAnnotationInk.setCustomAppearanceHandler(PDAppearanceHandler appearanceHandler)
Set a custom appearance handler for generating the annotations appearance streams.
|
void |
PDAnnotationPolygon.setCustomAppearanceHandler(PDAppearanceHandler appearanceHandler)
Set a custom appearance handler for generating the annotations appearance streams.
|
void |
PDAnnotationHighlight.setCustomAppearanceHandler(PDAppearanceHandler appearanceHandler)
Set a custom appearance handler for generating the annotations appearance streams.
|
void |
PDAnnotationCaret.setCustomAppearanceHandler(PDAppearanceHandler appearanceHandler)
Set a custom appearance handler for generating the annotations appearance streams.
|
void |
PDAnnotationSound.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 |
PDAnnotationFileAttachment.setCustomAppearanceHandler(PDAppearanceHandler appearanceHandler)
Set a custom appearance handler for generating the annotations appearance streams.
|
void |
PDAnnotationCircle.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–2022 The Apache Software Foundation. All rights reserved.