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, 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.XmpPdfAExtensionCategoryTypepublic int getCategory()
Gets the property category.
XmpPdfAExtensionCategoryTypepublic 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 XmpPdfAExtensionFieldxmlDocument - 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 XmpPdfAExtensionFieldxmlDocument - The source xml document.Copyright © 2025 Aspose. All Rights Reserved.