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=43688>. 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=43688 Summary: Visio properties corrupted Product: POI Version: 3.0 Platform: Other OS/Version: All Status: NEW Severity: major Priority: P2 Component: POIFS AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Steps to Reproduce: 1 - create a new visio file 2 - modify its title with an application using poi like "WriteTitle.java" (poi example) 3 - open the document with visio and save it (don't modify the title). Actual Results: the document title is gone. Expected Results: the title should be the same title modified by step one. I am using visio 2002 sp-2 - 10.0.6865 poi-3.0.1-FINAL description: I modify visio document properties through poi( title,author, custom properties...), everything looks fine. If I modify the same document via visio application or via windows, the document entries are inverted VisioInformation(1st) et VisioDocument(2nd) then every properties are lost (title...) and sometimes the document becomes unreadable. I check an original visio document with PoiBrowser, VisioInformation shoulb be before VisioDocument but if a document is modified via my application(poi) VisioDocument is before VisioInformation. I also tried with the example code "WriteTitle.java", it is the same result. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
