Foo L
Foo L

Reputation: 11137

Docusign API text tab center alignment

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

enter image description here

Upvotes: 0

Views: 393

Answers (1)

Luis
Luis

Reputation: 2702

There is currently no property/option available to specify the text alignment in the text tab.

Upvotes: 1

Related Questions