Aspose::Pdf::XmpValue class
Contenido
[
Ocultar
]XmpValue class
Representa el valor XMP.
class XmpValue : public System::Object
Métodos
| Método | Descripción |
|---|---|
| get_IsArray() | Devuelve true si XmpValue es una matriz. |
| get_IsDateTime() const | Devuelve true si el valor es DateTime. |
| get_IsDouble() const | Devuelve true si el valor es de punto flotante. |
| get_IsField() | Devuelve true si XmpValue es un campo. |
| get_IsInteger() const | Devuelve true si el valor es entero. |
| get_IsNamedValue() const | Devuelve true si XmpValue es un valor nombrado. |
| get_IsNamedValues() | Devuelve true si XmpValue representa valores nombrados. |
| get_IsRaw() | El valor no es compatible/desconocido y se proporciona código XML sin procesar. |
| get_IsString() | Devuelve true si el valor es una cadena. |
| get_IsStructure() | Devuelve true si XmpValue representa una estructura. |
| static to_KeyValuePair(const System::SharedPtr<XmpValue>&) | Convierte XmpValue a un valor nombrado. |
| static to_KeyValuePairArray(const System::SharedPtr<XmpValue>&) | Convierte XmlValue a un valor de colección nombrada. |
| static to_ObjectArray(const System::SharedPtr<XmpValue>&) | Convierte XmpValue en una matriz. |
| static to_String(const System::SharedPtr<XmpValue>&) | Convierte XmpValue en una cadena. |
| static to_XmpValue(const System::String&) | Convierte una cadena a XmpValue. |
| static to_XmpValue(int32_t) | Convierte un entero en XmpValue. |
| static to_XmpValue(double) | Convierte un double en XmpValue. |
| static to_XmpValue(System::DateTime) | Convierte un DateTime en XmpValue. |
| static to_XmpValue(const System::ArrayPtr<System::SharedPtr<System::Object>>&) | Convierte una matriz a XmpValue. |
| static to_XmpValueArray(const System::SharedPtr<XmpValue>&) | Convierte XmpValue a una matriz. |
| ToArray() | Devuelve una matriz. |
| ToDateTime() | Convierte a DateTime. |
| ToDictionary() | Devuelve un diccionario que contiene valores nombrados. |
| ToDouble() | Convierte a double. |
| ToField() | Devuelve el valor XMP como campo XMP. |
| ToInteger() | Convierte a entero. |
| ToNamedValue() | Devuelve el valor XMP como valor nombrado. |
| ToNamedValues() | Devuelve el valor XMP como colección de valores nombrados. |
| ToRaw() | Código XML sin procesar para valores desconocidos/no compatibles. |
| ToString(const System::SharedPtr<System::IFormatProvider>&) | Devuelve la representación en cadena. |
| ToString() const override | Devuelve la representación en cadena de XmpValue. |
| ToStringValue() | Convierte a cadena. |
| ToStructure() | Devuelve el valor XMP como estructura (conjunto de campos). |
| XmpValue(const System::String&) | Constructor para valor de cadena. |
| XmpValue(int32_t) | Constructor para valor entero. |
| XmpValue(double) | Constructor para valor de punto flotante. |
| XmpValue(System::DateTime) | Constructor para valor de fecha y hora. |
| XmpValue(const System::ArrayPtr<System::SharedPtr<XmpValue>>&) | Constructor para valor de matriz. |
Ver también
- Class Object
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++