Aspose::Cells::XmlMap class

XmlMap class

Represents Xml map information.

class XmlMap

Methods

MethodDescription
GetDataBinding()Gets an XmlDataBinding of this map.
GetName()Returns or sets the name of the object.
GetRootElementName()Gets root element name.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const XmlMap& src)operator=
SetName(const U16String& value)Returns or sets the name of the object.
SetName(const char16_t* value)Returns or sets the name of the object.
XmlMap(XmlMap_Impl* impl)Constructs from an implementation object.
XmlMap(const XmlMap& src)Copy constructor.
~XmlMap()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also