OutlineItem
Overview
OutlineItem is a interface in Aspose.PDF FOSS for TypeScript.
A node in the document outline (bookmark) tree.
Properties: Bold, Children, Color, Dest, Italic, Open, and 1 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Title | : string | Read | Gets the title. |
Dest | : OutlineDest | Read | Target; undefined for a heading with no (or an unresolvable) destination. |
Open | : boolean | Read | Expanded state; set on read for items with children, default true on write. |
Children | : OutlineItem[] | Read | Child items; omitted/empty for a leaf. |
Color | : [number, number, number] | Read | Bookmark-panel colour as RGB 0..1 (/C). |
Bold | : boolean | Read | Bold title (/F bit 2). |
Italic | : boolean | Read | Italic title (/F bit 1). |