Aspose::Page::EPS::XMP::XmpValue classe

XmpValue class

Rappresenta il valore XMP.

class XmpValue : public System::Object

Metodi

MetodoDescrizione
get_IsArray()Restituisce true se XmpValue è un array.
get_IsDateTime() constRestituisce true se il valore è DateTime.
get_IsDouble() constRestituisce true se il valore è un valore a virgola mobile.
get_IsField()Restituisce true se XmpValue è un campo.
get_IsInteger() constRestituisce true se il valore è un intero.
get_IsNamedValue() constRestituisce true se XmpValue è un valore denominato.
get_IsNamedValues()Restituisce true se XmpValue rappresenta valori denominati.
get_IsRaw()Il valore non è supportato/sconosciuto e viene fornito il codice XML grezzo.
get_IsString()Restituisce true se il valore è una stringa.
get_IsStructure()Restituisce true se XmpValue rappresenta una struttura.
static to_KeyValuePair(System::SharedPtr<XmpValue>)Converte XmpValue in valore denominato.
static to_KeyValuePairArray(System::SharedPtr<XmpValue>)Converte XmlValue in valore di raccolta denominato.
static to_String(System::SharedPtr<XmpValue>)Converte XmpValue in stringa.
static to_XmpValue(System::String)Converte la stringa in XmpValue.
static to_XmpValue(int32_t)Converte l’intero in XmpValue.
static to_XmpValue(double)Converte il double in XmpValue.
static to_XmpValue(System::DateTime)Converte il DateTime in XmpValue.
static to_XmpValue(System::ArrayPtr<System::SharedPtr<System::Object>>)Converte l’array in XmpValue.
static to_XmpValueArray(System::SharedPtr<XmpValue>)Converte XmpValue in array.
ToArray()Restituisce l’array.
ToDateTime()Converte in data e ora.
ToDictionary()Restituisce un dizionario che contiene valori denominati.
ToDouble()Converte in double.
ToField()Restituisce il valore XMP come campo XMP.
ToInteger()Converte in intero.
ToNamedValue()Restituisce il valore XMP come valore nominato.
ToNamedValues()Restituisce il valore XMP come raccolta di valori nominati.
ToRaw()Codice XML grezzo per valori sconosciuti/non supportati.
ToString(System::SharedPtr<System::IFormatProvider>)Restituisce la rappresentazione stringa.
ToString() const overrideRestituisce la rappresentazione stringa di XmpValue.
ToStringValue()Converte in stringa.
ToStructure()Restituisce il valore XMP come struttura (insieme di campi).
XmpValue(System::String)Costruttore per valore stringa.
XmpValue(int32_t)Costruttore per valore intero.
XmpValue(double)Costruttore per valore a virgola mobile.
XmpValue(System::DateTime)Costruttore per valore data e ora.
XmpValue(System::ArrayPtr<System::SharedPtr<XmpValue>>)Costruttore per valore array.

Vedi anche