Ejemplo n.º 1
0
 public boolean nextParagraph() {
   if (!isNull()) {
     if (!myParagraphCursor.isLast()) {
       myParagraphCursor = myParagraphCursor.next();
       moveToParagraphStart();
       return true;
     }
   }
   return false;
 }