Ignite UI API Reference

ig.excel.FormattedTextFont

Controls the formatting of a range of characters in FormattedText.

Remarks

The formatting of the string is controlled in a similar fashion as it would be in Microsoft Excel. In Excel, the user must select a portion of the text and set the various formatting properties of that selected text.

With the FormattedText, a portion of the string is "selected" by calling either GetFont(int) or GetFont(int,int). Formatting properties are then set on the returned FormattedTextFont and all characters in the font's selection range are given these properties.

Getting the formatting properties of a FormattedTextFont will return the formatting of the first character in font's selection range.

Dependencies

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

    .formattedText( );
    Return Type:
    ig.excel.FormattedText
    Return Type Description:
    The FormattedText which is controlled by this font.

    Gets the FormattedText which is controlled by this font.

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

#