diff options
author | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-01-03 12:06:20 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-03-19 17:57:46 +0100 |
commit | 5f482b8226f514a501a241eceec13c7b465481b3 (patch) | |
tree | 85b19c7c5e91160c58aa22a7367a42eac5ba6413 /offapi/com/sun/star | |
parent | 801dcfbe5321094117dd422cd14018191e4d59aa (diff) |
Documented css::table::BorderLine2.LineWidth.
Diffstat (limited to 'offapi/com/sun/star')
-rw-r--r-- | offapi/com/sun/star/table/BorderLine2.idl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/offapi/com/sun/star/table/BorderLine2.idl b/offapi/com/sun/star/table/BorderLine2.idl index 65428b03d..c1ae0f80a 100644 --- a/offapi/com/sun/star/table/BorderLine2.idl +++ b/offapi/com/sun/star/table/BorderLine2.idl @@ -43,6 +43,16 @@ struct BorderLine2 : BorderLine /** Style of the border. @see BorderLineStyle */ short LineStyle; + + /** Width of the border, this is the base to compute all the lines + and gaps widths. These widths computations are based on the + LineStyle property + + This property is prevailing on the old Out, In and Dist width + from BorderLine. If this property is set to 0, then the other + widths will be used to guess the border width. + */ + unsigned long LineWidth; }; //============================================================================= |