Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


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

service LineProperties
Description
This is a set of properties to describe the style for rendering a Line.

The properties for line ends and line starts are only supported by shapes with open line ends.

Developers Guide
Drawings - General Drawing Properties

Properties' Summary
LineStyle
LineStyle
This property contains the type of the line.  
LineDash
LineDash
This property contains the dash of the line.  
string
LineDashName
[ OPTIONAL ]
This property contains the name of the dash of the line.  
::com::sun::star::util::Color
LineColor
This property contains the line color.  
short
LineTransparence
This property contains the extent of transparency.  
long
LineWidth
This property contains the width of the line in 1/100th mm.  
LineJoint
LineJoint
This property defines the rendering of joints between thick lines  
LineCap
LineCap
[ OPTIONAL ]
This property defines the rendering of ends of thick lines  
string
LineStartName
[ OPTIONAL ]
This property contains the name of the line start poly polygon bezier.  
string
LineEndName
[ OPTIONAL ]
This property contains the name of the line end poly polygon bezier.  
PolyPolygonBezierCoords
LineStart
[ OPTIONAL ]
This property contains the line start in the form of a poly polygon bezier.  
PolyPolygonBezierCoords
LineEnd
[ OPTIONAL ]
This property contains the line end in the form of a poly polygon bezier.  
boolean
LineStartCenter
[ OPTIONAL ]
If this property is true, the line will start from the center of the polygon.  
long
LineStartWidth
[ OPTIONAL ]
This property contains the width of the line start polygon.  
boolean
LineEndCenter
[ OPTIONAL ]
If this property is true, the line will end in the center of the polygon.  
long
LineEndWidth
[ OPTIONAL ]
This property contains the width of the line end polygon.  
Properties' Details
LineStyle
LineStyle LineStyle;
Description
This property contains the type of the line.
LineDash
LineDash LineDash;
Description
This property contains the dash of the line.
LineDashName
string LineDashName;
Usage Restrictions
optional
Description
This property contains the name of the dash of the line.
LineColor
::com::sun::star::util::Color LineColor;
Description
This property contains the line color.
LineTransparence
short LineTransparence;
Description
This property contains the extent of transparency.
LineWidth
long LineWidth;
Description
This property contains the width of the line in 1/100th mm.
LineJoint
LineJoint LineJoint;
Description
This property defines the rendering of joints between thick lines
LineCap
LineCap LineCap;
Usage Restrictions
optional
Description
This property defines the rendering of ends of thick lines
LineStartName
string LineStartName;
Usage Restrictions
optional
Description
This property contains the name of the line start poly polygon bezier.

If this string is empty, no line start polygon is rendered.

LineEndName
string LineEndName;
Usage Restrictions
optional
Description
This property contains the name of the line end poly polygon bezier.

If this string is empty, no line end polygon is rendered.

LineStart
PolyPolygonBezierCoords LineStart;
Usage Restrictions
optional
Description
This property contains the line start in the form of a poly polygon bezier.
LineEnd
PolyPolygonBezierCoords LineEnd;
Usage Restrictions
optional
Description
This property contains the line end in the form of a poly polygon bezier.
LineStartCenter
boolean LineStartCenter;
Usage Restrictions
optional
Description
If this property is true, the line will start from the center of the polygon.
LineStartWidth
long LineStartWidth;
Usage Restrictions
optional
Description
This property contains the width of the line start polygon.
LineEndCenter
boolean LineEndCenter;
Usage Restrictions
optional
Description
If this property is true, the line will end in the center of the polygon.
LineEndWidth
long LineEndWidth;
Usage Restrictions
optional
Description
This property contains the width of the line end polygon.

 
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.