Méthode Aspose::Page::EPS::XMP::XmpValue::to_XmpValue
Contenu
[
Cacher
]XmpValue::to_XmpValue(double) method
Convertit double en XmpValue.
static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(double value)
| Paramètre | Type | Description |
|---|---|---|
| value | double | Valeur à convertir. |
ReturnValue
XmlValue.
Voir aussi
- Typedef SharedPtr
- Class XmpValue
- Class XmpValue
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++
XmpValue::to_XmpValue(int32_t) method
Convertit entier en XmpValue.
static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(int32_t value)
| Paramètre | Type | Description |
|---|---|---|
| value | int32_t | Valeur à convertir. |
ReturnValue
XmlValue.
Voir aussi
- 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
Convertit tableau en XmpValue.
static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(System::ArrayPtr<System::SharedPtr<System::Object>> value)
| Paramètre | Type | Description |
|---|---|---|
| value | System::ArrayPtr<System::SharedPtr<System::Object>> | Valeur à convertir. |
ReturnValue
XmlValue.
Voir aussi
- 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
Convertit DateTime en XmpValue.
static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(System::DateTime value)
| Paramètre | Type | Description |
|---|---|---|
| value | System::DateTime | Valeur à convertir. |
ReturnValue
XmlValue.
Voir aussi
- Typedef SharedPtr
- Class XmpValue
- Class DateTime
- Class XmpValue
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++
XmpValue::to_XmpValue(System::String) method
Convertit chaîne en XmpValue.
static System::SharedPtr<XmpValue> Aspose::Page::EPS::XMP::XmpValue::to_XmpValue(System::String value)
| Paramètre | Type | Description |
|---|---|---|
| value | System::String | Valeur à convertir. |
ReturnValue
XmlValue.
Voir aussi
- Typedef SharedPtr
- Class XmpValue
- Class String
- Class XmpValue
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++