Package | Description |
---|---|
com.etymon.pj | |
com.etymon.pj.object | |
com.etymon.pj.object.pagemark | |
com.etymon.pj.util |
Modifier and Type | Method and Description |
---|---|
PjObject |
Pdf.getObject(int objectNumber)
Looks up a PjObject by its object number.
|
private static PjObject |
PdfParser.getObject(Pdf pdf,
java.io.RandomAccessFile raf,
long[][] xref,
int num) |
static PjObject |
PdfParser.parse(Pdf pdf,
java.io.RandomAccessFile raf,
long[][] xref,
byte[] data,
int start) |
PjObject |
Pdf.resolve(PjObject obj)
Dereferences a PjObject if it is a PjReference.
|
static PjObject |
PjxConvert.toPjObject(PdfObject obj)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
Pdf.registerObject(PjObject obj)
Registers a PjObject within this PDF document.
|
void |
Pdf.registerObject(PjObject obj,
int objectNumber)
Registers a PjObject within this PDF document using a
specified object number.
|
PjObject |
Pdf.resolve(PjObject obj)
Dereferences a PjObject if it is a PjReference.
|
static PdfObject |
PjxConvert.toPjxObject(PjObject obj)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
PjArray
A representation of the PDF array type.
|
class |
PjBoolean
A representation of the PDF Boolean type.
|
class |
PjCatalog
A representation of a PDF Catalog dictionary.
|
class |
PjDate
A representation of the PDF Date type.
|
class |
PjDictionary
A representation of the PDF dictionary type.
|
class |
PjEncoding
A representation of a PDF font encoding dictionary.
|
class |
PjFont
A representation of a PDF font dictionary (abstract base class).
|
class |
PjFontDescriptor
A representation of a PDF font descriptor (abstract base class).
|
class |
PjFontType1
A representation of a PDF type 1 font dictionary.
|
class |
PjInfo
A representation of a PDF Info dictionary.
|
class |
PjName
A representation of the PDF name type.
|
class |
PjNull
A representation of the PDF null type.
|
class |
PjNumber
A representation of the PDF number type.
|
class |
PjPage
A representation of a PDF page dictionary.
|
class |
PjPages
A representation of a PDF Pages dictionary.
|
class |
PjPagesNode
A representation of a dictionary node in a PDF Pages tree (abstract base class).
|
class |
PjProcSet
A representation of the PDF ProcSet type.
|
class |
PjRectangle
A representation of the PDF Rectangle type.
|
class |
PjReference
A representation of the PDF reference type.
|
class |
PjResources
A representation of a PDF resources dictionary.
|
class |
PjStream
A representation of the PDF stream type.
|
class |
PjStreamDictionary
A representation of a PDF stream dictionary.
|
class |
PjString
A representation of the PDF string type.
|
Modifier and Type | Method and Description |
---|---|
void |
PjStreamDictionary.setDecodeParms(PjObject decodeParms) |
void |
PjStreamDictionary.setFDecodeParms(PjObject fDecodeParms) |
Modifier and Type | Field and Description |
---|---|
private PjObject |
XBDC._properties |
private PjObject |
XDP._properties |
Modifier and Type | Method and Description |
---|---|
PjObject |
XBDC.getProperties() |
PjObject |
XDP.getProperties() |
Modifier and Type | Method and Description |
---|---|
PjObject |
PjObjectVector.objectAt(int index) |
Modifier and Type | Method and Description |
---|---|
void |
PjObjectVector.setObjectAt(PjObject obj,
int index) |