TabStop Object Members
Word Developer Reference |
Represents a single tab stop. 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.
Methods
Name | Description | |
---|---|---|
Clear | Removes the specified custom tab stop. |
Properties
Name | Description | |
---|---|---|
Alignment | Returns or sets a WdTabAlignment constant that represents the alignment for the specified tab stop. Read/write. | |
Application | Returns an Application object that represents the Microsoft Word application. | |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long. | |
CustomTab | True if the specified tab stop is a custom tab stop. Read-only Boolean. | |
Leader | Returns or sets the leader for the specified TabStop object. Read/write WdTabLeader. | |
Next | Returns the next tabstop in the collection. Read-only. | |
Parent | Returns an Object that represents the parent object of the specified TabStop object. | |
Position | Returns or sets the position of a tab stop relative to the left margin. Read/write Single. | |
Previous | Returns the previous tab stop in the collection. Read-only. |