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/sets the value.
|
abstract com.aspose.ms.System.Collections.ArrayList |
getXml(com.aspose.ms.System.Xml.XmlDocument xmlDocument)
Returns the list of xml elements that represent object in xml tree.
|
void |
setValue(String value) |
public String getDescription()
Gets the description.
public String getValue()
Gets/sets the value.
public void setValue(String value)
public abstract com.aspose.ms.System.Collections.ArrayList 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.Copyright © 2019 Aspose. All Rights Reserved.