We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Source: This was also discussed somewhere in the forum
ITextDocument textDocument = (ITextDocument) document; IPageCursor pageCursor = textDocument.getViewCursorService().getViewCursor().getPageCursor(); //get the page nr: short currentPage=pageCursor.getPage(); // jump to first page pageCursor.jumpToFirstPage();
There was an error while loading. Please reload this page.