// add it to RTF Row element
field.addRTFString(startGroup);
startGroup = null;
}
field.addRTFString(content);
RTFElement element = getCurrentRTFElement();
if (element instanceof RTFRow) {
// Current element is Row
// Add Field to Row
RTFRow rtfRow = (RTFRow) element;
rtfRow.addRTFField(field);