TabStop.Type Property
PowerPoint Developer Reference |
Represents the formatting of a tab stop. Read/write.
Syntax
expression.Type
expression A variable that represents a TabStop object.
Return Value
PpTabStopType
Remarks
The value of the Type property can be one of these PpTabStopType constants.
ppTabStopCenter |
ppTabStopDecimal |
ppTabStopLeft |
ppTabStopMixed |
ppTabStopRight |
See Also