com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class XmpPdfAExtensionObject

    • Method Detail

      • getDescription

        public String getDescription()

        Gets the description.

        Returns:
        String
      • getValue

        public String getValue()

        Gets the value.

        Returns:
        String
      • setValue

        public void setValue(String value)

        Sets the value.

        Parameters:
        value - String
      • getXmlInternal

        public abstract 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 object in xml tree.

        Parameters:
        xmlDocument - The source xml document.
        Returns:
        The list of xml elements.
      • getXml_

        public abstract List<com.aspose.ms.System.Xml.XmlElement> getXml_(com.aspose.ms.System.Xml.XmlDocument xmlDocument)

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

        Parameters:
        xmlDocument - The source xml document.
        Returns:
        The list of xml elements.