Package | Description |
---|---|
com.itextpdf.kernel.pdf.annot |
Modifier and Type | Method and Description |
---|---|
PdfWidgetAnnotation |
PdfWidgetAnnotation.setAction(PdfAction action)
Sets a
PdfAction to this annotation which will be performed when the annotation is activated. |
PdfWidgetAnnotation |
PdfWidgetAnnotation.setAdditionalAction(PdfName key,
PdfAction action)
Sets an additional
PdfAction to this annotation which will be performed in response to
the specific trigger event defined by key . |
PdfWidgetAnnotation |
PdfWidgetAnnotation.setAppearanceCharacteristics(PdfDictionary characteristics)
Sets an appearance characteristics dictionary containing additional information for constructing the
annotation’s appearance stream.
|
PdfWidgetAnnotation |
PdfWidgetAnnotation.setBorderStyle(PdfDictionary borderStyle)
Sets border style dictionary that has more settings than the array specified for the Border entry (
PdfAnnotation.getBorder() ). |
PdfWidgetAnnotation |
PdfWidgetAnnotation.setBorderStyle(PdfName style)
Setter for the annotation's preset border style.
|
PdfWidgetAnnotation |
PdfWidgetAnnotation.setDashPattern(PdfArray dashPattern)
Setter for the annotation's preset dashed border style.
|
PdfWidgetAnnotation |
PdfWidgetAnnotation.setHighlightMode(PdfName mode)
Setter for the annotation's highlighting mode.
|
PdfWidgetAnnotation |
PdfWidgetAnnotation.setParent(PdfObject parent) |
PdfWidgetAnnotation |
PdfWidgetAnnotation.setVisibility(int visibility)
Set the visibility flags of the Widget annotation
Options are: HIDDEN, HIDDEN_BUT_PRINTABLE, VISIBLE, VISIBLE_BUT_DOES_NOT_PRINT
|
Copyright © 1998–2023 Apryse Group NV. All rights reserved.