Aspose::Page::EPS::XMP::XmpValue::to_XmpValue 方法
内容
[
隐藏
]XmpValue::to_XmpValue(double) method
将 double 转换为 XmpValue。
static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(double value)
| Parameter | Type | 描述 |
|---|---|---|
| value | double | 要转换的值。 |
ReturnValue
XmlValue。
另见
- Typedef SharedPtr
- Class XmpValue
- Class XmpValue
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++
XmpValue::to_XmpValue(int32_t) method
将 integer 转换为 XmpValue。
static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(int32_t value)
| Parameter | Type | 描述 |
|---|---|---|
| value | int32_t | 要转换的值。 |
ReturnValue
XmlValue。
另见
- Typedef SharedPtr
- Class XmpValue
- Class XmpValue
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++
XmpValue::to_XmpValue(System::ArrayPtr<System::SharedPtr<System::Object>>) method
将 array 转换为 XmpValue。
static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(System::ArrayPtr<System::SharedPtr<System::Object>> value)
| Parameter | Type | 描述 |
|---|---|---|
| value | System::ArrayPtr<System::SharedPtr<System::Object>> | 要转换的值。 |
ReturnValue
XmlValue。
另见
- Typedef SharedPtr
- Class XmpValue
- Typedef ArrayPtr
- Class Object
- Class XmpValue
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++
XmpValue::to_XmpValue(System::DateTime) method
将 DateTime 转换为 XmpValue。
static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(System::DateTime value)
| Parameter | Type | 描述 |
|---|---|---|
| value | System::DateTime | 要转换的值。 |
ReturnValue
XmlValue。
另见
- Typedef SharedPtr
- Class XmpValue
- Class DateTime
- Class XmpValue
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++
XmpValue::to_XmpValue(System::String) method
将 string 转换为 XmpValue。
static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(System::String value)
| Parameter | Type | 描述 |
|---|---|---|
| value | System::String | 要转换的值。 |
ReturnValue
XmlValue。
另见
- Typedef SharedPtr
- Class XmpValue
- Class String
- Class XmpValue
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++