Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 865 Bytes

CaptionParams.md

File metadata and controls

17 lines (13 loc) · 865 Bytes

CaptionParams

Caption

Properties

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]

[Back to Model list] [Back to API list] [Back to README]