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

struct TableBorder2
Description
contains the style settings of the border lines of all cells in a cell range. TableBorder2 is nearly identical to TableBorder, except that it has members of BorderLine2 instead of BorderLine.

In a queried structure, the flags in Is...LineValid indicate that not all lines of the boxes have the same values.

In a structure which is used for setting, these flags determine if the corresponding line should be set or if the old value should be kept.

Since
LibreOffice 3.6

Elements' Summary
TopLine determines the line style at the top edge.  
IsTopLineValid specifies whether the value of TableBorder2::TopLine is used.  
BottomLine determines the line style at the bottom edge.  
IsBottomLineValid specifies whether the value of TableBorder2::BottomLine is used.  
LeftLine determines the line style at the left edge.  
IsLeftLineValid specifies whether the value of TableBorder2::LeftLine is used.  
RightLine determines the line style at the right edge.  
IsRightLineValid specifies whether the value of TableBorder2::RightLine is used.  
HorizontalLine determines the line style of horizontal lines for the inner part of a cell range.  
IsHorizontalLineValid specifies whether the value of TableBorder2::HorizontalLine is used.  
VerticalLine determines the line style of vertical lines for the inner part of a cell range.  
IsVerticalLineValid specifies whether the value of TableBorder2::VerticalLine is used.  
Distance contains the distance between the lines and other contents.  
IsDistanceValid specifies whether the value of TableBorder2::Distance is used.  
Elements' Details
TopLine
BorderLine2 TopLine;
Description
determines the line style at the top edge.
IsTopLineValid
boolean IsTopLineValid;
Description
specifies whether the value of TableBorder2::TopLine is used.
BottomLine
BorderLine2 BottomLine;
Description
determines the line style at the bottom edge.
IsBottomLineValid
boolean IsBottomLineValid;
Description
specifies whether the value of TableBorder2::BottomLine is used.
LeftLine
BorderLine2 LeftLine;
Description
determines the line style at the left edge.
IsLeftLineValid
boolean IsLeftLineValid;
Description
specifies whether the value of TableBorder2::LeftLine is used.
RightLine
BorderLine2 RightLine;
Description
determines the line style at the right edge.
IsRightLineValid
boolean IsRightLineValid;
Description
specifies whether the value of TableBorder2::RightLine is used.
HorizontalLine
BorderLine2 HorizontalLine;
Description
determines the line style of horizontal lines for the inner part of a cell range.
IsHorizontalLineValid
boolean IsHorizontalLineValid;
Description
specifies whether the value of TableBorder2::HorizontalLine is used.
VerticalLine
BorderLine2 VerticalLine;
Description
determines the line style of vertical lines for the inner part of a cell range.
IsVerticalLineValid
boolean IsVerticalLineValid;
Description
specifies whether the value of TableBorder2::VerticalLine is used.
Distance
short Distance;
Description
contains the distance between the lines and other contents.
IsDistanceValid
boolean IsDistanceValid;
Description
specifies whether the value of TableBorder2::Distance is used.
Top of Page