이 메서드는 문단에서 지정된 모든 유형의 북마크(기술 또는 사용자)를 삭제합니다. 접두사를 포함한 이름을 지정해야 합니다.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.
이 메서드는 문단에서 지정된 모든 유형의 북마크(기술 또는 사용자)를 삭제합니다. 접두사를 포함한 이름을 지정해야 합니다.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 DeleteBookmark( BSTR Bookmark );
void DeleteBookmark( string Bookmark );
Sub DeleteBookmark(Bookmark As String)
// 북마크 생성
paragraph->SetBookmark( 0, count, L"my_user_bookmark" );
//...
//북마크 삭제
paragraph->DeleteBookmark( L"UserDefinedBookmark:my_user_bookmark" );
이 페이지가 도움이 되었나요?