TableStyleElement

TableStyleElement class

Represents the element of the table style.

Methods

NameDescription
getElementStyle()Gets the element style.
getSize()Number of rows or columns in a single band of striping. Applies only when type is firstRowStripe, secondRowStripe, first
getType()Gets the element type. The value of the property is TableStyleElementType integer constant.
setElementStyle(style)Sets the element style.
setSize()Number of rows or columns in a single band of striping. Applies only when type is firstRowStripe, secondRowStripe, first

getElementStyle()

Gets the element style.

Returns: Style — 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.

ParameterTypeDescription
styleStyleThe element style.

setSize()

Number of rows or columns in a single band of striping. Applies only when type is firstRowStripe, secondRowStripe, firstColumnStripe, or secondColumnStripe.