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 get_Bookmark(
int Index,
BSTR* Bookmark
);
string get_Bookmark( int Index );
ReadOnly Property Bookmark(Index As Integer) As String
Index
[in] この変数には、段落のブックマークの内部コレクションにおけるブックマークのインデックスが格納されます。このプロパティの値は、0 から IParagraph::BookmarkCount -1 の範囲内でなければなりません。
Bookmark
[out, retval] ブックマークを受け取る BSTR 変数へのポインターです。
この関数に固有の戻り値はありません。ABBYY FineReader Engine 関数の標準戻り値を返します。
Paragraph
プロパティの操作