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.
|
List<com.aspose.ms.System.Xml.XmlElement> |
getXml_(com.aspose.ms.System.Xml.XmlDocument xmlDocument)
Returns the list of xml elements that represent property in xml tree.
|
com.aspose.ms.System.Collections.Generic.List<com.aspose.ms.System.Xml.XmlElement> |
getXmlInternal(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.XmpPdfAExtensionCategoryType
public int getCategory()
Gets the property category.
XmpPdfAExtensionCategoryType
public com.aspose.ms.System.Collections.Generic.List<com.aspose.ms.System.Xml.XmlElement> getXmlInternal(com.aspose.ms.System.Xml.XmlDocument xmlDocument)
Returns the list of xml elements that represent property in xml tree.
getXmlInternal
in class XmpPdfAExtensionField
xmlDocument
- The source xml document.public List<com.aspose.ms.System.Xml.XmlElement> 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.