'Declaration Public Overloads Function Add( _ ByVal position As System.Single, _ ByVal alignment As TabStopAlignment, _ ByVal leader As TabStopLeader _ ) As TabStop
public TabStop Add( System.float position, TabStopAlignment alignment, TabStopLeader leader )
Parameters
- position
- The position (in points) where to add the tab stop.
- alignment
- A TabStopAlignment value that specifies the alignment of text at the tab stop.
- leader
- A TabStopLeader value that specifies the type of the leader line displayed under the tab character.
Return Value
A new tab stop object specified on the position.