TabStop Interface

Definition

Represents a single tab stop.

public interface class TabStop
[System.Runtime.InteropServices.Guid("00020954-0000-0000-C000-000000000046")]
public interface TabStop
type TabStop = interface
Public Interface TabStop
Attributes

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(Single, Object, Object) 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.

Properties

Alignment

Returns or sets a constant that represents the alignment for the specified tab stop.

Application

Returns a 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.

CustomTab

True if the specified tab stop is a custom tab stop.

Leader

Returns or sets the leader for the specified TabStop object.

Next

Returns the next object in the collection.

Parent

Returns an object that represents the parent object of the specified object.

Position

Returns or sets the position of a tab stop relative to the left margin.

Previous

Returns the previous object in the collection.

Methods

Clear()

Removes the specified custom tab stop.

Applies to