19 #ifndef __com_sun_star_rendering_StrokeAttributes_idl__
20 #define __com_sun_star_rendering_StrokeAttributes_idl__
22 module
com { module sun { module star { module rendering {
Definition: Ambiguous.idl:22
This structure contains all attributes required for path stroking.
Definition: StrokeAttributes.idl:31
double MiterLimit
Determines the maximal length of the diagonal in mitered corners.
Definition: StrokeAttributes.idl:57
sequence< double > DashArray
Array of ink on and off lengths, measured in user coordinate space.
Definition: StrokeAttributes.idl:71
byte StartCapType
The start shape of the stroke.
Definition: StrokeAttributes.idl:100
byte EndCapType
The end shape of the stroke.
Definition: StrokeAttributes.idl:110
sequence< double > LineArray
Array of line widths and spacings for multiple-line strokes.
Definition: StrokeAttributes.idl:90
double StrokeWidth
Defines the width of the stroke, measured in user coordinate space.
Definition: StrokeAttributes.idl:37
byte JoinType
The join shape of the stroke.
Definition: StrokeAttributes.idl:124