OutlineNode

data class OutlineNode(val title: String?, val pageNumber: Int?, val children: List<PdfDocument.OutlineNode>)

Constructors

Link copied to clipboard
constructor(title: String?, pageNumber: Int?, children: List<PdfDocument.OutlineNode>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard