Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 844 Bytes

CaptionParams.md

File metadata and controls

21 lines (16 loc) · 844 Bytes

aspose_barcode_cloud.model.CaptionParams

Load the model package

import 'package:aspose_barcode_cloud/aspose_barcode_cloud.dart';

Caption

Properties

Name Type Description Notes
text String Caption text. [optional] [default to null]
alignment TextAlignment Text alignment. [optional] [default to null]
color String Text color. [optional] [default to null]
visible bool Is caption visible. [optional] [default to null]
font FontParams Font. [optional] [default to null]
padding Padding Padding. [optional] [default to null]
noWrap bool Specify word wraps (line breaks) within text. Default value: false. [optional] [default to null]