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 2017/04/11 20:37:56 UTC

[Bug 60971] XSSFChart getTitle(), setTitle(String) only handle static text, not expressions

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

Greg Woolsey <gw...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #1 from Greg Woolsey <gw...@apache.org> ---
Implemented in r1791025.

Note that the previous getTitle() returned an empty RichTextString when there
was a formula based title defined.  That behavior is retained for
compatibility.

The JavaDoc now indicates consumers should check for a formula string first, as
that is  null if a static text title is defined or no title is defined.

-- 
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