799800801802803804805
*/ public void gotoPreviousParagraph(boolean mark) throws NOAException { if (supportsParagraphCursor()) xParagraphCursor.gotoPreviousParagraph(mark); else throw new NOAException("Paragraph cursor operations not supported"); }