XmpPdfAExtensionProperty

Inheritance: java.lang.Object, com.aspose.pdf.XmpPdfAExtensionObject, com.aspose.pdf.XmpPdfAExtensionField

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

Constructors

ConstructorDescription
XmpPdfAExtensionProperty(String name, String value, String valueType, int category, String description)Initializes new object.

Methods

MethodDescription
getCategory()Gets the property category.
getXmlInternal(System.Xml.XmlDocument xmlDocument)Returns the list of xml elements that represent property in xml tree.
getXml_(System.Xml.XmlDocument xmlDocument)Returns the list of xml elements that represent property in xml tree.

XmpPdfAExtensionProperty(String name, String value, String valueType, int category, String description)

public XmpPdfAExtensionProperty(String name, String value, String valueType, int category, String description)

Initializes new object.

Parameters:

ParameterTypeDescription
namejava.lang.StringThe property name.
valuejava.lang.StringThe property value.
valueTypejava.lang.StringThe property value type.
categoryintThe property category.
descriptionjava.lang.StringThe property description.

getCategory()

public int getCategory()

Gets the property category.

Returns: int - int value

getXmlInternal(System.Xml.XmlDocument xmlDocument)

public System.Collections.Generic.List<System.Xml.XmlElement> getXmlInternal(System.Xml.XmlDocument xmlDocument)

Returns the list of xml elements that represent property in xml tree.

Parameters:

ParameterTypeDescription
xmlDocumentcom.aspose.ms.System.Xml.XmlDocumentThe source xml document.

Returns: com.aspose.ms.System.Collections.Generic.List<com.aspose.ms.System.Xml.XmlElement> - The list of xml elements.

getXml_(System.Xml.XmlDocument xmlDocument)

public List<System.Xml.XmlElement> getXml_(System.Xml.XmlDocument xmlDocument)

Returns the list of xml elements that represent property in xml tree.

Parameters:

ParameterTypeDescription
xmlDocumentcom.aspose.ms.System.Xml.XmlDocumentThe source xml document.

Returns: java.util.List<com.aspose.ms.System.Xml.XmlElement> - The list of xml elements.