ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfParagraph Class / TabIndents Property

In This Topic
    TabIndents Property
    In This Topic
    Gets or sets the tabulation indent values of this paragraph.
    Syntax
    'Declaration
     
    Public Property TabIndents As System.Single()
    public System.float[] TabIndents {get; set;}

    Property Value

    The tabulation indents of the paragraph.
    See Also