public abstract class XmpPdfAExtensionObject extends Object
Represents the base class for field, property, value type instances.
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the description.
|
String |
getValue()
Gets the value.
|
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.
|
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.
|
void |
setValue(String value)
Sets the value.
|
public String getDescription()
Gets the description.
public String getValue()
Gets the value.
public void setValue(String value)
Sets the value.
value
- Stringpublic 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.
xmlDocument
- The source xml document.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.
xmlDocument
- The source xml document.