public final class XmpPdfAExtensionProperty extends XmpPdfAExtensionField
Describes a single property. Schema namespace URI: http://www.aiim.org/pdfa/ns/property# Required schema namespace prefix: pdfaProperty
| Constructor and Description |
|---|
XmpPdfAExtensionProperty(String name,
String value,
String valueType,
int category,
String description)
Initializes new object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCategory()
Gets the property category.
|
com.aspose.ms.System.Collections.ArrayList |
getXml(com.aspose.ms.System.Xml.XmlDocument xmlDocument)
Returns the list of xml elements that represent property in xml tree.
|
getName, getValueTypegetDescription, getValue, setValuepublic XmpPdfAExtensionProperty(String name, String value, String valueType, int category, String description)
Initializes new object.
name - The property name.value - The property value.valueType - The property value type.category - The property category.description - The property description.public int getCategory()
Gets the property category.
public com.aspose.ms.System.Collections.ArrayList getXml(com.aspose.ms.System.Xml.XmlDocument xmlDocument)
Returns the list of xml elements that represent property in xml tree.
getXml in class XmpPdfAExtensionFieldxmlDocument - The source xml document.Copyright © 2018 Aspose. All Rights Reserved.