> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ICharactersParams

> ABBYY FlexiCapture のスクリプティング オブジェクト モデルにおける ICharactersParams コレクション: Add メソッドと Delete メソッドは、field 内の認識済み文字を追加または削除します。

<div id="what-it-does">
  ## 説明
</div>

[ICharacterParams](/ja/flexi-capture/appendix/scripts/icharacterparams) オブジェクトのコレクションです。

<div id="methods">
  ## メソッド
</div>

<table width="100%">
  <thead>
    <tr>
      <th style={{ textAlign: "left" }}>
        <p>
          <strong>定義</strong>
        </p>
      </th>

      <th style={{ textAlign: "left" }}>
        <p>
          <strong>説明</strong>
        </p>
      </th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        <p>Add( value : Object, \[optional] position : int )</p>
      </td>

      <td>
        <p>指定した位置に新しい要素をテキストへ挿入します。position が設定されていない場合、value はテキストの末尾に追加されます。</p>

        <p>
          <strong>注:</strong> <strong>value</strong> パラメーターには、文字、string、<a href="/ja/flexi-capture/appendix/scripts/icharacterparams">ICharacterParams</a> オブジェクト、または
          ICharactersParams オブジェクトを指定できます。そのため、レイアウトや強調表示を保持したまま、他の field から文字やテキストをコピーできます。文字の領域が新しい field の領域より大きい場合、
          それらはコピーされません。
        </p>
      </td>
    </tr>

    <tr>
      <td>
        <p>Delete( index : int, count : Variant)</p>
      </td>

      <td>
        <p>コレクション 内で index によって指定された 要素 を削除します。</p>

        <p>
          <strong>注:</strong> <strong>count</strong> パラメーターは、削除する文字数を指定します。
        </p>
      </td>
    </tr>
  </tbody>
</table>

<div id="properties">
  ## プロパティ
</div>

| **名前** | **型** | **アクセス** | **説明**           |
| ------ | ----- | -------- | ---------------- |
| Count  | int   | 読み取り専用   | コレクション内のオブジェクト数。 |
