133134135136137138139140141142143
// select the current page of document with the cursor xPageCursor.jumpToEndOfPage(); xModelCursor.gotoRange(xViewCursor,false); xModelCursor.setString("||page_break||"); } while(xPageCursor.jumpToNextPage()); } finally {