UnderlineAnnotation

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

SignatureDescription
AnnotationType()AnnotationTypeReturns the annotation type.
QuadPoints()[]QuadPointQuadPoints returns the array of quads describing the underlined region.
SetQuadPoints(qp: []QuadPoint)SetQuadPoints writes /QuadPoints.

See Also