LibreOffice
LibreOffice 24.8 SDK API Reference
|
A LineDash defines a non-continuous line. More...
import <LineDash.idl;
Public Attributes | |
com::sun::star::drawing::DashStyle | Style |
This sets the style of this LineDash. | |
short | Dots |
This is the number of dots in this LineDash. | |
long | DotLen |
This is the length of a dot. | |
short | Dashes |
This is the number of dashes. | |
long | DashLen |
This is the length of a single dash. | |
long | Distance |
This is the distance between the dots. | |
A LineDash defines a non-continuous line.
short Dashes |
This is the number of dashes.
long DashLen |
This is the length of a single dash.
long Distance |
This is the distance between the dots.
long DotLen |
This is the length of a dot.
short Dots |
This is the number of dots in this LineDash.
This sets the style of this LineDash.