- elementIds
The IDs of the BPMN elements to style.
- stroke_color
The stroke color for the element.
It can be any HTML color name or HEX code, or special keywords.
- stroke_width
The stroke width for the element, in pixels (1 to 50).
If the set value is less than 1, the used value is 1.
If the set value is greater than 50, the used value is 50.
To hide the stroke, set the stroke_color property to none.
- stroke_opacity
The stroke opacity for the element, ranging from 0 to 100.
- font_color
The font color for the element.
It can be any HTML color name or HEX code, or special keywords.
- font_family
The font family for the element.
- font_size
The font size for the element, in pixels.
- font_bold
Should the font be bold? (default: FALSE)
- font_italic
Should the font be italic? (default: FALSE)
- font_strike_through
Should the font have a strike-through style? (default: FALSE)
- font_underline
Should the font be underlined? (default: FALSE)
- font_opacity
The font opacity for the element, ranging from 0 to 100.
- opacity
The opacity for the element, ranging from 0 to 100.
- fill_color
The fill color for the shape
It can be any HTML color name or HEX code, special keywords, or a gradient create with create_gradient_fill.
- fill_opacity
The fill opacity for the shape, ranging from 0 to 100.