Caption
Name | Type | Description | Notes |
---|---|---|---|
text | str | Caption text. | [optional] |
alignment | TextAlignment | Text alignment. | [optional] |
color | str | Text color. Default value: black Use named colors like: red, green, blue Or HTML colors like: #FF0000, #00FF00, #0000FF | [optional] |
visible | bool | Is caption visible. | [optional] |
font | FontParams | Font. | [optional] |
padding | Padding | Padding. | [optional] |
no_wrap | bool | Specify word wraps (line breaks) within text. Default value: False. | [optional] |