struct TableBorder in module com::sun::star::table:: |
struct TableBorder;
structure contains the values of the border lines of all boxes in a table.
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.
Field Summary |
|
TopLine | line at the top edge. |
IsTopLineValid | specifies whether the value of TableBorder::TopLine is used. |
BottomLine | line at the bottom edge. |
IsBottomLineValid | specifies whether the value of TableBorder::BottomLine is used. |
LeftLine | line at the left edge. |
IsLeftLineValid | specifies whether the value of TableBorder::LeftLine is used. |
RightLine | line at the right edge. |
IsRightLineValid | specifies whether the value of TableBorder::RightLine is used. |
HorizontalLine | specifies the horizontal lines for the inner part of a table. |
IsHorizontalLineValid | specifies whether the value of TableBorder::HorizontalLine is used. |
VerticalLine | vertical lines for the inner part of a table. |
IsVerticalLineValid | specifies whether the value of TableBorder::VerticalLine is used. |
Distance | distance between the lines and other contents. |
IsDistanceValid | specifies whether the value of TableBorder::Distance is used. |
Field Details |
|||||||||||||||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.