Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.PDF for Java library
which are either directly in it like Document or indirectly through several
subpackages. |
com.aspose.pdf.facades |
The
com.aspose.pdf.facades package provides classes originally came from
Aspose.Pdf.Kit. |
Modifier and Type | Method and Description |
---|---|
static com.aspose.pdf.engine.collections.HashDictionary<String,XmpPdfAExtensionSchema> |
InternalHelper.createSchemasElement(com.aspose.ms.System.Xml.XmlNode xmlNode) |
static com.aspose.pdf.engine.collections.HashDictionary<String,XmpPdfAExtensionSchema> |
XmpPdfAExtensionSchema.createSchemasElement(com.aspose.ms.System.Xml.XmlNode rootNode)
Creates the list of schemas elements from xml tree.
|
com.aspose.ms.System.Collections.Generic.IGenericDictionary<String,XmpPdfAExtensionSchema> |
Metadata.getExtensionFields_Internal()
For Internal usage only.
|
Hashtable<String,XmpPdfAExtensionSchema> |
Metadata.getExtensionFields()
Gets the dictionary of extension fields.
|
Modifier and Type | Method and Description |
---|---|
static com.aspose.ms.System.Xml.XmlElement |
InternalHelper.getValuesXml(XmpPdfAExtensionSchema schema,
com.aspose.ms.System.Xml.XmlDocument xmlDocument) |
static void |
InternalHelper.getValuesXml(XmpPdfAExtensionSchema schema,
com.aspose.ms.System.Xml.XmlDocument xmlDocument,
com.aspose.ms.System.Xml.XmlElement pdfAExtensionDescriptionValueElement) |
static void |
InternalHelper.initializeSchemaValue(com.aspose.ms.System.Xml.XmlNode xmlNode,
XmpPdfAExtensionSchema schema) |
static void |
XmpPdfAExtensionSchema.initializeSchemaValue(com.aspose.ms.System.Xml.XmlNode node,
XmpPdfAExtensionSchema schema)
Initializes the value of property.
|
Modifier and Type | Method and Description |
---|---|
Hashtable<String,XmpPdfAExtensionSchema> |
PdfXmpMetadata.getExtensionFields()
Gets the dictionary of extension fields.
|