طريقة 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
يحوِّل المصفوفة إلى 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
يحوِّل السلسلة إلى 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++