SquigglyAnnotation
Overview
SquigglyAnnotation is a type in Aspose.PDF FOSS for Go.
SquigglyAnnotation draws a wavy underline under text (typically used for spell-check style hints).
This type provides 3 methods for working with SquigglyAnnotation objects in Go programs.
Available methods include: AnnotationType, QuadPoints, SetQuadPoints.
All public members are accessible to any Go application after installing the Aspose.PDF FOSS for Go package.
Methods
| Signature | Description |
|---|---|
AnnotationType() → AnnotationType | Returns the annotation type. |
QuadPoints() → []QuadPoint | QuadPoints returns the array of quads describing the squiggly region. |
SetQuadPoints(qp: []QuadPoint) | SetQuadPoints writes /QuadPoints. |