TableStyleElement

TableStyleElement class

Represents the element of the table style.

Properties

NameTypeDescription
SizeintNumber of rows or columns in a single band of striping. Applies only when type is firstRowStripe, secondRowStripe, first
TypeintGets 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: int

TableStyleElement.Type property

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

Type: int

getElementStyle()

Gets the element style.

Returns: Returns the Style object.

setElementStyle(style)

Sets the element style.

ParameterTypeDescription
styleStyleThe element style.