https://bz.apache.org/bugzilla/show_bug.cgi?id=62402
Bug ID: 62402
Summary: XWPFWordExtractor : Incorrect order of text extracted
in document(with floating tables)
Product: POI
Version: 3.17-FINAL
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: XWPF
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Created attachment 35946
--> https://bz.apache.org/bugzilla/attachment.cgi?id=35946&action=edit
test document for bug
Hi,
I am using apache poi for docx(xwpf) content extraction.
I extracted documents content in order iterating through List<IBodyElements>,
but it is not the same as that of viewed in ms-word application.
Also XWPFWordExtractor renders in the same order i.e, incorrect(reverse)
In the text document attached below, there is heading which is followed by
table.
But its rendered in reverse order by above mentioned method.
I further debugged and came to know it only occurred with floating table(in my
case).
Finally my question is that does poi handle floating tables order in the
document.
Thanks in advance.
--
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]