|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PjObject | |
---|---|
com.etymon.pj | |
com.etymon.pj.object | |
com.etymon.pj.object.pagemark | |
com.etymon.pj.util |
Uses of PjObject in com.etymon.pj |
---|
Methods in com.etymon.pj that return PjObject | |
---|---|
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. |
Methods in com.etymon.pj with parameters of type PjObject | |
---|---|
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. |
Uses of PjObject in com.etymon.pj.object |
---|
Subclasses of PjObject in com.etymon.pj.object | |
---|---|
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. |
Methods in com.etymon.pj.object with parameters of type PjObject | |
---|---|
void |
PjStreamDictionary.setDecodeParms(PjObject decodeParms)
|
void |
PjStreamDictionary.setFDecodeParms(PjObject fDecodeParms)
|
Uses of PjObject in com.etymon.pj.object.pagemark |
---|
Fields in com.etymon.pj.object.pagemark declared as PjObject | |
---|---|
private PjObject |
XBDC._properties
|
private PjObject |
XDP._properties
|
Methods in com.etymon.pj.object.pagemark that return PjObject | |
---|---|
PjObject |
XBDC.getProperties()
|
PjObject |
XDP.getProperties()
|
Uses of PjObject in com.etymon.pj.util |
---|
Methods in com.etymon.pj.util that return PjObject | |
---|---|
PjObject |
PjObjectVector.objectAt(int index)
|
Methods in com.etymon.pj.util with parameters of type PjObject | |
---|---|
void |
PjObjectVector.setObjectAt(PjObject obj,
int index)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |