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.
このメソッドは、文字グループに対するパラメーターを設定します。
HRESULT SetCharParams(
int Position,
int Count,
ICharParams* Params,
int CharFlagMask,
int StyleFlagMask
);
void SetCharParams(
int Position,
int Count,
ICharParams Params,
int CharFlagMask,
int StyleFlagMask
);
Sub SetCharParams( _
Position As Integer, _
Count As Integer, _
Params As ICharParams, _
CharFlagMask As Integer, _
StyleFlagMask As Integer _
)
Position
[in] パラメーターを設定する文字グループの開始位置となる、段落内の文字位置です。0 以上、段落の長さ以下である必要があります。
Count
[in] パラメーターを設定する対象の文字数です。0 以上であり、次の要件を満たす必要があります: position + count <= paragraph length + 1
Params
[in] この変数は、文字グループに設定する新しいパラメーターを含む CharParams オブジェクトを参照します。有効なオブジェクトを参照している必要があります。
CharFlagMask
[in] この変数には、CFL_プレフィックス付きフラグ の任意の OR 組み合わせを指定できます。params オブジェクトからコピーする文字パラメーターを指定します。
StyleFlagMask
[in] この変数には、StyleParamsEnum 定数の任意の OR 組み合わせを指定できます。params オブジェクトからコピーするスタイルパラメーターを指定します。
このメソッドには特定の戻り値はありません。ABBYY FineReader Engine 関数の標準戻り値を返します。
Paragraph
CFL_プレフィックス付きフラグ
CharParams