GemBox.Document
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    TableCellTextDirection Enum

    Namespace:
    GemBox.Document.Tables
    Assembly:
    GemBox.Document.dll

    Represents a direction of the text flow for the parent element.

    • C#
    • VB.NET
    public enum TableCellTextDirection
    Public Enum TableCellTextDirection

    Fields

    BottomToTop

    The text in the parent element shall flow from bottom to top vertically.

    LeftToRight

    The text in the parent element shall flow from left to right horizontally.

    TopToBottom

    The text in the parent element shall flow from top to bottom vertically.

    TopToBottomEastAsian

    The text in the parent element shall flow from top to bottom vertically, Asian characters will be rendered vertically, but other characters will be rotated 90 degrees to the right.

    TopToBottomEastAsianLeft

    The text in the parent element shall flow from top to bottom vertically, Asian characters will be rendered vertically, but other characters will be rotated 90 degrees to the left.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.