KitePDF
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
KitePDF
kitepdf
/
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