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

NameTypeAccessDescription
Title: stringReadGets the title.
Dest: OutlineDestReadTarget; undefined for a heading with no (or an unresolvable) destination.
Open: booleanReadExpanded state; set on read for items with children, default true on write.
Children: OutlineItem[]ReadChild items; omitted/empty for a leaf.
Color: [number, number, number]ReadBookmark-panel colour as RGB 0..1 (/C).
Bold: booleanReadBold title (/F bit 2).
Italic: booleanReadItalic title (/F bit 1).