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)
| パラメーター | 型 | 説明 |
|---|---|---|
| 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
整数を XmpValue に変換します。
static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(int32_t value)
| パラメーター | 型 | 説明 |
|---|---|---|
| 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
配列を XmpValue に変換します。
static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(System::ArrayPtr<System::SharedPtr<System::Object>> value)
| パラメーター | 型 | 説明 |
|---|---|---|
| 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)
| パラメーター | 型 | 説明 |
|---|---|---|
| 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
文字列を XmpValue に変換します。
static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(System::String value)
| パラメーター | 型 | 説明 |
|---|---|---|
| value | System::String | 変換する値。 |
ReturnValue
XmlValue。
参照
- Typedef SharedPtr
- Class XmpValue
- Class String
- Class XmpValue
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++