title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Presentation.LayoutDirection property (PowerPoint) |
vbapp10.chm583028 |
|
|
180e6c85-618f-47e4-b0e7-f9ee3f331c25 |
06/08/2017 |
medium |
Returns or sets the layout direction for the user interface. Read/write.
expression. LayoutDirection
expression A variable that represents a Presentation object.
PpDirection
The value of the LayoutDirection property can be one of these PpDirection constants. The default value depends on the language support you have selected or installed.
ppDirectionLeftToRight |
ppDirectionMixed |
ppDirectionRightToLeft |
This example sets the layout direction to right-to-left.
Application.ActivePresentation.LayoutDirection = ppDirectionRightToLeft
[!includeSupport and feedback]