Back to Devexpress

IdxRichEditTableStyleCollection Interface

vcl-dxrichedit-dot-nativeapi-7c86db4f.md

latest2.2 KB
Original Source

IdxRichEditTableStyleCollection Interface

Exposes a table style collection.

Declaration

delphi
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.

AddAdds an existing table style to the collection.Count | GetCountReturn the number of table styles in the collection.CreateNewCreates a new table style and adds it to the collection.DeleteMarks an individual table style as deleted. All deleted styles are ignored for all content edit and export operations.GetItemProvides 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

IdxRichEditCharacterStyleCollection Interface

IdxRichEditParagraphStyleCollection Interface

IdxRichEditTableStyleCollection Members

dxRichEdit.NativeApi Unit