| Package | Description | 
|---|---|
| com.itextpdf.kernel.pdf.annot | 
| Modifier and Type | Method and Description | 
|---|---|
| static 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 | PdfTextMarkupAnnotation. setQuadPoints(PdfArray quadPoints)
             Sets n quadrilaterals in default user space by passing an  PdfArrayof 8 × n numbers. | 
Copyright © 1998–2019 iText Group NV. All rights reserved.