DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=28233>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=28233 [PATCH] Fixes and Updates to HWPF Summary: [PATCH] Fixes and Updates to HWPF Product: POI Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Critical Priority: Other Component: HDF AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] hwpf/usermodel/Range.java ------------------------- text() fixed to correctly return unicode text. findRange() fixed to prevent loop indexes going out of bounds, causing an exception. hwpf/usermodel/TableRow.java ---------------------------- Removed constraint requiring levelNum==1 in constructor that doesn't work when dealing with documents that include sections, causing an exception. hwpf/usermodel/CharacterRun.java -------------------------------- Changed to use updateSprm() rather than addSprm() to match code elsewhere that prevents additional sprms being created if they already exist. Also added accessors for properties that Word uses when handling embedded objects such as Hyperlinks, Pictures, OleObjects etc. hwpf/usermodel/Paragraph.java ----------------------------- Added accessors for Ilfo and Ilvl used by Word for numbered lists. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
