TableStyleElement

TableStyleElement class

Represents the element of the table style.

Properties

NameTypeDescription
SizeNumberNumber of rows or columns in a single band of striping. Applies only when type is firstRowStripe, secondRowStripe, first
TypeNumberGets the element type. The value of the property is TableStyleElementType integer constant.

Methods

NameDescription
getElementStyleGets the element style.
setElementStyleSets the element style.

TableStyleElement.Size property

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

Type: Number

TableStyleElement.Type property

Gets the element type. The value of the property is TableStyleElementType integer constant.

Type: Number

getElementStyle()

Gets the element style.

Returns: Returns the Style object.

setElementStyle(style)

Sets the element style.

ParameterTypeDescription
styleStyleThe element style.