API Reference

Enum

WordTextBoxHorizontalAlignment

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

Specifies horizontal placement for text-box content.

Inheritance

  • Enum
  • WordTextBoxHorizontalAlignment

Usage

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

Values

public const WordTextBoxHorizontalAlignment Left #

Content is aligned to the left.

Value: 0
public const WordTextBoxHorizontalAlignment Center #

Content is centered.

Value: 1
public const WordTextBoxHorizontalAlignment Right #

Content is aligned to the right.

Value: 2
public const WordTextBoxHorizontalAlignment Outside #

Content is aligned to the outside of odd or even pages.

Value: 3
public const WordTextBoxHorizontalAlignment Inside #

Content is aligned to the inside of odd or even pages.

Value: 4