Readium
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Readium
readium-shared
/
org.readium.r2.shared.util.pdf
/
PdfDocument
/
OutlineNode
Outline
Node
data
class
OutlineNode
(
val
title
:
String
?
,
val
pageNumber
:
Int
?
,
val
children
:
List
<
PdfDocument.OutlineNode
>
)
Members
Members & Extensions
Constructors
Outline
Node
Link copied to clipboard
constructor
(
title
:
String
?
,
pageNumber
:
Int
?
,
children
:
List
<
PdfDocument.OutlineNode
>
)
Properties
children
Link copied to clipboard
val
children
:
List
<
PdfDocument.OutlineNode
>
page
Number
Link copied to clipboard
val
pageNumber
:
Int
?
title
Link copied to clipboard
val
title
:
String
?
Functions
to
Link
Link copied to clipboard
fun
PdfDocument.OutlineNode
.
toLink
(
documentHref
:
Url
)
:
Link