Hpdf::Outline
Inherits Hpdf::Helper / Reference / Object
The outline handle is used to operate an outline of a document.
Constructors
new(outline : LibHaru::Outline, doc : Doc)
SourceInstance methods
destination=(dst : Destination)
sets a destination object which becomes to a target to jump when the outline is clicked.
- dst specify the handle of an destination object.
opened=(v : Bool)
sets whether this node is opened or not when the outline is displayed for the first time.
- opened specify whether the node is opened or not.
to_unsafe
Source