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

enum LineEndType

Values
NONE the line has no special end.  
ARROW the line uses an arrow for the line end.  
CIRCLE the line uses a circle for the line end.  
SQUARE the line uses a square for the line end.  
SPECIAL deprecated  
Values' Details
NONE
NONE,
Description
the line has no special end.
ARROW
ARROW,
Description
the line uses an arrow for the line end.
CIRCLE
CIRCLE,
Description
the line uses a circle for the line end.
SQUARE
SQUARE,
Description
the line uses a square for the line end.
SPECIAL
SPECIAL,
Description
deprecated
Top of Page