Skip to main content

IdxRichEditTableStyleCollection Interface

Exposes the collection of table styles in a document.

Declaration

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

See Also