XmpInteger 类
内容
[
隐藏
]Summary: Represents XMP Integer basic type.
Module: aspose.imaging.xmp.types.basic
Full Name: aspose.imaging.xmp.types.basic.XmpInteger
Inheritance: IXmpType, XmpTypeBase
Constructors
| Name | 描述 |
|---|---|
| XmpInteger(value) | 初始化 XmpInteger 类的新实例。 |
| XmpInteger(value) | 初始化 XmpInteger 类的新实例。 |
| XmpInteger(value) | 初始化 XmpInteger 类的新实例。 |
Properties
| Name | Type | Access | 描述 |
|---|---|---|---|
| value | int | r/w | 获取或设置 value。 |
Methods
| Name | 描述 |
|---|---|
| clone() | 克隆此实例。 |
| get_xmp_representation() | 获取 XMP 格式中包含的字符串值。 |
Constructor: XmpInteger(value)
XmpInteger(value)
初始化 XmpInteger 类的新实例。
Parameters:
| 参数 | Type | Description |
|---|---|---|
| value | int | 值。 |
Constructor: XmpInteger(value)
XmpInteger(value)
初始化 XmpInteger 类的新实例。
Parameters:
| 参数 | Type | Description |
|---|---|---|
| value | int | 值。 |
Constructor: XmpInteger(value)
XmpInteger(value)
初始化 XmpInteger 类的新实例。
Parameters:
| 参数 | Type | Description |
|---|---|---|
| value | string | 值。 |
Method: clone()
clone()
克隆此实例。
Returns
| Type | Description |
|---|---|
| System.Object | 成员逐个克隆。 |
Method: get_xmp_representation()
get_xmp_representation()
获取 XMP 格式中包含的字符串值。
Returns
| Type | Description |
|---|---|
| string | 返回 XMP 格式中包含的字符串值。 |