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++