Aspose::Cells::Tables::TableStyleElement class

TableStyleElement class

Represents the element of the table style.

class TableStyleElement

Methods

MethodDescription
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() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator 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

FieldDescription
_implThe implementation object.

See Also