hi,
I've got a question concerning the line width fields in the
com::sun::star::table::BorderLine struct.
For values 0.05, 0.50 and 1.00 it' s right,
but values as 1.50 or 5.00 it's impossible a matching with the graphic
interface.
Probably there is any table for conversion, or there is another solution?
that's my code :
BorderLine borderLine = new BorderLine();
borderLine.Color = bordercolor;
short line=(short)(width*36);
borderLine.OuterLineWidth = (short)(line);
borderLine.LineDistance = (short)0;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]