239240241242243244245246247248249
out.println("Unexpected exception:" + e); } out.println( "Preparing cursor to sorting. Text before sorting:"); paragrCursor.gotoEnd(true); for (int i = 0; i < 6; i++) { paragrCursor.gotoPreviousParagraph(true); }
232233234235236237238239240241242
236237238239240241242243244245246
244245246247248249250251252253254