https://issues.apache.org/bugzilla/show_bug.cgi?id=50499

           Summary: XSSF created text box cannot show font color and size
                    effects.
           Product: POI
           Version: 3.7
          Platform: PC
        OS/Version: Windows Vista
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSSF
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Created an attachment (id=26424)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26424)
POI generated a rich text fonts inside a textbox vs. a cell.

Steps to Reproduce: 
After using the following code to generate a XLSX file, if you open that
generated file (I attached here as "textbox.xlsx") You can see the font inside
the textbox doesn't have the effects I set in the code, i.e.,
xFont.setFontHeightInPoints((short)18); and xFont.setColor(XSSFFont.COLOR_RED); 

Moreover, the textbox acts not exactly the same as those created inside the
Excel application in that the fill and boarder color generated by POI can't be
changed in Excel App using "Shape Fill" or "Shape Outline" @ Excel Ribbon's
Drawing Tools->Format menu -> Shape Fill or Shape Outline. 

Actual Results: 
Please see above.

Build Date & Platform: 
Windows XP, NetBean, Excel 2007, 11/28/2011

Additional Builds and Platforms:
Windows XP, RAD 7.5 12/15/2011, samething happens.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to