XmpPdfAExtensionObject

遗产: java.lang.Object

public abstract class XmpPdfAExtensionObject

表示字段、属性、值类型实例的基类。

方法

方法描述
equals(Object arg0)
getClass()
getDescription()获取描述。
getValue()获取值。
getXmlInternal(System.Xml.XmlDocument xmlDocument)返回表示 xml 树中对象的 xml 元素列表。
getXml_(System.Xml.XmlDocument xmlDocument)返回表示 xml 树中对象的 xml 元素列表。
hashCode()
notify()
notifyAll()
setValue(String value)设置值。
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getDescription()

public String getDescription()

获取描述。

退货: java.lang.String - 字符串

getValue()

public String getValue()

获取值。

退货: java.lang.String - 字符串

getXmlInternal(System.Xml.XmlDocument xmlDocument)

public abstract System.Collections.Generic.List<System.Xml.XmlElement> getXmlInternal(System.Xml.XmlDocument xmlDocument)

返回表示 xml 树中对象的 xml 元素列表。

参数:

范围类型描述
xmlDocumentcom.aspose.ms.System.Xml.XmlDocument源 xml 文档。

退货: com.aspose.ms.System.Collections.Generic.List<com.aspose.ms.System.Xml.XmlElement> - xml 元素列表。

getXml_(System.Xml.XmlDocument xmlDocument)

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

返回表示 xml 树中对象的 xml 元素列表。

参数:

范围类型描述
xmlDocumentcom.aspose.ms.System.Xml.XmlDocument源 xml 文档。

退货: java.util.List<com.aspose.ms.System.Xml.XmlElement> - xml 元素列表。

hashCode()

public native int hashCode()

退货: 整数

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setValue(String value)

public void setValue(String value)

设置值。

参数:

范围类型描述
valuejava.lang.细绳String

toString()

public String toString()

退货: java.lang.字符串

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

参数:

范围类型描述
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

参数:

范围类型描述
arg0long
arg1int