LibreOffice
LibreOffice 24.2 SDK API Reference
|
describes the line type for a single cell edge. More...
import"BorderLine.idl";
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... | |
describes the line type for a single cell edge.
contains the color value of the line.
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.
short LineDistance |
contains the distance between the inner and outer parts of a double line (in 1/100 mm).
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.