API Reference

Enum

WordTableVerticalPositionAlignment

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

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

Inheritance

  • Enum
  • WordTableVerticalPositionAlignment

Usage

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

Values

public const WordTableVerticalPositionAlignment Inline #

Represents the Open XML value inline.

Value: 0
public const WordTableVerticalPositionAlignment Top #

Represents the Open XML value top.

Value: 1
public const WordTableVerticalPositionAlignment Center #

Represents the Open XML value center.

Value: 2
public const WordTableVerticalPositionAlignment Bottom #

Represents the Open XML value bottom.

Value: 3
public const WordTableVerticalPositionAlignment Inside #

Represents the Open XML value inside.

Value: 4
public const WordTableVerticalPositionAlignment Outside #

Represents the Open XML value outside.

Value: 5