TableStyleElement
Contents
[
Hide
]TableStyleElement class
Represents the element of the table style.
Properties
| Name | Type | Description |
|---|---|---|
| Size | int | Number of rows or columns in a single band of striping. Applies only when type is firstRowStripe, secondRowStripe, first |
| Type | int | Gets the element type. The value of the property is TableStyleElementType integer constant. |
Methods
| Name | Description |
|---|---|
| getElementStyle | Gets the element style. |
| setElementStyle | Sets the element style. |
TableStyleElement.Size property
Number of rows or columns in a single band of striping. Applies only when type is firstRowStripe, secondRowStripe, firstColumnStripe, or secondColumnStripe.
Type: int
TableStyleElement.Type property
Gets the element type. The value of the property is TableStyleElementType integer constant.
Type: int
getElementStyle()
Gets the element style.
Returns: Returns the Style object.
setElementStyle(style)
Sets the element style.
| Parameter | Type | Description |
|---|---|---|
| style | Style | The element style. |