public class TableStyleElement
| Property Getters/Setters Summary | ||
|---|---|---|
int | getSize() | |
void | setSize(intvalue) | |
| Number of rows or columns in a single band of striping. Applies only when type is firstRowStripe, secondRowStripe, firstColumnStripe, or secondColumnStripe. | ||
int | getType() | |
Gets the element type.
The value of the property is TableStyleElementType integer constant. |
||
| Method Summary | ||
|---|---|---|
Style | getElementStyle() | |
Gets the element style.
|
||
void | setElementStyle(Style style) | |
Sets the element style.
|
||
public int getSize() / public void setSize(int value)
public int getType()