Spire.Doc is a professional Word .NET library specifically designed for developers to create, read, write, convert and print Word document files. Get free and professional technical support for Spire.Doc for .NET, Java, Android, C++, Python.

Thu Feb 24, 2011 8:07 am

Hi,

I have a long document need to return to specific locations in the document for editing. I've inserted bookmark before. Now, may I use your Spire.Doc to open bookmark and edit the document? :P

lilyed72
 
Posts: 5
Joined: Mon Dec 27, 2010 1:24 am

Fri Mar 04, 2011 3:30 am

Of course you can. But first you need reffer a class named BookmarksNavigator, and then use the method of MoveToBookmark().

Program:
BookmarksNavigator bn = new BookmarksNavigator(document);

8)
e-iceblue support
User avatar

iceblue support
 
Posts: 240
Joined: Tue Dec 21, 2010 2:56 am

Return to Spire.Doc