API Reference

Enum

WordVerticalTextPosition

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

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

Inheritance

  • Enum
  • WordVerticalTextPosition

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 WordVerticalTextPosition Baseline #

Represents the Open XML value baseline.

Value: 0
public const WordVerticalTextPosition Superscript #

Represents the Open XML value superscript.

Value: 1
public const WordVerticalTextPosition Subscript #

Represents the Open XML value subscript.

Value: 2