ig.excel.TextDirection

Determines the direction in which text flows.

Dependencies

jquery-1.4.4.js
infragistics.util.js
infragistics.ext_core.js
infragistics.ext_collections.js
infragistics.ext_collectionsExtended.js
infragistics.ext_io.js
infragistics.ext_text.js
infragistics.documents.core_core.js
infragistics.ext_ui.js
  • eastAsianVertical

    Type:
    ig.excel.TextDirection
    Default:
    3

    Text flows along the vertical plane with East Asian vertical orientation.

  • horizontal

    Type:
    ig.excel.TextDirection
    Default:
    0

    Text flows along the horizontal plane. Note that under this setting, text rotation is also supported, with the angle of rotation being relative to the horizontal plane.

  • mongolianVertical

    Type:
    ig.excel.TextDirection
    Default:
    4

    Text flows along the vertical plane with Mongolian vertical orientation.

  • vertical

    Type:
    ig.excel.TextDirection
    Default:
    1

    Text flows along the vertical plane. The plane is defined by rotating the horizontal axis by 90 degrees in the clockwise direction.

  • vertical270

    Type:
    ig.excel.TextDirection
    Default:
    2

    Text flows along the vertical plane. The plane is defined by rotating the horizontal axis by 270 degrees in the clockwise direction.

  • wordArtVertical

    Type:
    ig.excel.TextDirection
    Default:
    5

    Text flows along the vertical plane with WordArt vertical orientation.

  • wordArtVerticalRtl

    Type:
    ig.excel.TextDirection
    Default:
    6

    Similar to WordArtVertical, with a right-to-left text reading direction.

The current widget has no events.
The current widget has no public methods.

Copyright © 1996 - 2024 Infragistics, Inc. All rights reserved.