Aspose::Cells::Tables::TableStyleElement class
Contents
[
Hide
]TableStyleElement class
Represents the element of the table style.
class TableStyleElement
Methods
Method | Description |
---|---|
GetElementStyle() | Gets the element style. |
GetSize() | Number of rows or columns in a single band of striping. Applies only when type is firstRowStripe, secondRowStripe, firstColumnStripe, or secondColumnStripe. |
GetType() | Gets the element type. |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const TableStyleElement& src) | operator= |
SetElementStyle(const Style& style) | Sets the element style. |
SetSize(int32_t value) | Number of rows or columns in a single band of striping. Applies only when type is firstRowStripe, secondRowStripe, firstColumnStripe, or secondColumnStripe. |
TableStyleElement(TableStyleElement_Impl* impl) | Constructs from an implementation object. |
TableStyleElement(const TableStyleElement& src) | Copy constructor. |
~TableStyleElement() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Tables
- Library Aspose.Cells for C++