TableStyle

TableStyle class

Represents the table style.

class TableStyle;

Methods

MethodDescription
getName()Gets the name of table style.
getTableStyleElements()Gets all elements of the table style.

getName()

Gets the name of table style.

getName() : string;

getTableStyleElements()

Gets all elements of the table style.

getTableStyleElements() : TableStyleElementCollection;

Returns

TableStyleElementCollection