CaretOptions
Overview
CaretOptions is a interface in Aspose.PDF FOSS for TypeScript.
Options for Page.AddCaret.
Properties: author, color, contents, opacity, popup, rect, and 1 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
rect | : [number, number, number, number] | Read | Gets the rect. |
symbol | : 'none' | 'paragraph' | Read | /Sy symbol drawn beside the caret. |
color | : [number, number, number] | Read | /C colour, RGB 0..1. |
contents | : string | Read | /Contents body text. |
author | : string | Read | /T author label. |
opacity | : number | Read | /CA constant opacity, 0..1. |
popup | : PopupSpec | Read | Auto-attach a companion /Popup. |