Let's say I have a bunch of paragraphs coming from a Word file. These paragraphs have different styles applied to them (some are bold, some have smaller or bigger font size, some are italicized, different color, different font-family and so on). Is it possible to add all of these paragraphs into the same Text element in birt and apply the styles that correspond to each paragraph or do I really have to put each paragraph separately into its own Text element and then apply the style to each Text element in birt? Obviously the second approach is more tedious, I would love to find a solution similar to the first approach.

link|improve this question

43% accept rate
feedback

1 Answer

You can set the text element content as RTF and apply Paragraph Formatting Tags .

Take a look at this document for more information.

link|improve this answer
The document talks about texts but it doesn't seem to explain HOW to do what I'm trying to do – user765368 Jan 6 at 16:12
You have to use RTF or HTML inside the text, if you use RTF you can apply Paragraph Formatting Tags to your text ... – aleroot Jan 6 at 16:17
By RTF do you mean Plain Text? Cause I don't see RTF. When I double-click on a text in my report, in the drop-down list in the popup window I see "Auto", "HTML" and "Plain Text" – user765368 Jan 6 at 16:24
you should use HTML even for RTF – aleroot Jan 6 at 16:26
If I use HTML, the style is not applied when I try to view the report in Microsoft Word. Especially the <FONT></FONT> tag – user765368 Jan 6 at 16:42
show 3 more comments
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.