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() constXmpValue が名前付き値の場合は 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 overrideXmpValue の文字列表現を返します。
ToStringValue()文字列に変換します。
ToStructure()XMP の値を構造体(フィールドの集合)として返します。
XmpValue(System::String)文字列値のコンストラクタ。
XmpValue(int32_t)整数値のコンストラクタ。
XmpValue(double)浮動小数点 Value のコンストラクタ。
XmpValue(System::DateTime)日付時刻値のコンストラクタ。
XmpValue(System::ArrayPtr<System::SharedPtr<XmpValue>>)配列値のコンストラクタ。

参照