Back to Devexpress

ParagraphPropertiesWithTabs Interface

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-00cb491c.md

latest1.8 KB
Original Source

ParagraphPropertiesWithTabs Interface

Interface derived from the ParagraphPropertiesBase to include methods for specifying tab stops within a paragraph.

Namespace : DevExpress.XtraRichEdit.API.Native

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[ComVisible(true)]
public interface ParagraphPropertiesWithTabs :
    ParagraphPropertiesBase
vb
<ComVisible(True)>
Public Interface ParagraphPropertiesWithTabs
    Inherits ParagraphPropertiesBase

Remarks

Use the ParagraphPropertiesWithTabs.BeginUpdateTabs method to get access to a TabInfoCollection containing tab stop settings.

See Also

ParagraphPropertiesWithTabs Members

BeginUpdateTabs(Boolean)

TabInfoCollection

TabInfo

DevExpress.XtraRichEdit.API.Native Namespace