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

struct TableBorder

Elements' Summary
TopLine determines the line style at the top edge.  
IsTopLineValid specifies whether the value of TableBorder::TopLine is used.  
BottomLine determines the line style at the bottom edge.  
IsBottomLineValid specifies whether the value of TableBorder::BottomLine is used.  
LeftLine determines the line style at the left edge.  
IsLeftLineValid specifies whether the value of TableBorder::LeftLine is used.  
RightLine determines the line style at the right edge.  
IsRightLineValid specifies whether the value of TableBorder::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 TableBorder::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 TableBorder::VerticalLine is used.  
Distance contains the distance between the lines and other contents.  
IsDistanceValid specifies whether the value of TableBorder::Distance is used.  
Elements' Details
TopLine
BorderLine TopLine;
Description
determines the line style at the top edge.
IsTopLineValid
boolean IsTopLineValid;
Description
specifies whether the value of TableBorder::TopLine is used.
BottomLine
BorderLine BottomLine;
Description
determines the line style at the bottom edge.
IsBottomLineValid
boolean IsBottomLineValid;
Description
specifies whether the value of TableBorder::BottomLine is used.
LeftLine
BorderLine LeftLine;
Description
determines the line style at the left edge.
IsLeftLineValid
boolean IsLeftLineValid;
Description
specifies whether the value of TableBorder::LeftLine is used.
RightLine
BorderLine RightLine;
Description
determines the line style at the right edge.
IsRightLineValid
boolean IsRightLineValid;
Description
specifies whether the value of TableBorder::RightLine is used.
HorizontalLine
BorderLine 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 TableBorder::HorizontalLine is used.
VerticalLine
BorderLine 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 TableBorder::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 TableBorder::Distance is used.
Top of Page