21module
com { module sun { module star { module drawing {
LineCap
The LineCap defines rendering of ends of thick lines.
Definition LineCap.idl:26
LineStyle
specifies the appearance of the lines of a shape.
Definition LineStyle.idl:28
LineJoint
The LineJoint defines rendering of joints between thick lines.
Definition LineJoint.idl:27
long Color
describes an RGB color value with an optional alpha channel.
Definition Color.idl:34
Definition Ambiguous.idl:20
This is a set of properties to describe the style for rendering a Line.
Definition LineProperties.idl:29
com::sun::star::drawing::LineJoint LineJoint
This property defines the rendering of joints between thick lines.
Definition LineProperties.idl:62
short LineTransparence
This property contains the extent of transparency.
Definition LineProperties.idl:52
long LineStartWidth
This property contains the width of the line start polygon.
Definition LineProperties.idl:100
com::sun::star::drawing::PolyPolygonBezierCoords LineEnd
This property contains the line end in the form of a poly polygon Bezier.
Definition LineProperties.idl:89
com::sun::star::drawing::LineStyle LineStyle
This property contains the type of the line.
Definition LineProperties.idl:32
string LineStartName
This property contains the name of the line start poly polygon Bezier.
Definition LineProperties.idl:73
long LineEndWidth
This property contains the width of the line end polygon.
Definition LineProperties.idl:111
long LineWidth
This property contains the width of the line in 1/100th mm.
Definition LineProperties.idl:57
string LineDashName
This property contains the name of the dash of the line.
Definition LineProperties.idl:42
string LineEndName
This property contains the name of the line end poly polygon Bezier.
Definition LineProperties.idl:79
boolean LineEndCenter
If this property is TRUE, the line will end in the center of the polygon.
Definition LineProperties.idl:106
boolean LineStartCenter
If this property is TRUE, the line will start from the center of the polygon.
Definition LineProperties.idl:95
com::sun::star::drawing::PolyPolygonBezierCoords LineStart
This property contains the line start in the form of a poly polygon Bezier.
Definition LineProperties.idl:84
com::sun::star::util::Color LineColor
This property contains the line color.
Definition LineProperties.idl:47
com::sun::star::drawing::LineCap LineCap
This property defines the rendering of ends of thick lines.
Definition LineProperties.idl:67
com::sun::star::drawing::LineDash LineDash
This property contains the dash of the line.
Definition LineProperties.idl:37
A LineDash defines a non-continuous line.
Definition LineDash.idl:27
specifies the coordinates for a poly polygon Bezier.
Definition PolyPolygonBezierCoords.idl:27