File Formats

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum TextDirection - FileFormats API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum TextDirection

    Specifies the direction of text.

    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Base.dll
    Syntax
    public enum TextDirection

    Fields

    Name Description
    Horizontal

    Text flows horizontally. default.

    HorizontalFarEast

    Text flows horizontally and reads from right to left in order to read Far East Languages.

    Vertical

    Text flows vertically and reads from top to bottom, left to right.

    VerticalBottomToTop

    Text flows vertically and reads from bottom to top.

    VerticalFarEast

    Text flows vertically and reads from top to bottom, right to left in order to read Far East Languages.

    VerticalTopToBottom

    Text flows vertically and reads from top to bottom.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved