Leonardo Alexandre Ferreira Leite created ODFTOOLKIT-349:
------------------------------------------------------------

             Summary: Setting red color gets the text stricken
                 Key: ODFTOOLKIT-349
                 URL: https://issues.apache.org/jira/browse/ODFTOOLKIT-349
             Project: ODF Toolkit
          Issue Type: Bug
          Components: simple api
    Affects Versions: 0.7-incubating
         Environment: Ubuntu 12.05, Open JDK 6
            Reporter: Leonardo Alexandre Ferreira Leite
            Priority: Minor


The following excerpt should make the font color become red, but the font color 
gets black (as it already was) and the text get stricken! 

 Cell cell = table.getCellByPosition(col+l);
 Font font = cell.getFont();
 font.setColor(Color.RED);
 cell.setFont(font);

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to