Re: Apache POI CTPageMar not found

2015-03-23 Thread Nick Burch
On Mon, 23 Mar 2015, r01942072 wrote: I am using eclipse. I download Apache POI 3.12 Beta 1, add all jar files into java build path, but eclipse tells me that CTPageMar not found. Part of my code is shown below. This would be best asked on the POI user list, see http://poi.apache.org/mailingl

Apache POI CTPageMar not found

2015-03-23 Thread r01942072
I am using eclipse. I download Apache POI 3.12 Beta 1, add all jar files into java build path, but eclipse tells me that CTPageMar not found. Part of my code is shown below. XWPFDocument doc = new XWPFDocument(); CTDocument1 doc1 = doc.get Document(); CTBody body = doc1.getBody(); CTSectPr sect