ig.excel.FormattedTextParagraph

FormattedText 内の段落を表します。

依存関係

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
このコントロールにオプションはありません。
このコントロールにイベントはありません。
  • alignment

    .alignment( );

    この段落の配置を取得します。

  • alignment

    .alignment( value:ig.excel.HorizontalTextAlignment );

    この段落の配置を取得します。

    • value
    • タイプ:ig.excel.HorizontalTextAlignment
  • formattedText

    .formattedText( );

    この段落の所属する FormattedText が返されます。この段落が親の書式付きテキストから削除されている場合は null 値が返されます。

  • startIndex

    .startIndex( );

    全体的な書式付きテキストにおけるこの段落の先頭文字の0 から始まるインデックスを取得します。

  • unformattedString

    .unformattedString( );
    返却型:
    string
    返却型の説明:
    書式化されていない文字列。

    この段落の生文字列を取得します。

    例外

    例外 説明
    ig.ArgumentNullException 指定された値は null 文字列です。

    備考

    新たに割り当てた書式設定のない文字列が以前の書式未設定文字列よりも短い場合、新たな値のデータ範囲から外れる書式設定はすべて失われます。

  • unformattedString

    .unformattedString( value:string );
    返却型:
    string
    返却型の説明:
    書式化されていない文字列。

    この段落の生文字列を取得します。

    • value
    • タイプ:string

    例外

    例外 説明
    ig.ArgumentNullException 指定された値は null 文字列です。

    備考

    新たに割り当てた書式設定のない文字列が以前の書式未設定文字列よりも短い場合、新たな値のデータ範囲から外れる書式設定はすべて失われます。

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