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

XmpValue class

XMP değerini temsil eder.

class XmpValue : public System::Object

Yöntemler

YöntemAçıklama
get_IsArray()True döndürür, XmpValue bir dizi ise.
get_IsDateTime() constDeğer DateTime ise true döndürür.
get_IsDouble() constDeğer kayan nokta ise true döndürür.
get_IsField()True döndürür, XmpValue bir alan ise.
get_IsInteger() constDeğer tam sayı ise true döndürür.
get_IsNamedValue() constTrue döndürür, XmpValue adlandırılmış değer ise.
get_IsNamedValues()True döndürür, XmpValue adlandırılmış değerleri temsil ediyorsa.
get_IsRaw()Değer desteklenmiyor/bilinmiyor ve ham XML kodu sağlanır.
get_IsString()Değer string ise true döndürür.
get_IsStructure()True döndürür, XmpValue bir yapı temsil ediyorsa.
static to_KeyValuePair(System::SharedPtr<XmpValue>)XmpValue değerini adlandırılmış değere dönüştürür.
static to_KeyValuePairArray(System::SharedPtr<XmpValue>)XmlValue’yi adlandırılmış koleksiyon değerine dönüştürür.
static to_String(System::SharedPtr<XmpValue>)XmpValue değerini stringe dönüştürür.
static to_XmpValue(System::String)Dizgiyi XmpValue öğesine dönüştürür.
static to_XmpValue(int32_t)Tam sayıyı XmpValue öğesine dönüştürür.
static to_XmpValue(double)Double’ı XmpValue öğesine dönüştürür.
static to_XmpValue(System::DateTime)DateTime’ı XmpValue öğesine dönüştürür.
static to_XmpValue(System::ArrayPtr<System::SharedPtr<System::Object>>)Diziyi XmpValue öğesine dönüştürür.
static to_XmpValueArray(System::SharedPtr<XmpValue>)XmpValue öğesini diziye dönüştürür.
ToArray()Dizi döndürür.
ToDateTime()DateTime’a dönüştürür.
ToDictionary()Adlandırılmış değerleri içeren sözlüğü döndürür.
ToDouble()Double’a dönüştürür.
ToField()XMP değerini XMP alanı olarak döndürür.
ToInteger()Tam sayıya dönüştürür.
ToNamedValue()XMP değerini adlandırılmış değer olarak döndürür.
ToNamedValues()XMP değerini adlandırılmış değer koleksiyonu olarak döndürür.
ToRaw()Bilinmeyen/desteklenmeyen değerler için ham XML kodu.
ToString(System::SharedPtr<System::IFormatProvider>)Dizgi temsilini döndürür.
ToString() const overrideXmpValue öğesinin dizgi temsilini döndürür.
ToStringValue()Dizgiye dönüştürür.
ToStructure()XMP değerini yapı (alan kümesi) olarak döndürür.
XmpValue(System::String)Dizgi değeri için yapıcı.
XmpValue(int32_t)Tam sayı değeri için yapıcı.
XmpValue(double)Kayan nokta değeri için yapıcı.
XmpValue(System::DateTime)DateTime değeri için yapıcı.
XmpValue(System::ArrayPtr<System::SharedPtr<XmpValue>>)Dizi değeri için yapıcı.

Ayrıca Bakınız