git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198120
13f79535-47bb-0310-9956-
ffa450edef68
* @throws IOException for I/O problems
*/
protected void writeRtfContent() throws IOException {
+ /*
writeGroupMark(true);
writeControlWord(RTF_FIELD);
writeGroupMark(true);
writeControlWord(RTF_FIELD_RESULT);
writeGroupMark(false);
writeGroupMark(false);
+ */
+ writeGroupMark(true);
+ writeAttributes(attrib, RtfText.ATTR_NAMES);
+ writeControlWord("chpgn");
+ writeGroupMark(false);
}
/**