class
TableStyleElement
Source: aspose.
Represents the element of the table style.
Methods
getElementStyle() → Style
Gets the element style.
- Returns
-
Style
Returns the Style object.
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. The value of the property is TableStyleElementType integer constant.
setElementStyle(style)
Sets the element style.
Parameter
Name | Type | Optional | Description |
---|---|---|---|
style |
|
The element style. |
setSize()
Number of rows or columns in a single band of striping. Applies only when type is firstRowStripe, secondRowStripe, firstColumnStripe, or secondColumnStripe.