API Reference

Enum

WordTextDirection

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Specifies the writing direction used by Word content.

Inheritance

  • Enum
  • WordTextDirection

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const WordTextDirection LeftToRightTopToBottom #

Left-to-right text arranged from top to bottom.

Value: 0
public const WordTextDirection LeftToRightTopToBottom2010 #

Office 2010 left-to-right top-to-bottom direction.

Value: 1
public const WordTextDirection TopToBottomRightToLeft #

Top-to-bottom text arranged from right to left.

Value: 2
public const WordTextDirection TopToBottomRightToLeft2010 #

Office 2010 top-to-bottom right-to-left direction.

Value: 3
public const WordTextDirection BottomToTopLeftToRight #

Bottom-to-top text arranged from left to right.

Value: 4
public const WordTextDirection BottomToTopLeftToRight2010 #

Office 2010 bottom-to-top left-to-right direction.

Value: 5
public const WordTextDirection LeftToRightTopToBottomRotated #

Rotated left-to-right top-to-bottom direction.

Value: 6
public const WordTextDirection LeftToRightTopToBottomRotated2010 #

Office 2010 rotated left-to-right top-to-bottom direction.

Value: 7
public const WordTextDirection TopToBottomRightToLeftRotated #

Rotated top-to-bottom right-to-left direction.

Value: 8
public const WordTextDirection TopToBottomRightToLeftRotated2010 #

Office 2010 rotated top-to-bottom right-to-left direction.

Value: 9
public const WordTextDirection TopToBottomLeftToRightRotated #

Rotated top-to-bottom left-to-right direction.

Value: 10
public const WordTextDirection TopToBottomLeftToRightRotated2010 #

Office 2010 rotated top-to-bottom left-to-right direction.

Value: 11