XmpPdfAExtensionProperty

遗产: java.lang.Object, com.aspose.pdf.XmpPdfAExtensionObject, com.aspose.pdf.XmpPdfAExtensionField

public final class XmpPdfAExtensionProperty extends XmpPdfAExtensionField

描述单个属性。架构名称空间 URI:http://www.aiim.org/pdfa/ns/property#必需的架构命名空间前缀:pdfaProperty

构造函数

构造函数描述
XmpPdfAExtensionProperty(String name, String value, String valueType, int category, String description)初始化新对象。

方法

方法描述
equals(Object arg0)
getCategory()获取属性类别。
getClass()
getDescription()获取描述。
getName()字段名称。
getValue()获取值。
getValueType()取自 XMP Specification 2004 的字段值类型,或嵌入式 PDF/A 值类型扩展架构。
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)

XmpPdfAExtensionProperty(String name, String value, String valueType, int category, String description)

public XmpPdfAExtensionProperty(String name, String value, String valueType, int category, String description)

初始化新对象。

参数:

范围类型描述
namejava.lang.String属性名称。
valuejava.lang.String财产价值。
valueTypejava.lang.String属性值类型。
categoryint属性类别。
descriptionjava.lang.String属性描述。

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

getCategory()

public int getCategory()

获取属性类别。

退货: int - 整数值

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getDescription()

public String getDescription()

获取描述。

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

getName()

public String getName()

字段名称。字段名称必须是有效的 XML 元素名称。

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

getValue()

public String getValue()

获取值。

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

getValueType()

public String getValueType()

取自 XMP Specification 2004 的字段值类型,或嵌入式 PDF/A 值类型扩展架构。预定义的 XMP 类型名称或自定义类型的名称。

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

getXmlInternal(System.Xml.XmlDocument xmlDocument)

public 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 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