Aspose::Page::EPS::XMP::XmpValue class

XmpValue class

表示 XMP 值。

class XmpValue : public System::Object

方法

方法描述
get_IsArray()如果 XmpValue 是数组,则返回 true。
get_IsDateTime() const如果值是 DateTime,则返回 true。
get_IsDouble() const如果值是浮点数,则返回 true。
get_IsField()如果 XmpValue 是字段,则返回 true。
get_IsInteger() const如果值是整数,则返回 true。
get_IsNamedValue() const如果 XmpValue 是命名值,则返回 true。
get_IsNamedValues()如果 XmpValue 表示命名值,则返回 true。
get_IsRaw()值不受支持/未知,并提供原始 XML 代码。
get_IsString()如果值是字符串,则返回 true。
get_IsStructure()如果 XmpValue 表示结构,则返回 true。
static to_KeyValuePair(System::SharedPtr<XmpValue>)XmpValue 转换为命名值。
static to_KeyValuePairArray(System::SharedPtr<XmpValue>)将 XmlValue 转换为命名集合值。
static to_String(System::SharedPtr<XmpValue>)XmpValue 转换为字符串。
static to_XmpValue(System::String)将字符串转换为 XmpValue
static to_XmpValue(int32_t)将整数转换为 XmpValue
static to_XmpValue(double)将 double 转换为 XmpValue
static to_XmpValue(System::DateTime)将 DateTime 转换为 XmpValue
static to_XmpValue(System::ArrayPtr<System::SharedPtr<System::Object>>)将数组转换为 XmpValue
static to_XmpValueArray(System::SharedPtr<XmpValue>)XmpValue 转换为数组。
ToArray()返回数组。
ToDateTime()转换为日期时间。
ToDictionary()返回包含命名值的字典。
ToDouble()转换为 double。
ToField()返回 XMP 值作为 XMP 字段。
ToInteger()转换为整数。
ToNamedValue()返回 XMP 值作为命名值。
ToNamedValues()返回 XMP 值作为命名值集合。
ToRaw()未知/不受支持值的原始 XML 代码。
ToString(System::SharedPtr<System::IFormatProvider>)返回字符串表示。
ToString() const override返回 XmpValue 的字符串表示。
ToStringValue()转换为字符串。
ToStructure()返回 XMP 值作为结构(字段集合)。
XmpValue(System::String)字符串值的构造函数。
XmpValue(int32_t)整数值的构造函数。
XmpValue(double)浮点值的构造函数。
XmpValue(System::DateTime)日期时间值的构造函数。
XmpValue(System::ArrayPtr<System::SharedPtr<XmpValue>>)数组值的构造函数。

另见