Methods

getElementStyle() → Style

Gets the element style.

Returns

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

Name Type Optional 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.