WdDocumentDirection 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 to flow the text in a document.
public enum class WdDocumentDirection
[System.Runtime.InteropServices.Guid("F59BB1C3-B1CA-33C4-AA64-F411DD654E19")]
public enum WdDocumentDirection
type WdDocumentDirection =
Public Enum WdDocumentDirection
- Inheritance
-
WdDocumentDirection
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdLeftToRight | 0 | Left to right. |
wdRightToLeft | 1 | Right to left. |