Uses of Class
com.itextpdf.kernel.pdf.annot.PdfRedactAnnotation
-
Packages that use PdfRedactAnnotation Package Description com.itextpdf.kernel.pdf.annot -
-
Uses of PdfRedactAnnotation in com.itextpdf.kernel.pdf.annot
Methods in com.itextpdf.kernel.pdf.annot that return PdfRedactAnnotation Modifier and Type Method 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 anPdfArray
of 8 × n numbers.PdfRedactAnnotation
PdfRedactAnnotation. setRedactRolloverAppearance(PdfStream stream)
PdfRedactAnnotation
PdfRedactAnnotation. setRepeat(PdfBoolean repeat)
-