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, getValueType
getDescription, getValue, setValue
public 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 XmpPdfAExtensionField
xmlDocument
- The source xml document.Copyright © 2017 Aspose. All Rights Reserved.