LayoutDirection Property
Applies To
Presentation object.
Description
Middle Eastern versions of PowerPoint only. Returns or sets the layout direction for the user interface. Can be one of the following PpDirection constants: ppDirectionLeftToRight, ppDirectionMixed, or ppDirectionRightToLeft. Read/write Long.
Example
This example sets the layout direction to right-to-left. To use this property, you must have a Middle Eastern version of PowerPoint.
Application.ActivePresentation.LayoutDirection = ppDirectionRightToLeft