Share via


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
Bb257971.methods(en-us,office.12).gif Clear Removes the specified custom tab stop.

Properties

  Name Description
Bb257971.properties(en-us,office.12).gif Alignment Returns or sets a WdTabAlignment constant that represents the alignment for the specified tab stop. Read/write.
Bb257971.properties(en-us,office.12).gif Application Returns an Application object that represents the Microsoft Word application.
Bb257971.properties(en-us,office.12).gif Creator Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long.
Bb257971.properties(en-us,office.12).gif CustomTab True if the specified tab stop is a custom tab stop. Read-only Boolean.
Bb257971.properties(en-us,office.12).gif Leader Returns or sets the leader for the specified TabStop object. Read/write WdTabLeader.
Bb257971.properties(en-us,office.12).gif Next Returns the next tabstop in the collection. Read-only.
Bb257971.properties(en-us,office.12).gif Parent Returns an Object that represents the parent object of the specified TabStop object.
Bb257971.properties(en-us,office.12).gif Position Returns or sets the position of a tab stop relative to the left margin. Read/write Single.
Bb257971.properties(en-us,office.12).gif Previous Returns the previous tab stop in the collection. Read-only.