https://issues.apache.org/bugzilla/show_bug.cgi?id=49765
Amitabh Ranjan <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |FAQ CC| |[email protected] Version|3.7-dev |3.9 --- Comment #28 from Amitabh Ranjan <[email protected]> --- I am trying to work on Apache POI in order to insert a picture into a word document. I went through many posts and forums for this and finally I found in this forum (comment #26 and #27) that there is a way to do this. It can be done by using "CustomXWPFDocument" class. After reading about it I came to know that this class extends "XWPFDocument. But When I am trying to use the code written in comment #26 then its giving me the error as"CustomXWPFDocument cannot be resolved to a type". I am not even getting the imports for this class. Here I will also write the jars I am using(basically I have used every JAR related to POI to make this program work but till now no luck):- (1) poi-3.9-20121203 (2) poi-examples-3.9-20121203 (3) poi-excelant-3.9-20121203 (4) poi-ooxml-3.9-20121203 (5) poi-ooxml-schemas-3.9-20121203 (6) poi-scratchpad-3.9-20121203 (7) xmlbeans-2.3.0 (8) stax-api-1.0.1 (9) dom4j-1.6.1 (10) commons-codec-1.5 (11) commons-logging-1.1 (12) junit-3.8.1 (13) log4j-1.2.13 Please tell me if something is wrong. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
