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

struct TableBorderDistances

Elements' Summary
TopDistance contains the distance between the top lines and other contents.  
IsTopDistanceValid specifies whether the value of TableBorder::TopDistance is used.  
BottomDistance contains the distance between the bottom lines and other contents.  
IsBottomDistanceValid specifies whether the value of TableBorder::BottomDistance is used.  
LeftDistance contains the distance between the left lines and other contents.  
IsLeftDistanceValid specifies whether the value of TableBorder::LeftDistance is used.  
RightDistance contains the distance between the right lines and other contents.  
IsRightDistanceValid specifies whether the value of TableBorder::RightDistance is used.  
Elements' Details
TopDistance
short TopDistance;
Description
contains the distance between the top lines and other contents.
IsTopDistanceValid
boolean IsTopDistanceValid;
Description
specifies whether the value of TableBorder::TopDistance is used.
BottomDistance
short BottomDistance;
Description
contains the distance between the bottom lines and other contents.
IsBottomDistanceValid
boolean IsBottomDistanceValid;
Description
specifies whether the value of TableBorder::BottomDistance is used.
LeftDistance
short LeftDistance;
Description
contains the distance between the left lines and other contents.
IsLeftDistanceValid
boolean IsLeftDistanceValid;
Description
specifies whether the value of TableBorder::LeftDistance is used.
RightDistance
short RightDistance;
Description
contains the distance between the right lines and other contents.
IsRightDistanceValid
boolean IsRightDistanceValid;
Description
specifies whether the value of TableBorder::RightDistance is used.
Top of Page