API Reference

Enum

WordVerticalCharacterAlignment

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

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

Inheritance

  • Enum
  • WordVerticalCharacterAlignment

Usage

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

Values

public const WordVerticalCharacterAlignment Top #

Represents the Open XML value top.

Value: 0
public const WordVerticalCharacterAlignment Center #

Represents the Open XML value center.

Value: 1
public const WordVerticalCharacterAlignment Baseline #

Represents the Open XML value baseline.

Value: 2
public const WordVerticalCharacterAlignment Bottom #

Represents the Open XML value bottom.

Value: 3
public const WordVerticalCharacterAlignment Auto #

Represents the Open XML value auto.

Value: 4