Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


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

struct TableBorderDistances
Description
contains the distance settings of the border lines of all cells in a cell range.

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


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

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.