struct TableBorder in module com::sun::star::table::

(Global Index)

Syntax

struct TableBorder;

Description

structure contains the values of the border lines of all boxes in a table.

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

Field Summary

TopLine line at the top edge.

IsTopLineValid specifies whether the value of TableBorder::TopLine is used.

BottomLine line at the bottom edge.

IsBottomLineValid specifies whether the value of TableBorder::BottomLine is used.

LeftLine line at the left edge.

IsLeftLineValid specifies whether the value of TableBorder::LeftLine is used.

RightLine line at the right edge.

IsRightLineValid specifies whether the value of TableBorder::RightLine is used.

HorizontalLine specifies the horizontal lines for the inner part of a table.

IsHorizontalLineValid specifies whether the value of TableBorder::HorizontalLine is used.

VerticalLine vertical lines for the inner part of a table.

IsVerticalLineValid specifies whether the value of TableBorder::VerticalLine is used.

Distance distance between the lines and other contents.

IsDistanceValid specifies whether the value of TableBorder::Distance is used.

Field Details



TopLine

Syntax

com::sun::star::table::BorderLine TopLine;

Description

line at the top edge.


IsTopLineValid

Syntax

boolean IsTopLineValid;

Description

specifies whether the value of TableBorder::TopLine is used.


BottomLine

Syntax

com::sun::star::table::BorderLine BottomLine;

Description

line at the bottom edge.


IsBottomLineValid

Syntax

boolean IsBottomLineValid;

Description

specifies whether the value of TableBorder::BottomLine is used.


LeftLine

Syntax

com::sun::star::table::BorderLine LeftLine;

Description

line at the left edge.


IsLeftLineValid

Syntax

boolean IsLeftLineValid;

Description

specifies whether the value of TableBorder::LeftLine is used.


RightLine

Syntax

com::sun::star::table::BorderLine RightLine;

Description

line at the right edge.


IsRightLineValid

Syntax

boolean IsRightLineValid;

Description

specifies whether the value of TableBorder::RightLine is used.


HorizontalLine

Syntax

com::sun::star::table::BorderLine HorizontalLine;

Description

specifies the horizontal lines for the inner part of a table.


IsHorizontalLineValid

Syntax

boolean IsHorizontalLineValid;

Description

specifies whether the value of TableBorder::HorizontalLine is used.


VerticalLine

Syntax

com::sun::star::table::BorderLine VerticalLine;

Description

vertical lines for the inner part of a table.


IsVerticalLineValid

Syntax

boolean IsVerticalLineValid;

Description

specifies whether the value of TableBorder::VerticalLine is used.


Distance

Syntax

short Distance;

Description

distance between the lines and other contents.


IsDistanceValid

Syntax

boolean IsDistanceValid;

Description

specifies whether the value of TableBorder::Distance is used.

Top of Page