RichEditDocument.tableStylesInfo Property
In This Article
Returns information about table styles in the document.
#Declaration
TypeScript
get tableStylesInfo(): TableStyle[]
#Property Value
Type | Description |
---|---|
Table |
An array of objects that contain information about table styles. |
See Also