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

(Global Index)

Syntax

struct BorderLine;

Description

describes the line type for a single cell edge.

Field Summary

Color color of the line.

InnerLineWidth width of the inner part of a double line.

OuterLineWidth width of a single line or width of outer part of a double line.

LineDistance distance between the inner and outer parts of a double line.

Field Details



Color

Syntax

long Color;

Description

color of the line.


InnerLineWidth

Syntax

short InnerLineWidth;

Description

width of the inner part of a double line.

If this is zero, only a single line is drawn.


OuterLineWidth

Syntax

short OuterLineWidth;

Description

width of a single line or width of outer part of a double line.

If this is zero, no line is drawn.


LineDistance

Syntax

short LineDistance;

Description

distance between the inner and outer parts of a double line.

Top of Page