Aspose::Cells::Tables::TableStyleElementCollection class
TableStyleElementCollection class
Represents all elements of the table style.
class TableStyleElementCollection
Methods
Method | Description |
---|---|
Add(TableStyleElementType type) | Adds an element. |
Get(int32_t index) | Gets an element of the table style by the index. |
Get(TableStyleElementType type) | Gets the element of the table style by the element type. |
GetCount() | |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const TableStyleElementCollection& src) | operator= |
TableStyleElementCollection(TableStyleElementCollection_Impl* impl) | Constructs from an implementation object. |
TableStyleElementCollection(const TableStyleElementCollection& src) | Copy constructor. |
~TableStyleElementCollection() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Tables
- Library Aspose.Cells for C++