public class PjxConvert
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static PdfName |
PDFNAME_LENGTH
Deprecated.
|
| Constructor and Description |
|---|
PjxConvert()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
private static void |
pjxAdjustTextMatrixX(java.util.Vector pmVector,
float rectWidth)
Deprecated.
|
private static void |
pjxClearTextMatrixX(java.util.Vector pmVector)
Deprecated.
|
static java.util.List |
pjxGetFields(PdfManager manager)
Deprecated.
|
private static void |
pjxGetFieldsAddField(PdfManager manager,
java.util.ArrayList fieldList,
PdfReference fieldRef)
Deprecated.
|
static PdfDictionary |
pjxInheritFieldAttributes(PdfManager manager,
PdfDictionary d)
Deprecated.
|
private static void |
pjxInheritFieldAttributesCollapse(PjName name,
java.util.Hashtable ht,
PjDictionary newNode,
PjDictionary parent)
Deprecated.
|
private static void |
pjxReplaceTextData(java.util.Vector pmVector,
PdfString oldText,
PdfString newText)
Deprecated.
|
static void |
pjxUpdateFieldValue(PdfManager manager,
PdfDictionary origField,
PdfDictionary field,
java.lang.String value)
Deprecated.
|
static PjObject |
toPjObject(PdfObject obj)
Deprecated.
|
static PdfObject |
toPjxObject(PjObject obj)
Deprecated.
|
protected static final PdfName PDFNAME_LENGTH
public static PjObject toPjObject(PdfObject obj) throws PdfFormatException
PdfFormatExceptionpublic static PdfObject toPjxObject(PjObject obj) throws PdfFormatException
PdfFormatExceptionpublic static java.util.List pjxGetFields(PdfManager manager) throws java.io.IOException, PdfFormatException
java.io.IOExceptionPdfFormatExceptionprivate static void pjxGetFieldsAddField(PdfManager manager, java.util.ArrayList fieldList, PdfReference fieldRef) throws java.io.IOException, PdfFormatException
java.io.IOExceptionPdfFormatExceptionpublic static void pjxUpdateFieldValue(PdfManager manager, PdfDictionary origField, PdfDictionary field, java.lang.String value) throws java.io.IOException, PdfFormatException
PdfFormatExceptionjava.io.IOExceptionprivate static void pjxReplaceTextData(java.util.Vector pmVector,
PdfString oldText,
PdfString newText)
throws PdfFormatException
PdfFormatExceptionprivate static void pjxAdjustTextMatrixX(java.util.Vector pmVector,
float rectWidth)
private static void pjxClearTextMatrixX(java.util.Vector pmVector)
public static PdfDictionary pjxInheritFieldAttributes(PdfManager manager, PdfDictionary d) throws java.io.IOException, PdfFormatException
manager - the manager associated with the PDF document.d - a field node for which inherited attributes are to
be retrieved.PdfFormatExceptionjava.io.IOExceptionprivate static void pjxInheritFieldAttributesCollapse(PjName name, java.util.Hashtable ht, PjDictionary newNode, PjDictionary parent)