Reputation: 11137
I'm sending values into a Docusign template with the REST API. Is there a way to center the values in the text box?
{"tabLabel": "\\*Some label", "value": "Center me"}
I accidentally stumbled onto a centering technique when I send more white space on the left of the string value, like this:
" 1,200.00"
using python's {:10,.f2}
formatting
Upvotes: 0
Views: 393
Reputation: 2702
There is currently no property/option available to specify the text alignment in the text tab.
Upvotes: 1