You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2021/06/12 06:36:57 UTC

[Bug 65374] New: XSSFRichTextString Fine-grained thickening does not work

https://bz.apache.org/bugzilla/show_bug.cgi?id=65374

            Bug ID: 65374
           Summary: XSSFRichTextString Fine-grained thickening does not
                    work
           Product: POI
           Version: 5.0.0-FINAL
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSSF
          Assignee: dev@poi.apache.org
          Reporter: 2523599161@qq.com
  Target Milestone: ---

XSSFFont font1 = wb.createFont();
font1.setBold(true);

XSSFFont font2 = wb.createFont();
font2.setBold(true);

XSSFRichTextString s = new XSSFRichTextString();
s.append("apache poi 5.0.0", font1);
s.append("test", font2);
row0Cell0.setCellValue(s);

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 65374] XSSFRichTextString Fine-grained thickening does not work

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=65374

hosier <25...@qq.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from hosier <25...@qq.com> ---
also, you can review this bug in
======>http://svn.apache.org/repos/asf/poi/trunk/poi-examples/src/main/java/org/apache/poi/examples/xssf/usermodel/WorkingWithRichText.java

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org