API Reference

Enum

HtmlRenderTextDirection

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

Document-level text and page-progression direction retained by the shared renderer.

Inheritance

  • Enum
  • HtmlRenderTextDirection

Usage

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

Values

public const HtmlRenderTextDirection LeftToRight #

Left-to-right document direction.

Value: 0
public const HtmlRenderTextDirection RightToLeft #

Right-to-left document direction.

Value: 1