this.document.filterSpecialChar(result, this.bulletCharacter, true, false);
}
result.write(TAB);
result.write(CLOSE_GROUP);
//result.write(rtfElement.write()); TODO Remove on deprecation
rtfElement.writeContent(result);
if(i < (items.size() - 1) || !this.inTable || this.listLevel > 0) { // TODO Fix no paragraph on last list item in tables
result.write(RtfParagraph.PARAGRAPH);
}
result.write("\n".getBytes());
} else if(rtfElement instanceof RtfList) {