service LineProperties in module com::sun::star::drawing::

(Global Index)

Syntax

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.

Property Summary

LineStyle This property contains the type of the line.

LineDash This property contains the dash of the line.

LineColor This property contains the line color.

LineTransparence This property contains the extent of transparency.

LineWidth This property contains the width of the line in 1/100th mm.

LineJoint This property defines the rendering of joints between thick lines

LineStartName This property contains the name of the line starts poly polygon bezier.

LineStart This property contains the line start in the form of a poly polygon bezier.

LineEnd This property contains the line end in the form of a poly polygon bezier.

LineStartCenter If this property is true , the line will start from the center of the polygon.

LineStartWidth This property contains the width of the line start polygon.

LineEndCenter If this property is true , the line will end in the center of the polygon.

LineEndWidth This property contains the width of the line end polygon.

Property Details



LineStyle

Syntax

com::sun::star::drawing::LineStyle LineStyle;

Description

This property contains the type of the line.


LineDash

Syntax

com::sun::star::drawing::LineDash LineDash;

Description

This property contains the dash of the line.


LineColor

Syntax

long LineColor;

Description

This property contains the line color.


LineTransparence

Syntax

short LineTransparence;

Description

This property contains the extent of transparency.


LineWidth

Syntax

long LineWidth;

Description

This property contains the width of the line in 1/100th mm.


LineJoint

Syntax

com::sun::star::drawing::LineJoint LineJoint;

Description

This property defines the rendering of joints between thick lines


LineStartName [ O P T I O N A L ]

Syntax

string LineStartName;

Description

This property contains the name of the line starts poly polygon bezier.

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


LineStart [ O P T I O N A L ]

Syntax

com::sun::star::drawing::PolyPolygonBezierCoords LineStart;

Description

This property contains the line start in the form of a poly polygon bezier.


LineEnd [ O P T I O N A L ]

Syntax

com::sun::star::drawing::PolyPolygonBezierCoords LineEnd;

Description

This property contains the line end in the form of a poly polygon bezier.


LineStartCenter [ O P T I O N A L ]

Syntax

boolean LineStartCenter;

Description

If this property is true , the line will start from the center of the polygon.


LineStartWidth [ O P T I O N A L ]

Syntax

long LineStartWidth;

Description

This property contains the width of the line start polygon.


LineEndCenter [ O P T I O N A L ]

Syntax

boolean LineEndCenter;

Description

If this property is true , the line will end in the center of the polygon.


LineEndWidth [ O P T I O N A L ]

Syntax

long LineEndWidth;

Description

This property contains the width of the line end polygon.

Top of Page