IdxRichEditTableStyleCollection Interface
Exposes a table style collection.
Declaration
IdxRichEditTableStyleCollection = interface(IdxRichEditStyleCollection<IdxRichEditTableStyle>)
Remarks
Table styles define table appearance in a document.
Main API Members
The list below outlines key members of the IdxRichEditTableStyleCollection
interface. These members allow you to manage table styles in a document.
- Add
- Adds an existing table style to the collection.
- Count | GetCount
- Return the number of table styles in the collection.
- CreateNew
- Creates a new table style and adds it to the collection.
- Delete
- Marks an individual table style as deleted. All deleted styles are ignored for all content edit and export operations.
- GetItem
- Provides access to individual table styles (by name).
Direct IdxRichEditTableStyleCollection Interface Reference
The IdxRichEditDocument.TableStyles property references the IdxRichEditTableStyleCollection
interface.
Inheritance
IInterface
IdxReadOnlyList<T>
IdxRichEditStyleCollection<T>
IdxRichEditTableStyleCollection
See Also