Enum EpubTextDirection
Text direction of the content.
See https://www.w3.org/TR/epub-33/#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. |