Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Field and Description |
---|---|
private PjDictionary |
XEI._properties |
Modifier and Type | Method and Description |
---|---|
PjDictionary |
XEI.getProperties() |
Constructor and Description |
---|
XBDC(PjName tag,
PjDictionary properties) |
XDP(PjName tag,
PjDictionary properties) |
XEI(PjDictionary properties,
byte[] imageData) |
Modifier and Type | Method and Description |
---|---|
private void |
PdfModifier.inheritFieldAttributesCollapse(PjName name,
java.util.Hashtable ht,
PjDictionary newNode,
PjDictionary parent)
Deprecated.
|