Method: DocuSign_eSign::Text#formula
- Defined in:
- lib/docusign_esign/models/text.rb
#formula ⇒ Object
The Formula string contains the TabLabel for the reference tabs used in the formula and calculation operators. Each TabLabel must be contained in brackets. Maximum Length: 2000 characters. Example: Three tabs (TabLabels: Line1, Line2, and Tax) need to be added together. The formula string would be: [Line1][Line2]
[Tax]
164 165 166 |
# File 'lib/docusign_esign/models/text.rb', line 164 def formula @formula end |