On Wed, 16 Mar 2011, FinalD wrote:
And my program has the imports as follows:

import org.apache.poi.poifs.filesystem.*;
import org.apache.poi.hwpf.*;
import org.apache.poi.hwpf.extractor.*;
import java.io.*;
import java.util.regex.*;

import org.apache.poi.xwpf.*;

This is your problem. I think you want org.apache.poi.xwpf.usermodel.*, as that's where XWPFDocument lives

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to