Xceed Words for .NET v5.0 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / Paragraph Class / InsertTabStopPosition Method
The alignment of the tab stop.
The horizontal position of the tab stop.
TabStopPositionLeader value indicating the character used to fill in the space created by a tab.
The index of the TabStopPosition that will be inserted in the list of active TabStopPositions. By default, -1.


In This Topic
    InsertTabStopPosition Method
    In This Topic
    Inserts a tab stop in this paragraph.
    Syntax
    'Declaration
     
    Public Function InsertTabStopPosition( _
       ByVal alignment As Alignment, _
       ByVal position As Single, _
       Optional ByVal leader As TabStopPositionLeader, _
       Optional ByVal index As Integer _
    ) As Paragraph
    'Usage
     
    Dim instance As Paragraph
    Dim alignment As Alignment
    Dim position As Single
    Dim leader As TabStopPositionLeader
    Dim index As Integer
    Dim value As Paragraph
     
    value = instance.InsertTabStopPosition(alignment, position, leader, index)
    public Paragraph InsertTabStopPosition( 
       Alignment alignment,
       float position,
       TabStopPositionLeader leader,
       int index
    )

    Parameters

    alignment
    The alignment of the tab stop.
    position
    The horizontal position of the tab stop.
    leader
    TabStopPositionLeader value indicating the character used to fill in the space created by a tab.
    index
    The index of the TabStopPosition that will be inserted in the list of active TabStopPositions. By default, -1.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows, 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also