class

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)
Source

Instance 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.
Source
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.
Source
to_unsafe
Source