|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PdfDictionary | |
---|---|
com.etymon.pj | |
com.etymon.pjx | The fundamental classes for creation and modification of PDF documents. |
com.etymon.pjx.util | Utility classes for performing common functions on PDF documents. |
Uses of PdfDictionary in com.etymon.pj |
---|
Methods in com.etymon.pj that return PdfDictionary | |
---|---|
static PdfDictionary |
PjxConvert.pjxInheritFieldAttributes(PdfManager manager,
PdfDictionary d)
Deprecated. |
Methods in com.etymon.pj with parameters of type PdfDictionary | |
---|---|
static PdfDictionary |
PjxConvert.pjxInheritFieldAttributes(PdfManager manager,
PdfDictionary d)
Deprecated. |
static void |
PjxConvert.pjxUpdateFieldValue(PdfManager manager,
PdfDictionary origField,
PdfDictionary field,
java.lang.String value)
Deprecated. |
Uses of PdfDictionary in com.etymon.pjx |
---|
Fields in com.etymon.pjx declared as PdfDictionary | |
---|---|
protected PdfDictionary |
PdfStream._d
The stream dictionary. |
protected PdfDictionary |
PdfManager._trailer
The document's trailer dictionary, in its current (possibly modified) state. |
protected PdfDictionary |
XrefTable._trailer
The trailer dictionary associated with this cross-reference table. |
Methods in com.etymon.pjx that return PdfDictionary | |
---|---|
PdfDictionary |
PdfStream.getDictionary()
Returns this stream's dictionary. |
PdfDictionary |
PdfManager.getTrailerDictionary()
Returns the document's trailer dictionary. |
PdfDictionary |
XrefTable.getTrailerDictionary()
Returns the trailer dictionary associated with this cross-reference table. |
protected static PdfDictionary |
PdfDictionary.wrap(java.util.Map m)
A factory for fast construction of this class. |
Methods in com.etymon.pjx with parameters of type PdfDictionary | |
---|---|
void |
PdfManager.setTrailerDictionary(PdfDictionary dictionary)
Assigns the document a new trailer dictionary, replacing the existing one (if any). |
protected static XrefTable |
XrefTable.wrap(long[] index,
int[] generation,
byte[] usage,
PdfDictionary trailerDictionary)
A factory for fast construction of this class. |
protected static PdfStream |
PdfStream.wrap(PdfDictionary d,
java.nio.ByteBuffer bb)
A factory for fast construction of this class. |
Constructors in com.etymon.pjx with parameters of type PdfDictionary | |
---|---|
PdfStream(PdfDictionary d,
java.nio.ByteBuffer bb)
Constructs a stream object from a PDF dictionary and a ByteBuffer . |
|
XrefTable(long[] index,
int[] generation,
byte[] usage,
PdfDictionary trailerDictionary)
Constructs a cross-reference table from a set of arrays and a trailer dictionary. |
Uses of PdfDictionary in com.etymon.pjx.util |
---|
Methods in com.etymon.pjx.util that return PdfDictionary | |
---|---|
PdfDictionary |
PdfModifier.getCatalog()
Deprecated. Use PdfCatalog.getCatalog() . |
PdfDictionary |
PdfModifier.getPageTreeRoot()
Deprecated. Use PdfPageTree.getRoot() . |
PdfDictionary |
PdfFieldTree.inheritAttributes(PdfDictionary field)
Adds inherited attributes to a specified field dictionary object. |
PdfDictionary |
PdfPageTree.inheritAttributes(PdfDictionary page)
Adds inherited attributes to a specified page dictionary object. |
PdfDictionary |
PdfModifier.pjUpdateFieldValue(PdfDictionary origField,
PdfDictionary field,
java.lang.String value)
Deprecated. |
Methods in com.etymon.pjx.util with parameters of type PdfDictionary | |
---|---|
java.lang.String |
PdfFieldTree.getFullyQualifiedName(PdfDictionary field)
Determines the fully qualified field name of a specified field. |
PdfDictionary |
PdfFieldTree.inheritAttributes(PdfDictionary field)
Adds inherited attributes to a specified field dictionary object. |
PdfDictionary |
PdfPageTree.inheritAttributes(PdfDictionary page)
Adds inherited attributes to a specified page dictionary object. |
PdfDictionary |
PdfModifier.pjUpdateFieldValue(PdfDictionary origField,
PdfDictionary field,
java.lang.String value)
Deprecated. |
void |
PdfModifier.setCatalog(PdfDictionary catalog)
Deprecated. Use PdfManager.setObject(PdfObject, int) . |
void |
PdfModifier.setPageTreeRoot(PdfDictionary pageTreeRoot)
Deprecated. Use PdfManager.setObject(PdfObject, int) . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |