API Reference

Enum

WordListLevelAlignment

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

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

Inheritance

  • Enum
  • WordListLevelAlignment

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 WordListLevelAlignment Left #

Represents the Open XML value left.

Value: 0
public const WordListLevelAlignment Center #

Represents the Open XML value center.

Value: 1
public const WordListLevelAlignment Right #

Represents the Open XML value right.

Value: 2