Thanks For Reply Anthony, I am trying to do like HSSFClientAnchor a28 = new HSSFClientAnchor(); a28.setAnchor((short) 9, 3, 100, 125, (short)14, 3, 1000, 125); HSSFSimpleShape shape28 = patriarch.createSimpleShape(a28); shape28.setShapeType(HSSFSimpleShape.OBJECT_TYPE_LINE); shape28.setLineStyle(HSSFSimpleShape.LINESTYLE_ARROWHEAD); // i Need a Arrow Head line. As of now we do not have "HSSFSimpleShape.LINESTYLE_ARROWHEAD " . so i could not draw a line with Arrow head.
Anthony Andrews <[EMAIL PROTECTED]> wrote: I am not completely sure what you are after, so forgive me please if I am stating the obvious. Are you trying to do something like; -----------> Or are you after something far more 'graphical' such as the sort of line you would see on a UML diagram? If the latter, I would guess that the best thing to do is to insert an image into a cell or cells. Babu kumar Thannasi wrote: Hi , i am using POI 3.0.1 JAR . i am using it for Excel . we have to draw line with arrrow head in our excel . i searched the API , but i could not not find one. is POI- HSSF supports one ? thanks Babu Thanks, Babu. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com Thanks, Babu. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
