| java.lang.Object com.etymon.pj.PjxConvert
PjxConvert | public class PjxConvert (Code) | | author: Nassib Nassar |
PDFNAME_LENGTH | final protected static PdfName PDFNAME_LENGTH(Code) | | |
pjxInheritFieldAttributes | public static PdfDictionary pjxInheritFieldAttributes(PdfManager manager, PdfDictionary d) throws IOException, com.etymon.pjx.PdfFormatException(Code) | | Returns a clone of a field node such that all inherited
attributes of the given field node are made explicit. For
example, if the V key is not defined in the given field
node, this method ascends the field tree (via the Parent
reference) looking for an ancestor node that does contain a
value for the V key; if it finds one, it assigns that value
in the cloned (returned) field node. This is done for all
inheritable attributes.
This method is provided for compatibility with PJ. It will
be transitioned toward a dedicated field class.
Parameters: manager - the manager associated with the PDF document. Parameters: d - a field node for which inherited attributes are tobe retrieved. a cloned copy of the given field node with actualvalues substituted for all inherited attributes. exception: PdfFormatException - |
|
|