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
PdfFormatException
public static PdfObject toPjxObject(PjObject obj) throws PdfFormatException
PdfFormatException
public static java.util.List pjxGetFields(PdfManager manager) throws java.io.IOException, PdfFormatException
java.io.IOException
PdfFormatException
private static void pjxGetFieldsAddField(PdfManager manager, java.util.ArrayList fieldList, PdfReference fieldRef) throws java.io.IOException, PdfFormatException
java.io.IOException
PdfFormatException
public static void pjxUpdateFieldValue(PdfManager manager, PdfDictionary origField, PdfDictionary field, java.lang.String value) throws java.io.IOException, PdfFormatException
PdfFormatException
java.io.IOException
private static void pjxReplaceTextData(java.util.Vector pmVector, PdfString oldText, PdfString newText) throws PdfFormatException
PdfFormatException
private 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.PdfFormatException
java.io.IOException
private static void pjxInheritFieldAttributesCollapse(PjName name, java.util.Hashtable ht, PjDictionary newNode, PjDictionary parent)