Re: Print word documents using apache poi

2010-10-26 Thread David Fisher
Sorry, but POI does not provide direct printing support. Printing is a very large issue. For example, you could be printing to a bitmapped printer, postscript or a pcl language printer. Generically, you are looking for is a way to transform a Word Document into a particular printing format. Wo

Print word documents using apache poi

2010-10-26 Thread gummadi krishna
Dear Currently in my application iam parsing a word document using apache poi and storing the byte content in to data base .I can view that content back in a word . Now on a click of a button i want a print dialog to be opened and get that word document printed .Is it possible via apache po

How about making HSSFShape have HSSF ClientAnchor instread of HSSFAnchor

2010-10-26 Thread 이항령
hi. when creating textbox, the below method is used. HSSFPatriarch.java HSSFTextbox createTextbox(HSSFClientAnchor anchor) But HSSFTextbox(extended from HSSFShape) has only HSSFAnchor which don't have row and column information. So when people want to know the location of textbox, the way to do

How to know the row is grouped or no t?

2010-10-26 Thread 이항령
Hi! http://poi.apache.org/spreadsheet/quick-guide.html#Outlining Quick guid told me how to creat grouped rows but not how to know the row is grouped or not? I looked the source and got an idea how to know the informatioin. Making HSSFRow.getOutlineLevel public is that. If an application knows