20 #ifndef __com_sun_star_table_TableBorderDistances_idl__
21 #define __com_sun_star_table_TableBorderDistances_idl__
26 module
com { module sun { module star { module table {
Definition: Ambiguous.idl:22
contains the distance settings of the border lines of all cells in a cell range.
Definition: TableBorderDistances.idl:41
short LeftDistance
contains the distance between the left lines and other contents.
Definition: TableBorderDistances.idl:65
short RightDistance
contains the distance between the right lines and other contents.
Definition: TableBorderDistances.idl:75
boolean IsLeftDistanceValid
specifies whether the value of TableBorder::LeftDistance is used.
Definition: TableBorderDistances.idl:71
short TopDistance
contains the distance between the top lines and other contents.
Definition: TableBorderDistances.idl:45
boolean IsRightDistanceValid
specifies whether the value of TableBorder::RightDistance is used.
Definition: TableBorderDistances.idl:81
boolean IsBottomDistanceValid
specifies whether the value of TableBorder::BottomDistance is used.
Definition: TableBorderDistances.idl:61
boolean IsTopDistanceValid
specifies whether the value of TableBorder::TopDistance is used.
Definition: TableBorderDistances.idl:51
short BottomDistance
contains the distance between the bottom lines and other contents.
Definition: TableBorderDistances.idl:55