'Declaration Public Class Tab Inherits Text Implements GrapeCity.Documents.Word.IBrowsable(Of Text)
public class Tab : Text, GrapeCity.Documents.Word.IBrowsable<Text>
'Declaration Public Class Tab Inherits Text Implements GrapeCity.Documents.Word.IBrowsable(Of Text)
public class Tab : Text, GrapeCity.Documents.Word.IBrowsable<Text>
Regardless of any number of custom tab stops defined using the TabStop, the absolute position tab character shall advance to the position specified by its Alignment and RelativeTo properties.
The resulting end position of the tab character shall not be affected by the addition of any custom tab stops or changes to the value of the StyleCollection.DefaultTabStop.If the alignment location specified by the positional tab cannot be found on the current line because the starting location is past that point, then the tab character shall advance to that location on the next available line in the document.
System.Object
GrapeCity.Documents.Word.ContentObject
GrapeCity.Documents.Word.Text
GrapeCity.Documents.Word.Tab