https://issues.apache.org/bugzilla/show_bug.cgi?id=48018
--- Comment #7 from ashokkumar755@yahoo.com 2009-10-22 01:26:22 UTC ---
Hi Josh,
Thanks for replying. I'll try to give the requested information in the
appropriate format shortly. But in the meanwhile to clear up your
understanding of the problem I will re-state it again:
1. ListLevel.java:
Only issue here is in the toByteArray() method, field grpprlPapx need to be
copied before grpprlChpx into buf. Please ignore any other changes that you
found in the code.
2. ListTables.java
Here again the only problem I faced is with multiple lists, Word was not
displaying the lists consistently it was showing bullets and formatting from
the first list (in LSTF/LVLF records) for most of the other lists. This I
found out while testing is caused due to re-ordering of LSTF/LVLF records
when using a HashMap. With the ArrayList (as the order is preserved) the
Word is displaying all the lists as expected.
Lastly I am using source taken out of poi-src-3.5-FINAL-20090928.zip.
Thanks Again.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org
|