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

deprecated enum LineEndType
Usage Restrictions
deprecated
Description
The LineEndType specifies the appearance of the bullet at the end of a line.

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