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

--- Comment #9 from Yaseen <[email protected]> ---
Created attachment 38346
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=38346&action=edit
Patch to create text shapes as XSLFTextBox

When POI attempts to read the shapes, it reads a text shape as `XSLFAutoShape`
because we haven't set the `txBox` property to true. 

POI uses this property to construct a `XSLFTextBox` over `XSLFAutoShape` here: 

https://github.com/apache/poi/blob/cee18e78b5f883c6d9de6dc363196b2e3301dad0/poi-ooxml/src/main/java/org/apache/poi/xslf/usermodel/XSLFAutoShape.java#L47-L48

Updated the SmartArt diagram to also set this property to true.

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