Skip to main content

IdxRichEditTabInfoCollection Interface

Exposes the collection of tab stops in a paragraph.

Declaration

IdxRichEditTabInfoCollection = interface(IdxRichEditList<IdxRichEditTabInfo>)

Remarks

This interface instantiates its ancestor with the IdxRichEditTabInfo type and exposes the CreateNew function that allows you to create tab stops in a paragraph. For information on other properties and methods provided by the IdxRichEditTabInfoCollection interface, refer to the IdxRichEditList and IdxReadOnlyList interface descriptions.

Inheritance

See Also