I need the word "Notes:" to make in BOLD and attach it to the rest of text.
This is easily done in HTML, but in FOP I put this and it doesn't work:
<fo:table-cell font-size="11pt" text-align="left" font-family="sans-serif"
color="black">
                <fo:block>
                         <fo:block font-weight="bold">Notes:</fo:block>         
        
                          <%=" " + object.getAgentNotes() %>
                </fo:block>
</fo:table-cell>

Thank you.
-- 
View this message in context: 
http://www.nabble.com/How-to-format-text-differently-in-the-same-paragraph-of-table-cell--tp20117841p20117841.html
Sent from the FOP - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to