contains the distance settings of the border lines of all cells in a cell range. More...
import "TableBorderDistances.idl";
| Public Attributes | |
| short | TopDistance | 
| contains the distance between the top lines and other contents. | |
| boolean | IsTopDistanceValid | 
| specifies whether the value of TableBorder::TopDistance is used. | |
| short | BottomDistance | 
| contains the distance between the bottom lines and other contents. | |
| boolean | IsBottomDistanceValid | 
| specifies whether the value of TableBorder::BottomDistance is used. | |
| short | LeftDistance | 
| contains the distance between the left lines and other contents. | |
| boolean | IsLeftDistanceValid | 
| specifies whether the value of TableBorder::LeftDistance is used. | |
| short | RightDistance | 
| contains the distance between the right lines and other contents. | |
| boolean | IsRightDistanceValid | 
| specifies whether the value of TableBorder::RightDistance is used. | |
contains the distance settings of the border lines of all cells in a cell range.
In a queried structure, the flags in TableBorderDistances::Is...DistanceValid 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 distance should be set or if the old value should be kept.
| short BottomDistance | 
contains the distance between the bottom lines and other contents.
| boolean IsBottomDistanceValid | 
specifies whether the value of TableBorder::BottomDistance is used.
| boolean IsLeftDistanceValid | 
specifies whether the value of TableBorder::LeftDistance is used.
| boolean IsRightDistanceValid | 
specifies whether the value of TableBorder::RightDistance is used.
| boolean IsTopDistanceValid | 
specifies whether the value of TableBorder::TopDistance is used.
| short LeftDistance | 
contains the distance between the left lines and other contents.
| short RightDistance | 
contains the distance between the right lines and other contents.
| short TopDistance | 
contains the distance between the top lines and other contents.