You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@poi.apache.org by Shuji Watanabe <sh...@gmail.com> on 2010/12/15 10:05:20 UTC

How to create line with arrow head.

Hi, I want to create a line with arrow head using POI.

        XSSFSimpleShape arrow = patriarch.createSimpleShape(new
XSSFClientAnchor(0, 0, 0, 0, 10, 4, 10, 20));
        arrow.setShapeType(ShapeTypes.LINE);
        arrow.setLineStyle( ??? );

Please tell me how to create simple arrow shape (not ShapeTypes.DOWN_ARROW).

Regards,
-- 
================================
Shuji Watanabe
  Blog:
    http://d.hatena.ne.jp/shuji_w6e/
  Labo:
    http://www.deathmarch.jp/
  Community:
    http://www.sapporo-java.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@poi.apache.org
For additional commands, e-mail: user-help@poi.apache.org