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