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
PdfArray of 8 × n numbers. |
Copyright © 1998–2023 Apryse Group NV. All rights reserved.