API Reference

Enum

PdfTextBaseline

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

Baseline placement for rich paragraph text runs.

Inheritance

  • Enum
  • PdfTextBaseline

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 PdfTextBaseline Normal #

Use the paragraph baseline.

Value: 0
public const PdfTextBaseline Superscript #

Raise and scale the run like Word superscript text.

Value: 1
public const PdfTextBaseline Subscript #

Lower and scale the run like Word subscript text.

Value: 2