LayoutDirection Property

Microsoft PowerPoint Visual Basic

LayoutDirection Property

       

Returns or sets the layout direction for the user interface. Can be one of the following The default value depends on the language support you have selected or installed. Read/write PpDirection.

PpDirection can be one of these PpDirection constants.
ppDirectionLeftToRight
ppDirectionMixed
ppDirectionRightToLeft

expression.LayoutDirection

expression   Required. An expression that returns one of the objects in the Applies To list.

Example

This example sets the layout direction to right-to-left.

Application.ActivePresentation.LayoutDirection = _
    ppDirectionRightToLeft