And another question. Is there any standard way to join two docx files into one document by POI. Unfortunately i found nothing about it in the internet. -- Отправлено из Mail.Ru для Android вторник, 17 мая 2016г., 18:55 +03:00 от Алексей Ушаровский < [email protected]> :
> >Thank you, Javen! >How I understand problem is not only on hi level interface. POI has it own >classes which implement many but not all OOXML items. >-- >Отправлено из Mail.Ru для Android вторник, 17 мая 2016г., 18:49 +03:00 от >"Javen O'Neal" < [email protected] > : > >>Yes, if you're willing to write using CT* classes. >> http://www.atetric.com/atetric/javadoc/org.apache.poi/ooxml-schemas/1.1/org/openxmlformats/schemas/wordprocessingml/x2006/main/CTBody.html >> >>I couldn't find a higher-level abstraction on top of this in POI though. >>If you get something working, please submit it back to POI so that your >>work can benefit others with a similar problem. >>On May 17, 2016 8:34 AM, "Алексей Ушаровский" < [email protected] > wrote: >> >> Hello! >>Is it possible to use altChunk OOXML items in docx by POI library? >> >>-- >>Regards, >>Alex
