KiteOutlineItem

class KiteOutlineItem(val title: String, val pageIndex: Int?, val children: List<KiteOutlineItem> = emptyList())

One node of a format-neutral outline (PDF bookmarks / EPUB table of contents), for a viewer's navigation panel.

Constructors

Link copied to clipboard
constructor(title: String, pageIndex: Int?, children: List<KiteOutlineItem> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard

Zero-based target page, or null when the destination is unresolvable.

Link copied to clipboard