Package | Description |
---|---|
com.pd4ml.pdf.parser.obj |
Modifier and Type | Class and Description |
---|---|
class |
Array |
class |
Bool |
class |
Cmd |
class |
Dict |
class |
DictObject |
class |
EOF |
class |
Id |
class |
IndirectObject |
class |
Int |
class |
Name |
class |
NewStreamObject |
class |
Null |
class |
Number |
class |
PdfObject |
class |
Real |
class |
Ref |
class |
Str |
class |
StreamObject |
Modifier and Type | Field and Description |
---|---|
Map<String,Obj> |
DictObject.entries |
Modifier and Type | Method and Description |
---|---|
Obj |
Array.get(int index) |
Obj |
Array.getFollowing(Obj obj) |
Obj |
Array.getLast() |
Modifier and Type | Method and Description |
---|---|
Collection<Obj> |
DictObject.values() |
Modifier and Type | Method and Description |
---|---|
void |
Array.add(int pos,
Obj element) |
void |
Array.add(Obj element) |
void |
DictObject.addEntry(String key,
Obj value) |
boolean |
Array.contains(Obj obj) |
Obj |
Array.getFollowing(Obj obj) |
int |
Array.indexOf(Obj obj) |
void |
Array.set(int index,
Obj o) |
void |
DictObject.set(String key,
Obj value) |
abstract void |
Dict.set(String key,
Obj value) |
Revision 4.0.15 / 20220727-0149