ig.excel.TextVerticalOverflow

Constants which describe whether text is allowed to continue vertically outside the bounds of the containing element.

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
  • clip

    Type:
    ig.excel.TextVerticalOverflow
    Default:
    0

    The text is clipped by the containing element.

  • ellipsis

    Type:
    ig.excel.TextVerticalOverflow
    Default:
    2

    Overflowing text is truncated and an ellipsis is displayed.

  • overflow

    Type:
    ig.excel.TextVerticalOverflow
    Default:
    1

    The text is allowed to continue outside the bounds of the containing element.

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

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