try {
oText.insertString( oCursor,"The quick brown fox jumps"+
" over the lazy Dog: SwXParagraph", false);
oText.insertControlCharacter( oCursor,
ControlCharacter.LINE_BREAK, false );
oText.insertString( oCursor, "THE QUICK BROWN FOX JUMPS"+
" OVER THE LAZY DOG: SwXParagraph", false);
oText.insertControlCharacter( oCursor,
ControlCharacter.LINE_BREAK, false );
} catch ( com.sun.star.lang.IllegalArgumentException e ){
log.println( "EXCEPTION: " + e);