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
infragistics.ext_collections.js
infragistics.ext_collectionsExtended.js
infragistics.ext_io.js
infragistics.ext_text.js
infragistics.ext_core.js
infragistics.documents.core_core.js
infragistics.ext_ui.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