com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class XmpPdfAExtensionProperty



  • 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 Detail

      • XmpPdfAExtensionProperty

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

        Initializes new object.

        Parameters:
        name - The property name.
        value - The property value.
        valueType - The property value type.
        category - The property category.
        description - The property description.
        See Also:
        XmpPdfAExtensionCategoryType
    • Method Detail

      • getCategory

        public int getCategory()

        Gets the property category.

        Returns:
        int value
        See Also:
        XmpPdfAExtensionCategoryType
      • getXmlInternal

        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.

        Overrides:
        getXmlInternal in class XmpPdfAExtensionField
        Parameters:
        xmlDocument - The source xml document.
        Returns:
        The list of xml elements.
      • getXml_

        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.

        Overrides:
        getXml_ in class XmpPdfAExtensionField
        Parameters:
        xmlDocument - The source xml document.
        Returns:
        The list of xml elements.