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