Aspose::Page::EPS::XMP::XmpField class
Contents
[
Hide
]XmpField class
Represents XMP field.
class XmpField : public System::Object
Methods
Method | Description |
---|---|
Equals(System::SharedPtr<System::Object>) override | Indicates whether this instance and a specified object are equal. |
static get_Empty() | Gets an Empty xmp field. |
get_FieldType() | Gets the type of the field. |
get_IsEmpty() | Gets a value indicating whether this instance is empty. |
static get_Lang() | Gets xml:lang qualifier. |
get_LocalName() const | Gets the name of the local. |
get_Name() const | Gets the name. |
get_NamespaceUri() const | Gets the namespace URI. |
get_Prefix() const | Gets the prefix. |
get_Value() const | Gets the value. |
GetHashCode() const override | Returns a hash code for this instance. |
set_LocalName(System::String) | Sets the name of the local. |
set_NamespaceUri(System::String) | Gets the namespace URI. |
set_Prefix(System::String) | Gets the prefix. |
ToArray() | Gets value as an array. |
ToStructure() | Gets value as a structure. |
See Also
- Class Object
- Namespace Aspose::Page::EPS::XMP
- Library Aspose.Page for C++