WdFlowDirection Enumeration 

Specifies the direction in which text flows from one text column to the next.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wdFlowDirection1 As WdFlowDirection = WdFlowDirection.wdFlowLtr

Syntax

Public Enum WdFlowDirection
public enum WdFlowDirection
public enum class WdFlowDirection
public enum WdFlowDirection
public enum WdFlowDirection

Members

Member name Description
wdFlowLtr Text in columns flows from left to right.
wdFlowRtl Text in columns flows from right to left.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace