Aspose::Cells::Tables::TableStyleElementCollection class

TableStyleElementCollection class

Represents all elements of the table style.

class TableStyleElementCollection

Methods

MethodDescription
Add(TableStyleElementType type)Adds an element.
begin()Returns an iterator to the beginning of the TableStyleElementCollection.
end()Returns an iterator to the end of the TableStyleElementCollection.
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()Gets the number of elements contained in the instance.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const TableStyleElementCollection& src)operator=
TableStyleElementCollection(TableStyleElementCollection_Impl* impl)Constructs from an implementation object.
TableStyleElementCollection(const TableStyleElementCollection& src)Copy constructor.
~TableStyleElementCollection()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also