IdxRichEditTableStyleCollection Interface
In This Article
Exposes the collection of table styles in a document.
#Declaration
Delphi
IdxRichEditTableStyleCollection = interface(IdxRichEditStyleCollection<IdxRichEditTableStyle>)
#Remarks
This interface has the following members that allow you to:
Create a new table style (CreateNew).
Add an existing style to the collection (Add).
Mark a table style as deleted (Delete).
Obtain the number of stored table styles (Count and GetCount).
Access a specific table style by its name (GetItem).
A Rich Edit component‘s Document.TableStyles property references the IdxRichEditTableStyleCollection interface.
#Inheritance
IInterface
IdxReadOnlyList<T>
IdxRichEditStyleCollection<T>
IdxRichEditTableStyleCollection
See Also