XmpPdfAExtensionObject
Inheritance: java.lang.Object
public abstract class XmpPdfAExtensionObject
Represents the base class for field, property, value type instances.
Methods
Method | Description |
---|---|
getDescription() | Gets the description. |
getValue() | Gets the value. |
setValue(String value) | Sets the value. |
getXmlInternal(System.Xml.XmlDocument xmlDocument) | Returns the list of xml elements that represent object in xml tree. |
getXml_(System.Xml.XmlDocument xmlDocument) | Returns the list of xml elements that represent object in xml tree. |
getDescription()
public String getDescription()
Gets the description.
Returns: java.lang.String - String
getValue()
public String getValue()
Gets the value.
Returns: java.lang.String - String
setValue(String value)
public void setValue(String value)
Sets the value.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | String |
getXmlInternal(System.Xml.XmlDocument xmlDocument)
public abstract System.Collections.Generic.List<System.Xml.XmlElement> getXmlInternal(System.Xml.XmlDocument xmlDocument)
Returns the list of xml elements that represent object in xml tree.
Parameters:
Parameter | Type | Description |
---|---|---|
xmlDocument | com.aspose.ms.System.Xml.XmlDocument | The 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 abstract List<System.Xml.XmlElement> getXml_(System.Xml.XmlDocument xmlDocument)
Returns the list of xml elements that represent object in xml tree.
Parameters:
Parameter | Type | Description |
---|---|---|
xmlDocument | com.aspose.ms.System.Xml.XmlDocument | The source xml document. |
Returns: java.util.List<com.aspose.ms.System.Xml.XmlElement> - The list of xml elements.