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

Darren Roberts <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #30618|0                           |1
        is obsolete|                            |
  Attachment #30620|0                           |1
        is obsolete|                            |
  Attachment #30632|0                           |1
        is obsolete|                            |

--- Comment #10 from Darren Roberts <[email protected]> ---
Created attachment 30637
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30637&action=edit
Replacement patch which includes bullet properties and associated unit test

This patch has the bullet properties included and a unit test for that
functionality. It includes all mods done in attachments 30632.

I have also added a method to XSSFSimpleShape to add a new paragraph from a
string (alongside the rich text string it already supported), and updated the
XSSFSimpleShape getText method to replicate bullets and autonumbering, along
with tabbed indentation for each level. Note that these do not replicate the
format of the bullets, the getText method is just a quick way to get all the
text in the shape in a semi-representative plain text format. If the developer
wants an exact representation they should access the list of paragraphs and
manually construct it from them.

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