20 module
com { module sun { module star { module rendering {
double MiterLimit
Determines the maximal length of the diagonal in mitered corners.
Definition: StrokeAttributes.idl:55
double StrokeWidth
Defines the width of the stroke, measured in user coordinate space.
Definition: StrokeAttributes.idl:35
sequence< double > LineArray
Array of line widths and spacings for multiple-line strokes.
Definition: StrokeAttributes.idl:88
byte EndCapType
The end shape of the stroke.
Definition: StrokeAttributes.idl:108
byte StartCapType
The start shape of the stroke.
Definition: StrokeAttributes.idl:98
Definition: Ambiguous.idl:20
sequence< double > DashArray
Array of ink on and off lengths, measured in user coordinate space.
Definition: StrokeAttributes.idl:69
byte JoinType
The join shape of the stroke.
Definition: StrokeAttributes.idl:122
This structure contains all attributes required for path stroking.
Definition: StrokeAttributes.idl:28