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.
機能
メソッド
| 定義 | 説明 |
|---|---|
Has (name: string) : bool | 指定のプロパティが存在するかを確認します。 |
Add (name: string) : IRegistrationProperty | 新しい登録プロパティを追加します。 |
InsertAt (name: string, pos: int) : IRegistrationProperty | 新しい登録プロパティを指定位置に挿入します。 |
Delete (name: string) | 指定した名前の登録プロパティを削除します。 |
DeleteAt (pos: int) | 指定位置の登録プロパティを削除します。 |
DeleteAll ( ) | すべての登録プロパティを削除します。 |
プロパティ
| 名前 | 型 | アクセス | 説明 |
|---|---|---|---|
Value (name: string) | string | 読み取り専用 | 指定した名前のプロパティの値を返します。 |
