API Reference

Enum

WordTableAlignment

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

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

Inheritance

  • Enum
  • WordTableAlignment

Usage

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

Values

public const WordTableAlignment Left #

Represents the Open XML value left.

Value: 0
public const WordTableAlignment Center #

Represents the Open XML value center.

Value: 1
public const WordTableAlignment Right #

Represents the Open XML value right.

Value: 2