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=39256>. 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=39256 Summary: Patch: TextBox shape, how-to guide and misc. refactoring Product: POI Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P2 Component: HSLF AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Commit notes: (1) More refactoring of the code. Summary of Changes - SlideShow, Sheet and Shape should be navigatable in both directions, i.e. given a shape it should be possible to get the owning sheet and given a sheet get the owning SlideShow: Shape shape = ....; Sheet sheet = shape.getSheet(); SlideShow ppt = sheet.getSlideShow(); I added the required members and accessors to Sheet and Shape. Also had to make SlideShow.getDocumentRecord public since we need to access it outside of usermodel package. - Added default constructors to create new TextBytesAtom, StyleTextPropAtom, EscherTextboxWrapper and TextHeaderAtom - added PPDrawing.addTextboxWrapper. If we add a new EscherTextbox we need to tell about it to the owning PPDrawing container. (2) TextBox shape is implemented. It depends on Bug 39177 (TextRun.setText sets incorrect length of text in the underlying StyleTextPropAtom). So this bug becomes a blocker. Nick, do you have serious reasons to delay commit with its fix? I'm ready to discuss it or take responsibility to write more tests, etc. (3) A quick how-to guide on how to work with shapes in HSLF. (See src\documentation\content\xdocs\hslf\how-to.xml) If see that the English is clumsy or there are errors please change them without hesitation. (4) src\scratchpad\src\org\apache\poi\hslf\data\empty.ppt Changed document properties, set Author and Company to Apache Software Foundation. Best Regards, Yegor Kozlov -- 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] Mailing List: http://jakarta.apache.org/site/mail2.html#poi The Apache Jakarta POI Project: http://jakarta.apache.org/poi/
