UnderlineAnnotation
UnderlineAnnotation
概述
UnderlineAnnotation 是 Aspose.PDF 中的类型.
在文本下面画一个水平线.
这个类型提供了3种方法,用于在Go程序中与 UnderlineAnnotation 对象工作. 有的方法包括: AnnotationType, QuadPoints, SetQuadPoints. 在安装了Aspose.PDF FOSS for Go 包后,所有公众成员都可以访问任何Go应用程序.
方法
| Signature | 描述情况 |
|---|---|
AnnotationType() → AnnotationType | 返回注释类型. |
QuadPoints() → []QuadPoint | QuadPoints返回描述突出区域的四角数组. |
SetQuadPoints(qp: []QuadPoint) | 写着SetQuadPoints /QuadPoints. 这是一个非常重要的文件. |