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

enum LineStyle
Description
specifies the appearance of the lines of a shape.

Values
NONE the line is hidden.  
SOLID the line is solid.  
DASH the line use dashes.  
Values' Details
NONE
NONE,
Description
the line is hidden.
SOLID
SOLID,
Description
the line is solid.
DASH
DASH,
Description
the line use dashes.
Top of Page