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)
初始化新对象。
参数:
| 范围 | 类型 | 描述 |
|---|---|---|
| name | java.lang.String | 属性名称。 |
| value | java.lang.String | 财产价值。 |
| valueType | java.lang.String | 属性值类型。 |
| category | int | 属性类别。 |
| description | java.lang.String | 属性描述。 |
equals(Object arg0)
public boolean equals(Object arg0)
参数:
| 范围 | 类型 | 描述 |
|---|---|---|
| arg0 | java.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 元素列表。
参数:
| 范围 | 类型 | 描述 |
|---|---|---|
| xmlDocument | com.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 元素列表。
参数:
| 范围 | 类型 | 描述 |
|---|---|---|
| xmlDocument | com.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)
设置值。
参数:
| 范围 | 类型 | 描述 |
|---|---|---|
| value | java.lang.细绳 | String |
toString()
public String toString()
退货: java.lang.字符串
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
参数:
| 范围 | 类型 | 描述 |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
参数:
| 范围 | 类型 | 描述 |
|---|---|---|
| arg0 | long | |
| arg1 | int |