Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


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

struct TableBorder
Description
contains the style settings of the border lines of all cells in a cell range.

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


Elements' Summary
TopLine determines the line style at the top edge.  
IsTopLineValid specifies whether the value of TableBorder::TopLine is used.  
BottomLine determines the line style at the bottom edge.  
IsBottomLineValid specifies whether the value of TableBorder::BottomLine is used.  
LeftLine determines the line style at the left edge.  
IsLeftLineValid specifies whether the value of TableBorder::LeftLine is used.  
RightLine determines the line style at the right edge.  
IsRightLineValid specifies whether the value of TableBorder::RightLine is used.  
HorizontalLine determines the line style of horizontal lines for the inner part of a cell range.  
IsHorizontalLineValid specifies whether the value of TableBorder::HorizontalLine is used.  
VerticalLine determines the line style of vertical lines for the inner part of a cell range.  
IsVerticalLineValid specifies whether the value of TableBorder::VerticalLine is used.  
Distance contains the distance between the lines and other contents.  
IsDistanceValid specifies whether the value of TableBorder::Distance is used.  
Elements' Details
TopLine
BorderLine TopLine;
Description
determines the line style at the top edge.
IsTopLineValid
boolean IsTopLineValid;
Description
specifies whether the value of TableBorder::TopLine is used.
BottomLine
BorderLine BottomLine;
Description
determines the line style at the bottom edge.
IsBottomLineValid
boolean IsBottomLineValid;
Description
specifies whether the value of TableBorder::BottomLine is used.
LeftLine
BorderLine LeftLine;
Description
determines the line style at the left edge.
IsLeftLineValid
boolean IsLeftLineValid;
Description
specifies whether the value of TableBorder::LeftLine is used.
RightLine
BorderLine RightLine;
Description
determines the line style at the right edge.
IsRightLineValid
boolean IsRightLineValid;
Description
specifies whether the value of TableBorder::RightLine is used.
HorizontalLine
BorderLine HorizontalLine;
Description
determines the line style of horizontal lines for the inner part of a cell range.
IsHorizontalLineValid
boolean IsHorizontalLineValid;
Description
specifies whether the value of TableBorder::HorizontalLine is used.
VerticalLine
BorderLine VerticalLine;
Description
determines the line style of vertical lines for the inner part of a cell range.
IsVerticalLineValid
boolean IsVerticalLineValid;
Description
specifies whether the value of TableBorder::VerticalLine is used.
Distance
short Distance;
Description
contains the distance between the lines and other contents.
IsDistanceValid
boolean IsDistanceValid;
Description
specifies whether the value of TableBorder::Distance 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.