On Wed, 28 Sep 2011, Omar wrote:
i have no problème when :
HSSFPicture pict.setAnchor(anchor);

but in XSSF file :
this line (XSSFPicture pict.setAnchor(anchor);) is not built, i'm getting
this error:

The method set Anchor(HSSFClientAnchor) is undefined for the type
HSSFPicture

You can't pass a HSSF object to XSSF. You need to create the XSSF equivalent. The CreationHelper will let you do this in a general way

Nick
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to