XmpTrailerPi 类
Summary: Represents XMP trailer processing instruction.
Module: aspose.imaging.xmp
Full Name: aspose.imaging.xmp.XmpTrailerPi
Inheritance: IXmlValue
Constructors
| Name | 描述 |
|---|---|
| XmpTrailerPi() | 初始化 XmpTrailerPi 类的新实例。 |
| XmpTrailerPi(is_writable) | 初始化 XmpTrailerPi 类的新实例。 |
Properties
| Name | Type | Access | 描述 |
|---|---|---|---|
| is_writable | bool | r/w | 获取或设置一个值,指示此实例是否可写。 |
Methods
| Name | 描述 |
|---|---|
| get_xml_value() | 将 xmp 值转换为 xml 表示形式。 |
Constructor: XmpTrailerPi()
XmpTrailerPi()
初始化 XmpTrailerPi 类的新实例。
Constructor: XmpTrailerPi(is_writable)
XmpTrailerPi(is_writable)
初始化 XmpTrailerPi 类的新实例。
Parameters:
| 参数 | Type | Description |
|---|---|---|
| is_writable | bool | 指示尾部是否可写。 |
Method: get_xml_value()
get_xml_value()
将 xmp 值转换为 xml 表示形式。
Returns
| Type | Description |
|---|---|
| string | 返回 XMP 的 XML 表示形式。 |