p2.newText("In this");
p2.newText(" paragraph ");
p2.newText("as well,");
p2.newText(" there must\tbe \t");
p2.newText("exactly");
p2.newText(" one space ");
p2.newText("between each\tword and the next, and no spaces at the "
+ "beginning or end of the paragraph.");
final RtfParagraph p3 = sect.newParagraph();
p3.newText("The word 'boomerang' must be written after this with no funny spacing: ");