|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PjDictionary | |
---|---|
com.etymon.pj | |
com.etymon.pj.object | |
com.etymon.pj.object.pagemark | |
com.etymon.pjx.util | Utility classes for performing common functions on PDF documents. |
Uses of PjDictionary in com.etymon.pj |
---|
Methods in com.etymon.pj that return PjDictionary | |
---|---|
PjDictionary |
Pdf.getEncryptDictionary()
Looks up the Encrypt dictionary within this document's trailer. |
PjDictionary |
Pdf.inheritFieldAttributes(PjDictionary node)
Returns a clone of a field node such that all inherited attributes of the given field node are made explicit. |
Methods in com.etymon.pj with parameters of type PjDictionary | |
---|---|
PjDictionary |
Pdf.inheritFieldAttributes(PjDictionary node)
Returns a clone of a field node such that all inherited attributes of the given field node are made explicit. |
private void |
Pdf.inheritFieldAttributesCollapse(PjName name,
java.util.Hashtable ht,
PjDictionary newNode,
PjDictionary parent)
|
private static void |
PjxConvert.pjxInheritFieldAttributesCollapse(PjName name,
java.util.Hashtable ht,
PjDictionary newNode,
PjDictionary parent)
Deprecated. |
void |
Pdf.setEncryptDictionary(PjDictionary dict)
Sets the Encrypt dictionary within this document's trailer. |
void |
Pdf.updateFieldValue(PjDictionary origField,
PjDictionary field,
java.lang.String value)
|
Uses of PjDictionary in com.etymon.pj.object |
---|
Subclasses of PjDictionary in com.etymon.pj.object | |
---|---|
class |
PjCatalog
A representation of a PDF Catalog dictionary. |
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 |
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 |
PjResources
A representation of a PDF resources dictionary. |
class |
PjStreamDictionary
A representation of a PDF stream dictionary. |
Methods in com.etymon.pj.object with parameters of type PjDictionary | |
---|---|
static boolean |
PjCatalog.isLike(PjDictionary dictionary)
Examines a dictionary to see if it is a PDF Catalog object. |
static boolean |
PjEncoding.isLike(PjDictionary dictionary)
Examines a dictionary to see if it is a PDF font encoding dictionary. |
static boolean |
PjFontDescriptor.isLike(PjDictionary dictionary)
Examines a dictionary to see if it is a PDF font descriptor. |
static boolean |
PjFontType1.isLike(PjDictionary dictionary)
Examines a dictionary to see if it is a PDF type 1 font. |
static boolean |
PjPage.isLike(PjDictionary dictionary)
Examines a dictionary to see if it is a PDF page. |
static boolean |
PjPages.isLike(PjDictionary dictionary)
Examines a dictionary to see if it is a PDF Pages object. |
static boolean |
PjResources.isLike(PjDictionary dictionary)
Examines a dictionary to see if it is a PDF resources dictionary. |
static boolean |
PjInfo.isLike(PjDictionary dictionary)
Examines a dictionary to see if it is a PDF Info dictionary. |
void |
PjCatalog.setAA(PjDictionary aa)
|
void |
PjPagesNode.setAA(PjDictionary aA)
|
void |
PjCatalog.setAcroForm(PjDictionary acroForm)
|
void |
PjFont.setEncoding(PjDictionary encoding)
|
void |
PjResources.setExtGState(PjDictionary extGState)
|
void |
PjResources.setFont(PjDictionary font)
|
void |
PjCatalog.setNames(PjDictionary names)
|
void |
PjCatalog.setOpenAction(PjDictionary openAction)
|
void |
PjResources.setProperties(PjDictionary properties)
|
void |
PjPagesNode.setTrans(PjDictionary trans)
|
void |
PjCatalog.setURI(PjDictionary uri)
|
void |
PjCatalog.setViewerPreferences(PjDictionary viewerPreferences)
|
void |
PjResources.setXObject(PjDictionary xObject)
|
Uses of PjDictionary in com.etymon.pj.object.pagemark |
---|
Fields in com.etymon.pj.object.pagemark declared as PjDictionary | |
---|---|
private PjDictionary |
XEI._properties
|
Methods in com.etymon.pj.object.pagemark that return PjDictionary | |
---|---|
PjDictionary |
XEI.getProperties()
|
Constructors in com.etymon.pj.object.pagemark with parameters of type PjDictionary | |
---|---|
XBDC(PjName tag,
PjDictionary properties)
|
|
XDP(PjName tag,
PjDictionary properties)
|
|
XEI(PjDictionary properties,
byte[] imageData)
|
Uses of PjDictionary in com.etymon.pjx.util |
---|
Methods in com.etymon.pjx.util with parameters of type PjDictionary | |
---|---|
private void |
PdfModifier.inheritFieldAttributesCollapse(PjName name,
java.util.Hashtable ht,
PjDictionary newNode,
PjDictionary parent)
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |