I need to implement generation of sections in DOCX. Looking at the code in trunk I see some code that reads or makes CTSectPr objects (e.g., XWPFDocument#createFooter) but it doesn't look like full section support is there.
I would expect an XWPFSection or XWPFSectPR class for working with sections, and maybe methods on XWPFDocument for creating or setting them, although I haven't worked out my exact API needs yet. Is anyone actively working on more complete section support or is there any design work I could use to take this forward? I'll implement some ad-hoc section creation stuff in my Wordinator code but I'd like to fold anything I come up with back into the XWPF API. Cheers, E. -- Eliot Kimber http://contrext.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
