Top   Module   Use   Manual   Index 

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

struct TableBorder


Description
contains the style settings of the border lines of all cells in a cell range.

In a queried structure, the flags in TableBorder::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.



Elements

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