Uses of Class
com.itextpdf.kernel.pdf.annot.PdfTextMarkupAnnotation
-
Uses of PdfTextMarkupAnnotation in com.itextpdf.kernel.pdf.annot
Modifier and TypeMethodDescriptionstatic PdfTextMarkupAnnotation
PdfTextMarkupAnnotation.createHighLight
(Rectangle rect, float[] quadPoints) Creates a text markup annotation of highlight style subtype.static PdfTextMarkupAnnotation
PdfTextMarkupAnnotation.createSquiggly
(Rectangle rect, float[] quadPoints) Creates a text markup annotation of squiggly-underline type.static PdfTextMarkupAnnotation
PdfTextMarkupAnnotation.createStrikeout
(Rectangle rect, float[] quadPoints) Creates a text markup annotation of strikeout style subtype.static PdfTextMarkupAnnotation
PdfTextMarkupAnnotation.createUnderline
(Rectangle rect, float[] quadPoints) Creates a text markup annotation of underline style subtype.PdfTextMarkupAnnotation.setQuadPoints
(PdfArray quadPoints) Sets n quadrilaterals in default user space by passing anPdfArray
of 8 × n numbers.