WdDocumentDirection Enumeration
Specifies the direction to flow the text in a document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdDocumentDirection
'Usage
Dim instance As WdDocumentDirection
public enum WdDocumentDirection
Members
Member name | Description | |
---|---|---|
wdLeftToRight | Left to right. | |
wdRightToLeft | Right to left. |