Package | Description |
---|---|
com.pd4ml.pdf.parser.obj |
Modifier and Type | Class and Description |
---|---|
class |
Array |
class |
Bool |
class |
Dict |
class |
DictObject |
class |
Id |
class |
IndirectObject |
class |
Int |
class |
Name |
class |
NewStreamObject |
class |
Null |
class |
Number |
class |
Real |
class |
Ref |
class |
Str |
class |
StreamObject |
Modifier and Type | Field and Description |
---|---|
PdfObject |
IndirectObject.object |
Modifier and Type | Method and Description |
---|---|
PdfObject |
DictObject.get(String key) |
abstract PdfObject |
Dict.get(String key) |
PdfObject |
DictObject.get(String key1,
String key2) |
abstract PdfObject |
Dict.get(String key1,
String key2) |
PdfObject |
DictObject.get(String key1,
String key2,
String key3) |
abstract PdfObject |
Dict.get(String key1,
String key2,
String key3) |
PdfObject |
DictObject.getObject(String key) |
PdfObject[] |
Array.toArray() |
Modifier and Type | Method and Description |
---|---|
List<PdfObject> |
DictObject.getPageObjects() |
abstract List<PdfObject> |
Dict.getPageObjects() |
Constructor and Description |
---|
IndirectObject(Id identifier,
PdfObject object) |
Revision 4.0.15 / 20220727-0149