((RtfChunk) rtfElement).setSoftLineBreaks(true);
} else if(rtfElement instanceof RtfList) {
result.write(RtfParagraph.PARAGRAPH);
this.containsInnerList = true;
}
rtfElement.writeContent(result);
if(rtfElement instanceof RtfList) {
switch(this.parentList.getLevelFollowValue()) {
case RtfListLevel.LIST_LEVEL_FOLLOW_NOTHING:
break;
case RtfListLevel.LIST_LEVEL_FOLLOW_TAB: