Edit

Share via


TabStops.DefaultSpacing property (PowerPoint)

Returns or sets the default tab-stop spacing for the specified text, in points. Read/write.

Syntax

expression. DefaultSpacing

expression A variable that represents a TabStops object.

Return value

Single

Example

This example sets the default tab-stop spacing to 0.5 inch (36 points) for the text in shape two on slide one in the active presentation.

Application.ActivePresentation.Slides(1).Shapes(2).TextFrame _
    .Ruler.TabStops.DefaultSpacing = 36

See also

TabStops Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.