Package | Description |
---|---|
com.itextpdf.kernel.pdf.annot |
Modifier and Type | Method and Description |
---|---|
PdfRedactAnnotation |
PdfRedactAnnotation.setDefaultAppearance(AnnotationDefaultAppearance da) |
PdfRedactAnnotation |
PdfRedactAnnotation.setDefaultAppearance(PdfString appearanceString)
The default appearance string that shall be used in formatting the text.
|
PdfRedactAnnotation |
PdfRedactAnnotation.setInteriorColor(float[] interiorColor)
An array of numbers in the range 0.0 to 1.0 specifying the interior color which is used to fill the redacted region after the affected content has been removed.
|
PdfRedactAnnotation |
PdfRedactAnnotation.setInteriorColor(PdfArray interiorColor)
An array of numbers in the range 0.0 to 1.0 specifying the interior color which is used to fill the redacted region after the affected content has been removed.
|
PdfRedactAnnotation |
PdfRedactAnnotation.setJustification(int justification)
A code specifying the form of quadding (justification) that is used in displaying the annotation's text: 0 - Left-justified, 1 - Centered, 2 - Right-justified.
|
PdfRedactAnnotation |
PdfRedactAnnotation.setOverlayText(PdfString text) |
PdfRedactAnnotation |
PdfRedactAnnotation.setQuadPoints(PdfArray quadPoints)
Sets n quadrilaterals in default user space by passing an PdfArray of 8 × n numbers.
|
PdfRedactAnnotation |
PdfRedactAnnotation.setRedactRolloverAppearance(PdfStream stream) |
PdfRedactAnnotation |
PdfRedactAnnotation.setRepeat(PdfBoolean repeat) |
Copyright © 1998–2023 iText Group NV. All rights reserved.