Show / Hide Table of Contents

Enum EpubTextDirection

Text direction of the content.

See https://www.w3.org/publishing/epub32/epub-packages.html#attrdef-dir for more information.

Namespace: VersOne.Epub.Schema
Assembly: VersOne.Epub.dll
Syntax
public enum EpubTextDirection

Fields

Name Description
AUTO

Direction is determined using the Unicode Bidirectional Algorithm.

LEFT_TO_RIGHT

Left-to-right text direction.

RIGHT_TO_LEFT

Right-to-left text direction.

UNKNOWN

A text direction which is not present in this enumeration.

  • View Source
In this article
Back to top Generated by DocFX