TableStyleElement
Contents
[
Hide
]TableStyleElement class
Represents the element of the table style.
Methods
| Name | 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, first |
| getType() | Gets the element type. The value of the property is TableStyleElementType integer constant. |
| setElementStyle(style) | Sets the element style. |
| setSize() | Number of rows or columns in a single band of striping. Applies only when type is firstRowStripe, secondRowStripe, first |
getElementStyle()
Gets the element style.
Returns: Style — 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 | Type | Description |
|---|---|---|
| style | 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.