Community
Participate
Working Groups
Build Identifier: 3.7.0 The generated Word document has tons of hidden text returns (paragraphs). That is undesirable for customers who use hidden text on purpose. Workaround: Delete all occurences of the following line from the XML output: <w:pPr><w:rPr><w:vanish/></w:rPr></w:pPr> Vanish Element (Hidden Text): http://msdn.microsoft.com/en-us/library/cc547047.aspx Applies to older BIRT versions, too. BTW: Is there a way to produce Word hidden text with BIRT? Reproducible: Always
Correction to the workaround: The following occurrences have to be deleted: <w:p> <w:rPr> <w:vanish w:val="on"/> </w:rPr> </w:p> Attention: The indent varies.
2. correction: The workarounds do NOT work: Comment 1 workaround was used on the XML-document saved with word and leaves visible returns instead of invisible ones. Comment 2 workaround throws an error when opening the edited file with word: "Ambiguous cell mapping encountered. <p> elements are required before every </tc>" (German: Nicht eindeutige Zellenzuordnung wurde festgestellt. <p> Elemente sind vor jedem </tc> erforderlich.) _______________ NEW WORKAROUND: Place emty BIRT-labels on every position of hidden returns to produce visible returns instead. The seemingly required paragraphs seem always to be between two tables. The reason is probably the same as described in Bug 204261 comment 3.
Fixed.
No hidden text found in the generated Word document with BIRT 3.7.2. Thank you!