TabStops Interface 

A collection of TabStop objects that represent the custom and default tabs for a paragraph or group of paragraphs.

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

Usage

Public Class abStopsImplementation
    Implements TabStops
End Class
Dim abStopsImplementation1 As New abStopsImplementation()

Syntax

Public Interface TabStops
    Inherits IEnumerable
public interface TabStops : IEnumerable
public interface class TabStops : public IEnumerable
public interface TabStops implements IEnumerable
public interface TabStops implements IEnumerable

Remarks

Use the TabStops property to return the TabStops collection.

Use the Add method to add a tab stop.

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

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.

When working with the Paragraphs collection (or a range with several paragraphs), you must modify each paragraph in the collection individually if the tab stops aren't identical in all the paragraphs.

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

TabStops Members