WdFlowDirection Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the direction in which text flows from one text column to the next.
public enum class WdFlowDirection
[System.Runtime.InteropServices.Guid("C2ADF35B-D18A-351B-B61F-79D9E874DE1D")]
public enum WdFlowDirection
type WdFlowDirection =
Public Enum WdFlowDirection
- Inheritance
-
WdFlowDirection
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdFlowLtr | 0 | Text in columns flows from left to right. |
wdFlowRtl | 1 | Text in columns flows from right to left. |