ig.excel.WorksheetShapeWithText

Abstract base class for all shapes that can display text.

Remarks

Primitive shapes, such as polygons, and cell comments can display regular text or text with mixed formatting and are derived from this class.

Dependencies

jquery-1.4.4.js
infragistics.util.js
The current widget has no options.
The current widget has no events.
  • text

    .text( );
    Return Type:
    ig.excel.FormattedText
    Return Type Description:
    The formatted text of the shape.

    Gets the formatted text of the shape.

  • text

    .text( value:ig.excel.FormattedText );
    Return Type:
    ig.excel.FormattedText
    Return Type Description:
    The formatted text of the shape.

    Sets the formatted text of the shape.

    • value
    • Type:ig.excel.FormattedText

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