Aspose::Cells::XmlMap class
Contents
[
Hide
]XmlMap class
Represents Xml map information.
class XmlMap
Methods
Method | Description |
---|---|
GetDataBinding() | Gets an XmlDataBinding of this map. |
GetName() | Returns or sets the name of the object. |
GetRootElementName() | Gets root element name. |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator 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
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++