TabStop Interface

Represents a single tab stop.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
<GuidAttribute("00020954-0000-0000-C000-000000000046")> _
Public Interface TabStop
'Usage
Dim instance As TabStop
[GuidAttribute("00020954-0000-0000-C000-000000000046")]
public interface TabStop

Remarks

The TabStop object is a member of the TabStops collection. The TabStops collection represents all the custom and default tab stops in a paragraph or group of paragraphs.

Use TabStops(index), where index is the location of the tab stop (in points) or the index number, to return a single TabStop object. Tab stops are indexed numerically from left to right along the ruler.

Use the Add method to add a tab stop.

You can also add a tab stop by specifying a location with the TabStops property.

Note Set the DefaultTabStop property to adjust the spacing of default tab stops.

See Also

Reference

TabStop Members

Microsoft.Office.Interop.Word Namespace