Share via


ParagraphFormat.TextDirection Property

Returns or sets the text direction for the specified paragraph. Read/write.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Property TextDirection As PpDirection
    Get
    Set
'Usage
Dim instance As ParagraphFormat
Dim value As PpDirection

value = instance.TextDirection

instance.TextDirection = value
PpDirection TextDirection { get; set; }

Property Value

Type: Microsoft.Office.Interop.PowerPoint.PpDirection

Remarks

The default value depends on the language support you have selected or installed.

The value of the TextDirection property can be one of these PpDirection constants.

ppDirectionLeftToRight

ppDirectionMixed

ppDirectionRightToLeft

See Also

Reference

ParagraphFormat Interface

ParagraphFormat Members

Microsoft.Office.Interop.PowerPoint Namespace