Bug 45562

Summary: poi-3.5-beta1-20080718.jar - content from a Chart object of a 2007 docx document is not extracted.
Product: POI Reporter: xtrim <grizolle_benedicte>
Component: POI OverallAssignee: POI Developers List <dev>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows Server 2003   
Attachments: Contains JUnit test class and documents used for testing.

Description xtrim 2008-08-05 07:40:06 UTC
Created attachment 22385 [details]
Contains JUnit test class and documents used for testing.

The text contained in a Chart object inserted/created in a word 2007 document is not extracted.
Find in attachments the JUnit test class and the document used for testing.
We expected to extract the words "testdoc" and "test phrase".

Notes on the attached documents:

- the document "classic_TextInChart.docx" contains the words  "testdoc" and "test phrase" in the Chart inserted in the document.


"TestUnitPoi35Filter.java" is the JUnit class.
Comment 1 Nick Burch 2008-08-05 15:52:23 UTC
I'm not sure if we want to be going that far down into graphics objects by default.

If you'd like to submit a patch to extract the text, along with a flag to toggle the behaviour on/off, I'll happily apply it to svn :)