IWP_TabStop Interface 

The IWP_TabStop interface contains public methods that get and set tab stop properties.  Note:  An IWP_TabStop object can only be obtained after first getting an IWP_PageLayout object.  The public methods are as follows:
 
Return Function Call Description
String getType() returns the tab type
void setType(String type) sets the tab type - left, right, or center
int getOffset() returns the tab's offset
void setOffset(int offset) sets the tab's offset, measured in pixels from the left margin
 
The following methods are from IWP_Base and can be used on an IWP_TabStop object, because IWP_TabStop extends IWP_Base.
 
Return Function Call Description
String getName() returns the tab's name
void setName(String name) sets the tab's name

See Also
WordProcessor Overview