You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2013/07/24 13:18:05 UTC

[Bug 51173] XSSFClientAnchor.setDx1() has no effect

https://issues.apache.org/bugzilla/show_bug.cgi?id=51173

suman saurav <su...@aptaracorp.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|FIXED                       |INVALID

--- Comment #7 from suman saurav <su...@aptaracorp.com> ---
Hi Nick,

I have same issue here. And I have tried every EMU value like
XSSFShape.EMU_PER_PIXEL and multiplied it by 10 and 20, but it doesn't make an
effect in converted sheet. Images are still coming at the edge of cell.

Below is the code, i am using write now:

XSSFClientAnchor anchor = new
XSSFClientAnchor(XSSFShape.EMU_PER_PIXEL*200,XSSFShape.EMU_PER_PIXEL*200,0,0,(short)col,row,(short)col1,row1);

Please suggest, if i did anything wrong.

Thanks,
Saurav

-- 
You are receiving this mail because:
You are the assignee for the bug.

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