API Reference

Enum

LegacyXlsFontEscapement

Namespace OfficeIMO.Excel.LegacyXls.Model
Assembly OfficeIMO.Excel
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Identifies legacy XLS font escapement.

Inheritance

  • Enum
  • LegacyXlsFontEscapement

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 LegacyXlsFontEscapement None #

Text uses the baseline position.

Value: 0
public const LegacyXlsFontEscapement Superscript #

Text is superscript.

Value: 1
public const LegacyXlsFontEscapement Subscript #

Text is subscript.

Value: 2