API Reference

Enum

WordTabAlignment

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

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

Inheritance

  • Enum
  • WordTabAlignment

Usage

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

Accepted by parameters

Values

public const WordTabAlignment Clear #

Represents the Open XML value clear.

Value: 0
public const WordTabAlignment Left #

Represents the Open XML value left.

Value: 1
public const WordTabAlignment Start #

Represents the Open XML value start.

Value: 2
public const WordTabAlignment Center #

Represents the Open XML value center.

Value: 3
public const WordTabAlignment Right #

Represents the Open XML value right.

Value: 4
public const WordTabAlignment End #

Represents the Open XML value end.

Value: 5
public const WordTabAlignment Decimal #

Represents the Open XML value decimal.

Value: 6
public const WordTabAlignment Bar #

Represents the Open XML value bar.

Value: 7
public const WordTabAlignment Number #

Represents the Open XML value num.

Value: 8