TabStop Interface 

Represents a single tab stop.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Public Class abStopImplementation
    Implements TabStop
End Class
Dim abStopImplementation1 As New abStopImplementation()

Syntax

Public Interface TabStop
public interface TabStop
public interface class TabStop
public interface TabStop
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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

TabStop Members