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

XmpValue class

يمثل قيمة XMP.

class XmpValue : public System::Object

الطرق

طريقةالوصف
get_IsArray()يرجع true إذا كان XmpValue مصفوفة.
get_IsDateTime() constيرجع true إذا كانت القيمة DateTime.
get_IsDouble() constيرجع true إذا كانت القيمة قيمة نقطية عائمة.
get_IsField()يرجع true إذا كان XmpValue حقلًا.
get_IsInteger() constيرجع true إذا كانت القيمة عددًا صحيحًا.
get_IsNamedValue() constيرجع true إذا كان XmpValue قيمة مسماة.
get_IsNamedValues()يرجع true إذا كان XmpValue يمثل قيمًا مسماة.
get_IsRaw()القيمة غير مدعومة/غير معروفة ويتم توفير شفرة XML الخام.
get_IsString()يرجع true إذا كانت القيمة سلسلة.
get_IsStructure()يرجع true إذا كان XmpValue يمثل هيكلًا.
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)يحوِّل العدد العشري إلى 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()يحوِّل إلى عدد عشري.
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>>)منشئ لقيمة مصفوفة.

انظر أيضًا