API Reference

Enum

WordTableHorizontalAlignment

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

Defines OfficeIMO values corresponding to DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues.

Inheritance

  • Enum
  • WordTableHorizontalAlignment

Usage

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

Values

public const WordTableHorizontalAlignment Left #

Represents the Open XML value left.

Value: 0
public const WordTableHorizontalAlignment Center #

Represents the Open XML value center.

Value: 1
public const WordTableHorizontalAlignment Right #

Represents the Open XML value right.

Value: 2
public const WordTableHorizontalAlignment Inside #

Represents the Open XML value inside.

Value: 3
public const WordTableHorizontalAlignment Outside #

Represents the Open XML value outside.

Value: 4