:: com :: sun :: star :: table ::

struct BorderLine2
Base Hierarchy
BorderLine2BorderLine
Description
A border line, extended with line style.
Since
LibreOffice 3.4

Elements' Summary
LineStyle Style of the border.  
LineWidth 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.  
Elements' Details
LineStyle
short LineStyle;
Description
Style of the border.
See also
BorderLineStyle
LineWidth
unsigned long LineWidth;
Description
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.
Top of Page