UnderlineAnnotation
Overview
UnderlineAnnotation is a type in Aspose.PDF FOSS for Go.
UnderlineAnnotation draws a horizontal line under text.
This type provides 3 methods for working with UnderlineAnnotation 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 underlined region. |
SetQuadPoints(qp: []QuadPoint) | SetQuadPoints writes /QuadPoints. |