Aspose::Page::EPS::XMP::XmpValue class
Contents
[
Hide
]XmpValue class
Represents XMP value.
class XmpValue : public System::Object
Methods
Method | Description |
---|---|
get_IsArray() | Returns true is XmpValue is array. |
get_IsDateTime() const | Returns true if value is DateTime. |
get_IsDouble() const | Returns true if value is floating point value. |
get_IsField() | Returns true if XmpValue is field. |
get_IsInteger() const | Returns true if value is integer. |
get_IsNamedValue() const | Returns true if XmpValue is named value. |
get_IsNamedValues() | Returns true is XmpValue represents named values. |
get_IsRaw() | Value is unsupported/unknown and raw XML code is provided. |
get_IsString() | Returns true if value is string. |
get_IsStructure() | Returns true is XmpValue represents structure. |
static to_KeyValuePair(System::SharedPtr<XmpValue>) | |
static to_KeyValuePairArray(System::SharedPtr<XmpValue>) | |
static to_String(System::SharedPtr<XmpValue>) | |
static to_XmpValue(System::String) | |
static to_XmpValue(int32_t) | |
static to_XmpValue(double) | |
static to_XmpValue(System::DateTime) | |
static to_XmpValue(System::ArrayPtr<System::SharedPtr<System::Object>>) | |
static to_XmpValueArray(System::SharedPtr<XmpValue>) | |
ToArray() | Returns array. |
ToDateTime() | Converts to date time. |
ToDictionary() | Returns dictionary which contains named values. |
ToDouble() | Converts to double. |
ToField() | Returns XMP value as XMP field. |
ToInteger() | Converts to integer. |
ToNamedValue() | Returns XMP value as named value. |
ToNamedValues() | Returns XMP value as named value collection. |
ToRaw() | Raw XML code for unknown/unsupported values. |
ToString(System::SharedPtr<System::IFormatProvider>) | Returns string representation. |
ToString() const override | Returns string representation of XmpValue. |
ToStringValue() | Converts to string. |
ToStructure() | Returns XMP value as structure (set of fields). |
XmpValue(System::String) | Constructor for string value. |
XmpValue(int32_t) | Consructor for integer value. |
XmpValue(double) | Constructor for floating point Value. |
XmpValue(System::DateTime) | Constructor for date time value. |
XmpValue(System::ArrayPtr<System::SharedPtr<XmpValue>>) | Constructor for array value. |
See Also
- Class Object
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++