LayoutDirection Property

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

Applies to | Presentation Object