Re: Merge Word docx into another Word dox via XWPFDocument - preserving formatting

2016-08-08 Thread Dominik Stadler
cument, > > > and must remain there. If there are multiple sections, all but the last > > > section element will be found in the last paragraph properties element > of > > > the section. > > > > > > Just remember, the Word interface is still unstable

RE: Merge Word docx into another Word dox via XWPFDocument - preserving formatting

2016-08-08 Thread Murphy, Mark
om: Cory Newey [mailto:cory.ne...@gmail.com] Sent: Monday, August 08, 2016 11:11 AM To: POI Users List Subject: Re: Merge Word docx into another Word dox via XWPFDocument - preserving formatting Thanks for the replies. Unfortunately, I don't just want to tack one document onto the end

Re: Merge Word docx into another Word dox via XWPFDocument - preserving formatting

2016-08-08 Thread Angelo zerr
significant changes. And there is still much that has to be accomplished > > down in the weeds of the CT_ interfaces. > > > > -----Original Message----- > > From: Cory Newey [mailto:cory.ne...@gmail.com] > > Sent: Sunday, August 07, 2016 4:30 PM > > To: user@poi.apache.or

Re: Merge Word docx into another Word dox via XWPFDocument - preserving formatting

2016-08-08 Thread Cory Newey
...@gmail.com] > Sent: Sunday, August 07, 2016 4:30 PM > To: user@poi.apache.org > Subject: Merge Word docx into another Word dox via XWPFDocument - > preserving formatting > > Hello All: > > I've tried to check the FAQ for this question and was unable to find > anyth

RE: Merge Word docx into another Word dox via XWPFDocument - preserving formatting

2016-08-08 Thread Murphy, Mark
e is still much that has to be accomplished down in the weeds of the CT_ interfaces. -Original Message- From: Cory Newey [mailto:cory.ne...@gmail.com] Sent: Sunday, August 07, 2016 4:30 PM To: user@poi.apache.org Subject: Merge Word docx into another Word dox via XWPFDocument - preserv

Re: Merge Word docx into another Word dox via XWPFDocument - preserving formatting

2016-08-08 Thread Алексей Ушаровский
Hello! I've tackled with this problem few weeks ago. And my solution is in using AltChunk element of OOXML format. It's already works but there is one problem for which I have no simple solution. The problem is conflicts between styles of documents we try to merge. Here is my topic about addin

Merge Word docx into another Word dox via XWPFDocument - preserving formatting

2016-08-07 Thread Cory Newey
Hello All: I've tried to check the FAQ for this question and was unable to find anything. I'm not sure if this should be a question for the developers' list; I couldn't really tell from the brief description of the various lists. Anyway, I figured I'd ask the question here and you guys could bounc