Top   Module   Use   Manual   Index 

com :: sun :: star :: drawing ::

struct LineDash


Description
A LineDash defines a non-continuous line.


Elements

com::sun::star::drawing::DashStyle Style
Description
This sets the style of this LineDash .
short Dots
Description
This is the number of dots in this LineDash .
long DotLen
Description
This is the length of a dot.
short Dashes
Description
This is the number of dashes.
long DashLen
Description
This is the length of a single dash.
long Distance
Description
This is the distance between the dots.
Top of Page