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

--- Comment #4 from sbub...@gmail.com ---
Did anyone actually read this?  It's not a bug.  There is nothing to really
reproduce.  It was a question/request to see if your API could do something and
maybe request it be added.  Make a new document which a handful of shapes. 
Some with text and some with not.  All I wanted to do was given any shape in
the document, find its text (if it had any).  The getMainTextBoxRange was the
only way to get shape text, but its only big concatenation of all shapes into
one big string/range with no way to distinguish which shape belonged to which
part of the text.  We had to work around this by reading the ooxml itself, but
it would have been helpful in the main API.  That's it.

I left that former job long ago but I don't care anymore but we had to a lot of
ooxml manipulation across all your APIs for things it was lacking like this.

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

Reply via email to