LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
BorderLine Struct Referencepublished

describes the line type for a single cell edge. More...

import"BorderLine.idl";

Inheritance diagram for BorderLine:
BorderLine2

Public Attributes

com::sun::star::util::Color Color
 contains the color value of the line. More...
 
short InnerLineWidth
 contains the width of the inner part of a double line (in 1/100 mm). More...
 
short OuterLineWidth
 contains the width of a single line or the width of outer part of a double line (in 1/100 mm). More...
 
short LineDistance
 contains the distance between the inner and outer parts of a double line (in 1/100 mm). More...
 

Detailed Description

describes the line type for a single cell edge.

Member Data Documentation

◆ Color

contains the color value of the line.

◆ InnerLineWidth

short InnerLineWidth

contains the width of the inner part of a double line (in 1/100 mm).

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

◆ LineDistance

short LineDistance

contains the distance between the inner and outer parts of a double line (in 1/100 mm).

◆ OuterLineWidth

short OuterLineWidth

contains the width of a single line or the width of outer part of a double line (in 1/100 mm).

If this value is zero, no line is drawn.


The documentation for this struct was generated from the following file: