> ## 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.

# サンプル 4. ステップ 6.2: Description 列名、AddTag 要素

> WholeWordMode と MaxGapInLine の事前検索制約を使用して、Designation または Description の列名を見つける AddTag Static Text 要素を設定します。

AddTag 要素を作成するには:

1. **InvoiceFooter** 要素に、型が Static Text のオプション要素を作成し、名前を **AddTag** にします。
2. Static Text タブをクリックします。
3. Search テキスト field に、検索するテキスト `Designation | Description` を入力します。
4. Advanced pre-search relations で追加の制約を指定します:

```text theme={null}
WholeWordMode: true;
// 単語全体のみを仮説として考慮します。
MaxGapInLine: 10dt;
// 隣接する文字間の最大距離です。
```
