Uses of Class
com.itextpdf.kernel.pdf.annot.PdfRedactAnnotation
-
Uses of PdfRedactAnnotation in com.itextpdf.kernel.pdf.annot
Modifier and TypeMethodDescriptionPdfRedactAnnotation.setDefaultAppearance
(AnnotationDefaultAppearance da) PdfRedactAnnotation.setDefaultAppearance
(PdfString appearanceString) The default appearance string that shall be used in formatting the text.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.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.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.setOverlayText
(PdfString text) PdfRedactAnnotation.setQuadPoints
(PdfArray quadPoints) Sets n quadrilaterals in default user space by passing anPdfArray
of 8 × n numbers.PdfRedactAnnotation.setRedactRolloverAppearance
(PdfStream stream) PdfRedactAnnotation.setRepeat
(PdfBoolean repeat)