after searching around the whole day i see there is much confusion.
The center of this confusion are the parameters of this constructor:
HSSFClientAnchor anchor = new HSSFClientAnchor(
0, //x1
0, //y1
1023, //x2
255, //y2
(short)column,
row,
(short)column,
row
);
What ist x1, y1, x2, y2 ? Relative to what and in what measure ? Pixel ?
Points ? Tomatoes ? Why is there a magic upper bound of 1023 and 255 ?
How does the actual column width and row height interfere with this
parameters ?
I hope someone can help me.
Thanks.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]