API Reference

Enum

OdfTextPosition

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

Native ODF text baseline placement.

Inheritance

  • Enum
  • OdfTextPosition

Usage

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

Values

public const OdfTextPosition Normal #

Normal baseline.

Value: 0
public const OdfTextPosition Superscript #

Superscript baseline.

Value: 1
public const OdfTextPosition Subscript #

Subscript baseline.

Value: 2