hi i have some problem with HSSF(poi project)

hi in Apache's Busy Developers'  Guide to HSSF 
Features(http://jakarta.apache.org/poi/hssf/quick-guide.html) in Drawing 
Shapes they have used first created a patriarch and then used it for 
further purpose
eg in following code:
HSSFPatriarch patriarch = sheet.createDrawingPatriarch();
    a = new HSSFClientAnchor( 0, 0, 1023, 255, (short) 1, 0, (short) 1, 0 
);
    HSSFSimpleShape shape1 = patriarch.createSimpleShape(a1);
    shape1.setShapeType(HSSFSimpleShape.OBJECT_TYPE_LINE);
but in poi api as well as in jar files provided with poi 
createDrawingPatriarch is not given in class HSSFSheet
can u help me in this matter. as i need to include and read shapes from a 
xls file


Atul Kumar
Tata Consultancy Services Limited
Mailto: [EMAIL PROTECTED]
Website: http://www.tcs.com

Notice: The information contained in this e-mail message and/or attachments to 
it may contain confidential or privileged information.   If you are not the 
intended recipient, any dissemination, use, review, distribution, printing or 
copying of the information contained in this e-mail message and/or attachments 
to it are strictly prohibited.   If you have received this communication in 
error, please notify us by reply e-mail or telephone and immediately and 
permanently delete the message and any attachments.  Thank you
_______________________________________________
Discussion list for The Mail Archive
Gossip@jab.org
http://jab.org/cgi-bin/mailman/listinfo/gossip

Reply via email to