Skip to content

Latest commit

 

History

History
57 lines (33 loc) · 1.13 KB

PowerPoint.Presentation.LayoutDirection.md

File metadata and controls

57 lines (33 loc) · 1.13 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Presentation.LayoutDirection property (PowerPoint)
vbapp10.chm583028
vbapp10.chm583028
PowerPoint.Presentation.LayoutDirection
180e6c85-618f-47e4-b0e7-f9ee3f331c25
06/08/2017
medium

Presentation.LayoutDirection property (PowerPoint)

Returns or sets the layout direction for the user interface. Read/write.

Syntax

expression. LayoutDirection

expression A variable that represents a Presentation object.

Return value

PpDirection

Remarks

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

Example

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

Application.ActivePresentation.LayoutDirection = ppDirectionRightToLeft

See also

Presentation Object

[!includeSupport and feedback]