Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 947 Bytes

CaptionParams.md

File metadata and controls

18 lines (13 loc) · 947 Bytes

CaptionParams

Caption

Properties

Name Type Description Notes
text string Caption text. [optional]
alignment \Aspose\BarCode\Model\TextAlignment Text alignment. [optional]
color string 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 \Aspose\BarCode\Model\FontParams Font. [optional]
padding \Aspose\BarCode\Model\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]