[]
type OutlineNodeProperties = object;
Defines properties of the outline node within PDF document. See OutlineNode.
optional action?: ActionProperties;
The ActionBase to be performed when this OutlineNode is activated.
optional children?: OutlineNodeProperties[];
The child nodes.
optional dest?: DestinationProperties;
The DestinationBase to be displayed when this OutlineNode is activated.
optional expanded?: boolean;
Indicates whether this OutlineNode expanded and its child nodes are visible.
optional textColor?: Color;
The text color of the outline node.
optional textStyle?: OutlineNodeFontStyle;
The text style of the outline node.
title: string;
The title of the outline node.