KitePDF
Toggle table of contents
0.6.1
Guide
GitHub
common
Target filter
common
Switch theme
Search in API
Skip to content
KitePDF
kitepdf-pdf
/
io.github.yuroyami.kitepdf.parser
/
IndirectObject
Indirect
Object
data
class
IndirectObject
(
val
number
:
Long
,
val
generation
:
Int
,
val
value
:
PdfObject
)
An object as it appears in the body: number, generation, and the value.
Members
Constructors
Indirect
Object
Link copied to clipboard
constructor
(
number
:
Long
,
generation
:
Int
,
value
:
PdfObject
)
Properties
generation
Link copied to clipboard
val
generation
:
Int
number
Link copied to clipboard
val
number
:
Long
value
Link copied to clipboard
val
value
:
PdfObject