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)

Syntax

'Declaration
<GuidAttribute("00020955-0000-0000-C000-000000000046")> _
Public Interface TabStops _
    Inherits IEnumerable
'Usage
Dim instance As TabStops
[GuidAttribute("00020955-0000-0000-C000-000000000046")]
public interface TabStops : 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.

See Also

Reference

TabStops Members

Microsoft.Office.Interop.Word Namespace