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 {
double MiterLimit
Determines the maximal length of the diagonal in mitered corners.
Definition: StrokeAttributes.idl:57
double StrokeWidth
Defines the width of the stroke, measured in user coordinate space.
Definition: StrokeAttributes.idl:37
sequence< double > LineArray
Array of line widths and spacings for multiple-line strokes.
Definition: StrokeAttributes.idl:90
byte EndCapType
The end shape of the stroke.
Definition: StrokeAttributes.idl:110
byte StartCapType
The start shape of the stroke.
Definition: StrokeAttributes.idl:100
sequence< double > DashArray
Array of ink on and off lengths, measured in user coordinate space.
Definition: StrokeAttributes.idl:71
byte JoinType
The join shape of the stroke.
Definition: StrokeAttributes.idl:124
This structure contains all attributes required for path stroking.
Definition: StrokeAttributes.idl:30