StyleCode Property: textAlign
textAlign
Specifies the horizontal text alignment in the text pipeline.
Applies to | Type | Default |
---|---|---|
label scalar table > column > value upload | left ,right ,center ,justify ,default | default |
Examples
// Example: label
{ textAlign: default }
show label "My Label" a1b1 tomato
// Example: scalar
{ textAlign: default }
show scalar "My Scalar" a1 tomato with
sum(Quantity)
// Example: table > column > value
show table "My Table" a1c4 tomato with
Orders.Date { value { textAlign: default } }
Orders.Quantity
// Example: upload
{ textAlign: default }
show upload "My Upload" a1b1 editable:"example"