docusign_esign.models.numerical
Docusign eSignature REST API
The Docusign eSignature REST API provides you with a powerful, convenient, and simple Web services API for interacting with Docusign. # noqa: E501
OpenAPI spec version: v2.1 Contact: devcenter@docusign.com Generated by: https://github.com/swagger-api/swagger-codegen.git
1# coding: utf-8 2 3""" 4 Docusign eSignature REST API 5 6 The Docusign eSignature REST API provides you with a powerful, convenient, and simple Web services API for interacting with Docusign. # noqa: E501 7 8 OpenAPI spec version: v2.1 9 Contact: devcenter@docusign.com 10 Generated by: https://github.com/swagger-api/swagger-codegen.git 11""" 12 13 14import pprint 15import re # noqa: F401 16 17import six 18 19from docusign_esign.client.configuration import Configuration 20 21 22class Numerical(object): 23 """NOTE: This class is auto generated by the swagger code generator program. 24 25 Do not edit the class manually. 26 """ 27 28 """ 29 Attributes: 30 swagger_types (dict): The key is attribute name 31 and the value is attribute type. 32 attribute_map (dict): The key is attribute name 33 and the value is json key in definition. 34 """ 35 swagger_types = { 36 'agreement_attribute': 'str', 37 'agreement_attribute_locked': 'str', 38 'anchor_allow_white_space_in_characters': 'str', 39 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', 40 'anchor_case_sensitive': 'str', 41 'anchor_case_sensitive_metadata': 'PropertyMetadata', 42 'anchor_horizontal_alignment': 'str', 43 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', 44 'anchor_ignore_if_not_present': 'str', 45 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', 46 'anchor_match_whole_word': 'str', 47 'anchor_match_whole_word_metadata': 'PropertyMetadata', 48 'anchor_string': 'str', 49 'anchor_string_metadata': 'PropertyMetadata', 50 'anchor_tab_processor_version': 'str', 51 'anchor_tab_processor_version_metadata': 'PropertyMetadata', 52 'anchor_units': 'str', 53 'anchor_units_metadata': 'PropertyMetadata', 54 'anchor_x_offset': 'str', 55 'anchor_x_offset_metadata': 'PropertyMetadata', 56 'anchor_y_offset': 'str', 57 'anchor_y_offset_metadata': 'PropertyMetadata', 58 'bold': 'str', 59 'bold_metadata': 'PropertyMetadata', 60 'caption': 'str', 61 'caption_metadata': 'PropertyMetadata', 62 'conceal_value_on_document': 'str', 63 'conceal_value_on_document_metadata': 'PropertyMetadata', 64 'conditional_parent_label': 'str', 65 'conditional_parent_label_metadata': 'PropertyMetadata', 66 'conditional_parent_value': 'str', 67 'conditional_parent_value_metadata': 'PropertyMetadata', 68 'connected_object_details': 'ConnectedObjectDetails', 69 'custom_tab_id': 'str', 70 'custom_tab_id_metadata': 'PropertyMetadata', 71 'disable_auto_size': 'str', 72 'disable_auto_size_metadata': 'PropertyMetadata', 73 'document_id': 'str', 74 'document_id_metadata': 'PropertyMetadata', 75 'error_details': 'ErrorDetails', 76 'extension_data': 'ExtensionData', 77 'font': 'str', 78 'font_color': 'str', 79 'font_color_metadata': 'PropertyMetadata', 80 'font_metadata': 'PropertyMetadata', 81 'font_size': 'str', 82 'font_size_metadata': 'PropertyMetadata', 83 'form_order': 'str', 84 'form_order_metadata': 'PropertyMetadata', 85 'form_page_label': 'str', 86 'form_page_label_metadata': 'PropertyMetadata', 87 'form_page_number': 'str', 88 'form_page_number_metadata': 'PropertyMetadata', 89 'height': 'str', 90 'height_metadata': 'PropertyMetadata', 91 'italic': 'str', 92 'italic_metadata': 'PropertyMetadata', 93 'locale_policy': 'LocalePolicyTab', 94 'locked': 'str', 95 'locked_metadata': 'PropertyMetadata', 96 'max_length': 'str', 97 'max_length_metadata': 'PropertyMetadata', 98 'max_numerical_value': 'str', 99 'merge_field': 'MergeField', 100 'merge_field_xml': 'str', 101 'min_numerical_value': 'str', 102 'name': 'str', 103 'name_metadata': 'PropertyMetadata', 104 'numerical_value': 'str', 105 'original_numerical_value': 'str', 106 'original_value': 'str', 107 'original_value_metadata': 'PropertyMetadata', 108 'page_number': 'str', 109 'page_number_metadata': 'PropertyMetadata', 110 'recipient_id': 'str', 111 'recipient_id_guid': 'str', 112 'recipient_id_guid_metadata': 'PropertyMetadata', 113 'recipient_id_metadata': 'PropertyMetadata', 114 'require_all': 'str', 115 'require_all_metadata': 'PropertyMetadata', 116 'required': 'str', 117 'required_metadata': 'PropertyMetadata', 118 'require_initial_on_shared_change': 'str', 119 'require_initial_on_shared_change_metadata': 'PropertyMetadata', 120 'sender_required': 'str', 121 'sender_required_metadata': 'PropertyMetadata', 122 'shared': 'str', 123 'shared_metadata': 'PropertyMetadata', 124 'share_to_recipients': 'str', 125 'share_to_recipients_metadata': 'PropertyMetadata', 126 'smart_contract_information': 'SmartContractInformation', 127 'source': 'str', 128 'status': 'str', 129 'status_metadata': 'PropertyMetadata', 130 'tab_fully_qualified_path': 'str', 131 'tab_group_labels': 'list[str]', 132 'tab_group_labels_metadata': 'PropertyMetadata', 133 'tab_id': 'str', 134 'tab_id_metadata': 'PropertyMetadata', 135 'tab_label': 'str', 136 'tab_label_metadata': 'PropertyMetadata', 137 'tab_order': 'str', 138 'tab_order_metadata': 'PropertyMetadata', 139 'tab_type': 'str', 140 'tab_type_metadata': 'PropertyMetadata', 141 'template_locked': 'str', 142 'template_locked_metadata': 'PropertyMetadata', 143 'template_required': 'str', 144 'template_required_metadata': 'PropertyMetadata', 145 'tooltip': 'str', 146 'tool_tip_metadata': 'PropertyMetadata', 147 'underline': 'str', 148 'underline_metadata': 'PropertyMetadata', 149 'validation_type': 'str', 150 'value': 'str', 151 'value_metadata': 'PropertyMetadata', 152 'warning_details': 'ErrorDetails', 153 'width': 'str', 154 'width_metadata': 'PropertyMetadata', 155 'x_position': 'str', 156 'x_position_metadata': 'PropertyMetadata', 157 'y_position': 'str', 158 'y_position_metadata': 'PropertyMetadata' 159 } 160 161 attribute_map = { 162 'agreement_attribute': 'agreementAttribute', 163 'agreement_attribute_locked': 'agreementAttributeLocked', 164 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', 165 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', 166 'anchor_case_sensitive': 'anchorCaseSensitive', 167 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', 168 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', 169 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', 170 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', 171 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', 172 'anchor_match_whole_word': 'anchorMatchWholeWord', 173 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', 174 'anchor_string': 'anchorString', 175 'anchor_string_metadata': 'anchorStringMetadata', 176 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 177 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', 178 'anchor_units': 'anchorUnits', 179 'anchor_units_metadata': 'anchorUnitsMetadata', 180 'anchor_x_offset': 'anchorXOffset', 181 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', 182 'anchor_y_offset': 'anchorYOffset', 183 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', 184 'bold': 'bold', 185 'bold_metadata': 'boldMetadata', 186 'caption': 'caption', 187 'caption_metadata': 'captionMetadata', 188 'conceal_value_on_document': 'concealValueOnDocument', 189 'conceal_value_on_document_metadata': 'concealValueOnDocumentMetadata', 190 'conditional_parent_label': 'conditionalParentLabel', 191 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', 192 'conditional_parent_value': 'conditionalParentValue', 193 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', 194 'connected_object_details': 'connectedObjectDetails', 195 'custom_tab_id': 'customTabId', 196 'custom_tab_id_metadata': 'customTabIdMetadata', 197 'disable_auto_size': 'disableAutoSize', 198 'disable_auto_size_metadata': 'disableAutoSizeMetadata', 199 'document_id': 'documentId', 200 'document_id_metadata': 'documentIdMetadata', 201 'error_details': 'errorDetails', 202 'extension_data': 'extensionData', 203 'font': 'font', 204 'font_color': 'fontColor', 205 'font_color_metadata': 'fontColorMetadata', 206 'font_metadata': 'fontMetadata', 207 'font_size': 'fontSize', 208 'font_size_metadata': 'fontSizeMetadata', 209 'form_order': 'formOrder', 210 'form_order_metadata': 'formOrderMetadata', 211 'form_page_label': 'formPageLabel', 212 'form_page_label_metadata': 'formPageLabelMetadata', 213 'form_page_number': 'formPageNumber', 214 'form_page_number_metadata': 'formPageNumberMetadata', 215 'height': 'height', 216 'height_metadata': 'heightMetadata', 217 'italic': 'italic', 218 'italic_metadata': 'italicMetadata', 219 'locale_policy': 'localePolicy', 220 'locked': 'locked', 221 'locked_metadata': 'lockedMetadata', 222 'max_length': 'maxLength', 223 'max_length_metadata': 'maxLengthMetadata', 224 'max_numerical_value': 'maxNumericalValue', 225 'merge_field': 'mergeField', 226 'merge_field_xml': 'mergeFieldXml', 227 'min_numerical_value': 'minNumericalValue', 228 'name': 'name', 229 'name_metadata': 'nameMetadata', 230 'numerical_value': 'numericalValue', 231 'original_numerical_value': 'originalNumericalValue', 232 'original_value': 'originalValue', 233 'original_value_metadata': 'originalValueMetadata', 234 'page_number': 'pageNumber', 235 'page_number_metadata': 'pageNumberMetadata', 236 'recipient_id': 'recipientId', 237 'recipient_id_guid': 'recipientIdGuid', 238 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', 239 'recipient_id_metadata': 'recipientIdMetadata', 240 'require_all': 'requireAll', 241 'require_all_metadata': 'requireAllMetadata', 242 'required': 'required', 243 'required_metadata': 'requiredMetadata', 244 'require_initial_on_shared_change': 'requireInitialOnSharedChange', 245 'require_initial_on_shared_change_metadata': 'requireInitialOnSharedChangeMetadata', 246 'sender_required': 'senderRequired', 247 'sender_required_metadata': 'senderRequiredMetadata', 248 'shared': 'shared', 249 'shared_metadata': 'sharedMetadata', 250 'share_to_recipients': 'shareToRecipients', 251 'share_to_recipients_metadata': 'shareToRecipientsMetadata', 252 'smart_contract_information': 'smartContractInformation', 253 'source': 'source', 254 'status': 'status', 255 'status_metadata': 'statusMetadata', 256 'tab_fully_qualified_path': 'tabFullyQualifiedPath', 257 'tab_group_labels': 'tabGroupLabels', 258 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', 259 'tab_id': 'tabId', 260 'tab_id_metadata': 'tabIdMetadata', 261 'tab_label': 'tabLabel', 262 'tab_label_metadata': 'tabLabelMetadata', 263 'tab_order': 'tabOrder', 264 'tab_order_metadata': 'tabOrderMetadata', 265 'tab_type': 'tabType', 266 'tab_type_metadata': 'tabTypeMetadata', 267 'template_locked': 'templateLocked', 268 'template_locked_metadata': 'templateLockedMetadata', 269 'template_required': 'templateRequired', 270 'template_required_metadata': 'templateRequiredMetadata', 271 'tooltip': 'tooltip', 272 'tool_tip_metadata': 'toolTipMetadata', 273 'underline': 'underline', 274 'underline_metadata': 'underlineMetadata', 275 'validation_type': 'validationType', 276 'value': 'value', 277 'value_metadata': 'valueMetadata', 278 'warning_details': 'warningDetails', 279 'width': 'width', 280 'width_metadata': 'widthMetadata', 281 'x_position': 'xPosition', 282 'x_position_metadata': 'xPositionMetadata', 283 'y_position': 'yPosition', 284 'y_position_metadata': 'yPositionMetadata' 285 } 286 287 def __init__(self, _configuration=None, **kwargs): # noqa: E501 288 """Numerical - a model defined in Swagger""" # noqa: E501 289 if _configuration is None: 290 _configuration = Configuration() 291 self._configuration = _configuration 292 293 self._agreement_attribute = None 294 self._agreement_attribute_locked = None 295 self._anchor_allow_white_space_in_characters = None 296 self._anchor_allow_white_space_in_characters_metadata = None 297 self._anchor_case_sensitive = None 298 self._anchor_case_sensitive_metadata = None 299 self._anchor_horizontal_alignment = None 300 self._anchor_horizontal_alignment_metadata = None 301 self._anchor_ignore_if_not_present = None 302 self._anchor_ignore_if_not_present_metadata = None 303 self._anchor_match_whole_word = None 304 self._anchor_match_whole_word_metadata = None 305 self._anchor_string = None 306 self._anchor_string_metadata = None 307 self._anchor_tab_processor_version = None 308 self._anchor_tab_processor_version_metadata = None 309 self._anchor_units = None 310 self._anchor_units_metadata = None 311 self._anchor_x_offset = None 312 self._anchor_x_offset_metadata = None 313 self._anchor_y_offset = None 314 self._anchor_y_offset_metadata = None 315 self._bold = None 316 self._bold_metadata = None 317 self._caption = None 318 self._caption_metadata = None 319 self._conceal_value_on_document = None 320 self._conceal_value_on_document_metadata = None 321 self._conditional_parent_label = None 322 self._conditional_parent_label_metadata = None 323 self._conditional_parent_value = None 324 self._conditional_parent_value_metadata = None 325 self._connected_object_details = None 326 self._custom_tab_id = None 327 self._custom_tab_id_metadata = None 328 self._disable_auto_size = None 329 self._disable_auto_size_metadata = None 330 self._document_id = None 331 self._document_id_metadata = None 332 self._error_details = None 333 self._extension_data = None 334 self._font = None 335 self._font_color = None 336 self._font_color_metadata = None 337 self._font_metadata = None 338 self._font_size = None 339 self._font_size_metadata = None 340 self._form_order = None 341 self._form_order_metadata = None 342 self._form_page_label = None 343 self._form_page_label_metadata = None 344 self._form_page_number = None 345 self._form_page_number_metadata = None 346 self._height = None 347 self._height_metadata = None 348 self._italic = None 349 self._italic_metadata = None 350 self._locale_policy = None 351 self._locked = None 352 self._locked_metadata = None 353 self._max_length = None 354 self._max_length_metadata = None 355 self._max_numerical_value = None 356 self._merge_field = None 357 self._merge_field_xml = None 358 self._min_numerical_value = None 359 self._name = None 360 self._name_metadata = None 361 self._numerical_value = None 362 self._original_numerical_value = None 363 self._original_value = None 364 self._original_value_metadata = None 365 self._page_number = None 366 self._page_number_metadata = None 367 self._recipient_id = None 368 self._recipient_id_guid = None 369 self._recipient_id_guid_metadata = None 370 self._recipient_id_metadata = None 371 self._require_all = None 372 self._require_all_metadata = None 373 self._required = None 374 self._required_metadata = None 375 self._require_initial_on_shared_change = None 376 self._require_initial_on_shared_change_metadata = None 377 self._sender_required = None 378 self._sender_required_metadata = None 379 self._shared = None 380 self._shared_metadata = None 381 self._share_to_recipients = None 382 self._share_to_recipients_metadata = None 383 self._smart_contract_information = None 384 self._source = None 385 self._status = None 386 self._status_metadata = None 387 self._tab_fully_qualified_path = None 388 self._tab_group_labels = None 389 self._tab_group_labels_metadata = None 390 self._tab_id = None 391 self._tab_id_metadata = None 392 self._tab_label = None 393 self._tab_label_metadata = None 394 self._tab_order = None 395 self._tab_order_metadata = None 396 self._tab_type = None 397 self._tab_type_metadata = None 398 self._template_locked = None 399 self._template_locked_metadata = None 400 self._template_required = None 401 self._template_required_metadata = None 402 self._tooltip = None 403 self._tool_tip_metadata = None 404 self._underline = None 405 self._underline_metadata = None 406 self._validation_type = None 407 self._value = None 408 self._value_metadata = None 409 self._warning_details = None 410 self._width = None 411 self._width_metadata = None 412 self._x_position = None 413 self._x_position_metadata = None 414 self._y_position = None 415 self._y_position_metadata = None 416 self.discriminator = None 417 418 setattr(self, "_{}".format('agreement_attribute'), kwargs.get('agreement_attribute', None)) 419 setattr(self, "_{}".format('agreement_attribute_locked'), kwargs.get('agreement_attribute_locked', None)) 420 setattr(self, "_{}".format('anchor_allow_white_space_in_characters'), kwargs.get('anchor_allow_white_space_in_characters', None)) 421 setattr(self, "_{}".format('anchor_allow_white_space_in_characters_metadata'), kwargs.get('anchor_allow_white_space_in_characters_metadata', None)) 422 setattr(self, "_{}".format('anchor_case_sensitive'), kwargs.get('anchor_case_sensitive', None)) 423 setattr(self, "_{}".format('anchor_case_sensitive_metadata'), kwargs.get('anchor_case_sensitive_metadata', None)) 424 setattr(self, "_{}".format('anchor_horizontal_alignment'), kwargs.get('anchor_horizontal_alignment', None)) 425 setattr(self, "_{}".format('anchor_horizontal_alignment_metadata'), kwargs.get('anchor_horizontal_alignment_metadata', None)) 426 setattr(self, "_{}".format('anchor_ignore_if_not_present'), kwargs.get('anchor_ignore_if_not_present', None)) 427 setattr(self, "_{}".format('anchor_ignore_if_not_present_metadata'), kwargs.get('anchor_ignore_if_not_present_metadata', None)) 428 setattr(self, "_{}".format('anchor_match_whole_word'), kwargs.get('anchor_match_whole_word', None)) 429 setattr(self, "_{}".format('anchor_match_whole_word_metadata'), kwargs.get('anchor_match_whole_word_metadata', None)) 430 setattr(self, "_{}".format('anchor_string'), kwargs.get('anchor_string', None)) 431 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) 432 setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) 433 setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) 434 setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) 435 setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) 436 setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) 437 setattr(self, "_{}".format('anchor_x_offset_metadata'), kwargs.get('anchor_x_offset_metadata', None)) 438 setattr(self, "_{}".format('anchor_y_offset'), kwargs.get('anchor_y_offset', None)) 439 setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None)) 440 setattr(self, "_{}".format('bold'), kwargs.get('bold', None)) 441 setattr(self, "_{}".format('bold_metadata'), kwargs.get('bold_metadata', None)) 442 setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) 443 setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) 444 setattr(self, "_{}".format('conceal_value_on_document'), kwargs.get('conceal_value_on_document', None)) 445 setattr(self, "_{}".format('conceal_value_on_document_metadata'), kwargs.get('conceal_value_on_document_metadata', None)) 446 setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None)) 447 setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None)) 448 setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None)) 449 setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None)) 450 setattr(self, "_{}".format('connected_object_details'), kwargs.get('connected_object_details', None)) 451 setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None)) 452 setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None)) 453 setattr(self, "_{}".format('disable_auto_size'), kwargs.get('disable_auto_size', None)) 454 setattr(self, "_{}".format('disable_auto_size_metadata'), kwargs.get('disable_auto_size_metadata', None)) 455 setattr(self, "_{}".format('document_id'), kwargs.get('document_id', None)) 456 setattr(self, "_{}".format('document_id_metadata'), kwargs.get('document_id_metadata', None)) 457 setattr(self, "_{}".format('error_details'), kwargs.get('error_details', None)) 458 setattr(self, "_{}".format('extension_data'), kwargs.get('extension_data', None)) 459 setattr(self, "_{}".format('font'), kwargs.get('font', None)) 460 setattr(self, "_{}".format('font_color'), kwargs.get('font_color', None)) 461 setattr(self, "_{}".format('font_color_metadata'), kwargs.get('font_color_metadata', None)) 462 setattr(self, "_{}".format('font_metadata'), kwargs.get('font_metadata', None)) 463 setattr(self, "_{}".format('font_size'), kwargs.get('font_size', None)) 464 setattr(self, "_{}".format('font_size_metadata'), kwargs.get('font_size_metadata', None)) 465 setattr(self, "_{}".format('form_order'), kwargs.get('form_order', None)) 466 setattr(self, "_{}".format('form_order_metadata'), kwargs.get('form_order_metadata', None)) 467 setattr(self, "_{}".format('form_page_label'), kwargs.get('form_page_label', None)) 468 setattr(self, "_{}".format('form_page_label_metadata'), kwargs.get('form_page_label_metadata', None)) 469 setattr(self, "_{}".format('form_page_number'), kwargs.get('form_page_number', None)) 470 setattr(self, "_{}".format('form_page_number_metadata'), kwargs.get('form_page_number_metadata', None)) 471 setattr(self, "_{}".format('height'), kwargs.get('height', None)) 472 setattr(self, "_{}".format('height_metadata'), kwargs.get('height_metadata', None)) 473 setattr(self, "_{}".format('italic'), kwargs.get('italic', None)) 474 setattr(self, "_{}".format('italic_metadata'), kwargs.get('italic_metadata', None)) 475 setattr(self, "_{}".format('locale_policy'), kwargs.get('locale_policy', None)) 476 setattr(self, "_{}".format('locked'), kwargs.get('locked', None)) 477 setattr(self, "_{}".format('locked_metadata'), kwargs.get('locked_metadata', None)) 478 setattr(self, "_{}".format('max_length'), kwargs.get('max_length', None)) 479 setattr(self, "_{}".format('max_length_metadata'), kwargs.get('max_length_metadata', None)) 480 setattr(self, "_{}".format('max_numerical_value'), kwargs.get('max_numerical_value', None)) 481 setattr(self, "_{}".format('merge_field'), kwargs.get('merge_field', None)) 482 setattr(self, "_{}".format('merge_field_xml'), kwargs.get('merge_field_xml', None)) 483 setattr(self, "_{}".format('min_numerical_value'), kwargs.get('min_numerical_value', None)) 484 setattr(self, "_{}".format('name'), kwargs.get('name', None)) 485 setattr(self, "_{}".format('name_metadata'), kwargs.get('name_metadata', None)) 486 setattr(self, "_{}".format('numerical_value'), kwargs.get('numerical_value', None)) 487 setattr(self, "_{}".format('original_numerical_value'), kwargs.get('original_numerical_value', None)) 488 setattr(self, "_{}".format('original_value'), kwargs.get('original_value', None)) 489 setattr(self, "_{}".format('original_value_metadata'), kwargs.get('original_value_metadata', None)) 490 setattr(self, "_{}".format('page_number'), kwargs.get('page_number', None)) 491 setattr(self, "_{}".format('page_number_metadata'), kwargs.get('page_number_metadata', None)) 492 setattr(self, "_{}".format('recipient_id'), kwargs.get('recipient_id', None)) 493 setattr(self, "_{}".format('recipient_id_guid'), kwargs.get('recipient_id_guid', None)) 494 setattr(self, "_{}".format('recipient_id_guid_metadata'), kwargs.get('recipient_id_guid_metadata', None)) 495 setattr(self, "_{}".format('recipient_id_metadata'), kwargs.get('recipient_id_metadata', None)) 496 setattr(self, "_{}".format('require_all'), kwargs.get('require_all', None)) 497 setattr(self, "_{}".format('require_all_metadata'), kwargs.get('require_all_metadata', None)) 498 setattr(self, "_{}".format('required'), kwargs.get('required', None)) 499 setattr(self, "_{}".format('required_metadata'), kwargs.get('required_metadata', None)) 500 setattr(self, "_{}".format('require_initial_on_shared_change'), kwargs.get('require_initial_on_shared_change', None)) 501 setattr(self, "_{}".format('require_initial_on_shared_change_metadata'), kwargs.get('require_initial_on_shared_change_metadata', None)) 502 setattr(self, "_{}".format('sender_required'), kwargs.get('sender_required', None)) 503 setattr(self, "_{}".format('sender_required_metadata'), kwargs.get('sender_required_metadata', None)) 504 setattr(self, "_{}".format('shared'), kwargs.get('shared', None)) 505 setattr(self, "_{}".format('shared_metadata'), kwargs.get('shared_metadata', None)) 506 setattr(self, "_{}".format('share_to_recipients'), kwargs.get('share_to_recipients', None)) 507 setattr(self, "_{}".format('share_to_recipients_metadata'), kwargs.get('share_to_recipients_metadata', None)) 508 setattr(self, "_{}".format('smart_contract_information'), kwargs.get('smart_contract_information', None)) 509 setattr(self, "_{}".format('source'), kwargs.get('source', None)) 510 setattr(self, "_{}".format('status'), kwargs.get('status', None)) 511 setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None)) 512 setattr(self, "_{}".format('tab_fully_qualified_path'), kwargs.get('tab_fully_qualified_path', None)) 513 setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None)) 514 setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None)) 515 setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None)) 516 setattr(self, "_{}".format('tab_id_metadata'), kwargs.get('tab_id_metadata', None)) 517 setattr(self, "_{}".format('tab_label'), kwargs.get('tab_label', None)) 518 setattr(self, "_{}".format('tab_label_metadata'), kwargs.get('tab_label_metadata', None)) 519 setattr(self, "_{}".format('tab_order'), kwargs.get('tab_order', None)) 520 setattr(self, "_{}".format('tab_order_metadata'), kwargs.get('tab_order_metadata', None)) 521 setattr(self, "_{}".format('tab_type'), kwargs.get('tab_type', None)) 522 setattr(self, "_{}".format('tab_type_metadata'), kwargs.get('tab_type_metadata', None)) 523 setattr(self, "_{}".format('template_locked'), kwargs.get('template_locked', None)) 524 setattr(self, "_{}".format('template_locked_metadata'), kwargs.get('template_locked_metadata', None)) 525 setattr(self, "_{}".format('template_required'), kwargs.get('template_required', None)) 526 setattr(self, "_{}".format('template_required_metadata'), kwargs.get('template_required_metadata', None)) 527 setattr(self, "_{}".format('tooltip'), kwargs.get('tooltip', None)) 528 setattr(self, "_{}".format('tool_tip_metadata'), kwargs.get('tool_tip_metadata', None)) 529 setattr(self, "_{}".format('underline'), kwargs.get('underline', None)) 530 setattr(self, "_{}".format('underline_metadata'), kwargs.get('underline_metadata', None)) 531 setattr(self, "_{}".format('validation_type'), kwargs.get('validation_type', None)) 532 setattr(self, "_{}".format('value'), kwargs.get('value', None)) 533 setattr(self, "_{}".format('value_metadata'), kwargs.get('value_metadata', None)) 534 setattr(self, "_{}".format('warning_details'), kwargs.get('warning_details', None)) 535 setattr(self, "_{}".format('width'), kwargs.get('width', None)) 536 setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None)) 537 setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None)) 538 setattr(self, "_{}".format('x_position_metadata'), kwargs.get('x_position_metadata', None)) 539 setattr(self, "_{}".format('y_position'), kwargs.get('y_position', None)) 540 setattr(self, "_{}".format('y_position_metadata'), kwargs.get('y_position_metadata', None)) 541 542 @property 543 def agreement_attribute(self): 544 """Gets the agreement_attribute of this Numerical. # noqa: E501 545 546 # noqa: E501 547 548 :return: The agreement_attribute of this Numerical. # noqa: E501 549 :rtype: str 550 """ 551 return self._agreement_attribute 552 553 @agreement_attribute.setter 554 def agreement_attribute(self, agreement_attribute): 555 """Sets the agreement_attribute of this Numerical. 556 557 # noqa: E501 558 559 :param agreement_attribute: The agreement_attribute of this Numerical. # noqa: E501 560 :type: str 561 """ 562 563 self._agreement_attribute = agreement_attribute 564 565 @property 566 def agreement_attribute_locked(self): 567 """Gets the agreement_attribute_locked of this Numerical. # noqa: E501 568 569 # noqa: E501 570 571 :return: The agreement_attribute_locked of this Numerical. # noqa: E501 572 :rtype: str 573 """ 574 return self._agreement_attribute_locked 575 576 @agreement_attribute_locked.setter 577 def agreement_attribute_locked(self, agreement_attribute_locked): 578 """Sets the agreement_attribute_locked of this Numerical. 579 580 # noqa: E501 581 582 :param agreement_attribute_locked: The agreement_attribute_locked of this Numerical. # noqa: E501 583 :type: str 584 """ 585 586 self._agreement_attribute_locked = agreement_attribute_locked 587 588 @property 589 def anchor_allow_white_space_in_characters(self): 590 """Gets the anchor_allow_white_space_in_characters of this Numerical. # noqa: E501 591 592 # noqa: E501 593 594 :return: The anchor_allow_white_space_in_characters of this Numerical. # noqa: E501 595 :rtype: str 596 """ 597 return self._anchor_allow_white_space_in_characters 598 599 @anchor_allow_white_space_in_characters.setter 600 def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_characters): 601 """Sets the anchor_allow_white_space_in_characters of this Numerical. 602 603 # noqa: E501 604 605 :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this Numerical. # noqa: E501 606 :type: str 607 """ 608 609 self._anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters 610 611 @property 612 def anchor_allow_white_space_in_characters_metadata(self): 613 """Gets the anchor_allow_white_space_in_characters_metadata of this Numerical. # noqa: E501 614 615 # noqa: E501 616 617 :return: The anchor_allow_white_space_in_characters_metadata of this Numerical. # noqa: E501 618 :rtype: PropertyMetadata 619 """ 620 return self._anchor_allow_white_space_in_characters_metadata 621 622 @anchor_allow_white_space_in_characters_metadata.setter 623 def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_space_in_characters_metadata): 624 """Sets the anchor_allow_white_space_in_characters_metadata of this Numerical. 625 626 # noqa: E501 627 628 :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this Numerical. # noqa: E501 629 :type: PropertyMetadata 630 """ 631 632 self._anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata 633 634 @property 635 def anchor_case_sensitive(self): 636 """Gets the anchor_case_sensitive of this Numerical. # noqa: E501 637 638 When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 639 640 :return: The anchor_case_sensitive of this Numerical. # noqa: E501 641 :rtype: str 642 """ 643 return self._anchor_case_sensitive 644 645 @anchor_case_sensitive.setter 646 def anchor_case_sensitive(self, anchor_case_sensitive): 647 """Sets the anchor_case_sensitive of this Numerical. 648 649 When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 650 651 :param anchor_case_sensitive: The anchor_case_sensitive of this Numerical. # noqa: E501 652 :type: str 653 """ 654 655 self._anchor_case_sensitive = anchor_case_sensitive 656 657 @property 658 def anchor_case_sensitive_metadata(self): 659 """Gets the anchor_case_sensitive_metadata of this Numerical. # noqa: E501 660 661 # noqa: E501 662 663 :return: The anchor_case_sensitive_metadata of this Numerical. # noqa: E501 664 :rtype: PropertyMetadata 665 """ 666 return self._anchor_case_sensitive_metadata 667 668 @anchor_case_sensitive_metadata.setter 669 def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): 670 """Sets the anchor_case_sensitive_metadata of this Numerical. 671 672 # noqa: E501 673 674 :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this Numerical. # noqa: E501 675 :type: PropertyMetadata 676 """ 677 678 self._anchor_case_sensitive_metadata = anchor_case_sensitive_metadata 679 680 @property 681 def anchor_horizontal_alignment(self): 682 """Gets the anchor_horizontal_alignment of this Numerical. # noqa: E501 683 684 Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 685 686 :return: The anchor_horizontal_alignment of this Numerical. # noqa: E501 687 :rtype: str 688 """ 689 return self._anchor_horizontal_alignment 690 691 @anchor_horizontal_alignment.setter 692 def anchor_horizontal_alignment(self, anchor_horizontal_alignment): 693 """Sets the anchor_horizontal_alignment of this Numerical. 694 695 Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 696 697 :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this Numerical. # noqa: E501 698 :type: str 699 """ 700 701 self._anchor_horizontal_alignment = anchor_horizontal_alignment 702 703 @property 704 def anchor_horizontal_alignment_metadata(self): 705 """Gets the anchor_horizontal_alignment_metadata of this Numerical. # noqa: E501 706 707 # noqa: E501 708 709 :return: The anchor_horizontal_alignment_metadata of this Numerical. # noqa: E501 710 :rtype: PropertyMetadata 711 """ 712 return self._anchor_horizontal_alignment_metadata 713 714 @anchor_horizontal_alignment_metadata.setter 715 def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metadata): 716 """Sets the anchor_horizontal_alignment_metadata of this Numerical. 717 718 # noqa: E501 719 720 :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this Numerical. # noqa: E501 721 :type: PropertyMetadata 722 """ 723 724 self._anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata 725 726 @property 727 def anchor_ignore_if_not_present(self): 728 """Gets the anchor_ignore_if_not_present of this Numerical. # noqa: E501 729 730 When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 731 732 :return: The anchor_ignore_if_not_present of this Numerical. # noqa: E501 733 :rtype: str 734 """ 735 return self._anchor_ignore_if_not_present 736 737 @anchor_ignore_if_not_present.setter 738 def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): 739 """Sets the anchor_ignore_if_not_present of this Numerical. 740 741 When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 742 743 :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this Numerical. # noqa: E501 744 :type: str 745 """ 746 747 self._anchor_ignore_if_not_present = anchor_ignore_if_not_present 748 749 @property 750 def anchor_ignore_if_not_present_metadata(self): 751 """Gets the anchor_ignore_if_not_present_metadata of this Numerical. # noqa: E501 752 753 # noqa: E501 754 755 :return: The anchor_ignore_if_not_present_metadata of this Numerical. # noqa: E501 756 :rtype: PropertyMetadata 757 """ 758 return self._anchor_ignore_if_not_present_metadata 759 760 @anchor_ignore_if_not_present_metadata.setter 761 def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_metadata): 762 """Sets the anchor_ignore_if_not_present_metadata of this Numerical. 763 764 # noqa: E501 765 766 :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this Numerical. # noqa: E501 767 :type: PropertyMetadata 768 """ 769 770 self._anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata 771 772 @property 773 def anchor_match_whole_word(self): 774 """Gets the anchor_match_whole_word of this Numerical. # noqa: E501 775 776 When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 777 778 :return: The anchor_match_whole_word of this Numerical. # noqa: E501 779 :rtype: str 780 """ 781 return self._anchor_match_whole_word 782 783 @anchor_match_whole_word.setter 784 def anchor_match_whole_word(self, anchor_match_whole_word): 785 """Sets the anchor_match_whole_word of this Numerical. 786 787 When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 788 789 :param anchor_match_whole_word: The anchor_match_whole_word of this Numerical. # noqa: E501 790 :type: str 791 """ 792 793 self._anchor_match_whole_word = anchor_match_whole_word 794 795 @property 796 def anchor_match_whole_word_metadata(self): 797 """Gets the anchor_match_whole_word_metadata of this Numerical. # noqa: E501 798 799 # noqa: E501 800 801 :return: The anchor_match_whole_word_metadata of this Numerical. # noqa: E501 802 :rtype: PropertyMetadata 803 """ 804 return self._anchor_match_whole_word_metadata 805 806 @anchor_match_whole_word_metadata.setter 807 def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): 808 """Sets the anchor_match_whole_word_metadata of this Numerical. 809 810 # noqa: E501 811 812 :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this Numerical. # noqa: E501 813 :type: PropertyMetadata 814 """ 815 816 self._anchor_match_whole_word_metadata = anchor_match_whole_word_metadata 817 818 @property 819 def anchor_string(self): 820 """Gets the anchor_string of this Numerical. # noqa: E501 821 822 Anchor text information for a radio button. # noqa: E501 823 824 :return: The anchor_string of this Numerical. # noqa: E501 825 :rtype: str 826 """ 827 return self._anchor_string 828 829 @anchor_string.setter 830 def anchor_string(self, anchor_string): 831 """Sets the anchor_string of this Numerical. 832 833 Anchor text information for a radio button. # noqa: E501 834 835 :param anchor_string: The anchor_string of this Numerical. # noqa: E501 836 :type: str 837 """ 838 839 self._anchor_string = anchor_string 840 841 @property 842 def anchor_string_metadata(self): 843 """Gets the anchor_string_metadata of this Numerical. # noqa: E501 844 845 # noqa: E501 846 847 :return: The anchor_string_metadata of this Numerical. # noqa: E501 848 :rtype: PropertyMetadata 849 """ 850 return self._anchor_string_metadata 851 852 @anchor_string_metadata.setter 853 def anchor_string_metadata(self, anchor_string_metadata): 854 """Sets the anchor_string_metadata of this Numerical. 855 856 # noqa: E501 857 858 :param anchor_string_metadata: The anchor_string_metadata of this Numerical. # noqa: E501 859 :type: PropertyMetadata 860 """ 861 862 self._anchor_string_metadata = anchor_string_metadata 863 864 @property 865 def anchor_tab_processor_version(self): 866 """Gets the anchor_tab_processor_version of this Numerical. # noqa: E501 867 868 # noqa: E501 869 870 :return: The anchor_tab_processor_version of this Numerical. # noqa: E501 871 :rtype: str 872 """ 873 return self._anchor_tab_processor_version 874 875 @anchor_tab_processor_version.setter 876 def anchor_tab_processor_version(self, anchor_tab_processor_version): 877 """Sets the anchor_tab_processor_version of this Numerical. 878 879 # noqa: E501 880 881 :param anchor_tab_processor_version: The anchor_tab_processor_version of this Numerical. # noqa: E501 882 :type: str 883 """ 884 885 self._anchor_tab_processor_version = anchor_tab_processor_version 886 887 @property 888 def anchor_tab_processor_version_metadata(self): 889 """Gets the anchor_tab_processor_version_metadata of this Numerical. # noqa: E501 890 891 # noqa: E501 892 893 :return: The anchor_tab_processor_version_metadata of this Numerical. # noqa: E501 894 :rtype: PropertyMetadata 895 """ 896 return self._anchor_tab_processor_version_metadata 897 898 @anchor_tab_processor_version_metadata.setter 899 def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_metadata): 900 """Sets the anchor_tab_processor_version_metadata of this Numerical. 901 902 # noqa: E501 903 904 :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this Numerical. # noqa: E501 905 :type: PropertyMetadata 906 """ 907 908 self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata 909 910 @property 911 def anchor_units(self): 912 """Gets the anchor_units of this Numerical. # noqa: E501 913 914 Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 915 916 :return: The anchor_units of this Numerical. # noqa: E501 917 :rtype: str 918 """ 919 return self._anchor_units 920 921 @anchor_units.setter 922 def anchor_units(self, anchor_units): 923 """Sets the anchor_units of this Numerical. 924 925 Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 926 927 :param anchor_units: The anchor_units of this Numerical. # noqa: E501 928 :type: str 929 """ 930 931 self._anchor_units = anchor_units 932 933 @property 934 def anchor_units_metadata(self): 935 """Gets the anchor_units_metadata of this Numerical. # noqa: E501 936 937 # noqa: E501 938 939 :return: The anchor_units_metadata of this Numerical. # noqa: E501 940 :rtype: PropertyMetadata 941 """ 942 return self._anchor_units_metadata 943 944 @anchor_units_metadata.setter 945 def anchor_units_metadata(self, anchor_units_metadata): 946 """Sets the anchor_units_metadata of this Numerical. 947 948 # noqa: E501 949 950 :param anchor_units_metadata: The anchor_units_metadata of this Numerical. # noqa: E501 951 :type: PropertyMetadata 952 """ 953 954 self._anchor_units_metadata = anchor_units_metadata 955 956 @property 957 def anchor_x_offset(self): 958 """Gets the anchor_x_offset of this Numerical. # noqa: E501 959 960 Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 961 962 :return: The anchor_x_offset of this Numerical. # noqa: E501 963 :rtype: str 964 """ 965 return self._anchor_x_offset 966 967 @anchor_x_offset.setter 968 def anchor_x_offset(self, anchor_x_offset): 969 """Sets the anchor_x_offset of this Numerical. 970 971 Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 972 973 :param anchor_x_offset: The anchor_x_offset of this Numerical. # noqa: E501 974 :type: str 975 """ 976 977 self._anchor_x_offset = anchor_x_offset 978 979 @property 980 def anchor_x_offset_metadata(self): 981 """Gets the anchor_x_offset_metadata of this Numerical. # noqa: E501 982 983 # noqa: E501 984 985 :return: The anchor_x_offset_metadata of this Numerical. # noqa: E501 986 :rtype: PropertyMetadata 987 """ 988 return self._anchor_x_offset_metadata 989 990 @anchor_x_offset_metadata.setter 991 def anchor_x_offset_metadata(self, anchor_x_offset_metadata): 992 """Sets the anchor_x_offset_metadata of this Numerical. 993 994 # noqa: E501 995 996 :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this Numerical. # noqa: E501 997 :type: PropertyMetadata 998 """ 999 1000 self._anchor_x_offset_metadata = anchor_x_offset_metadata 1001 1002 @property 1003 def anchor_y_offset(self): 1004 """Gets the anchor_y_offset of this Numerical. # noqa: E501 1005 1006 Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 1007 1008 :return: The anchor_y_offset of this Numerical. # noqa: E501 1009 :rtype: str 1010 """ 1011 return self._anchor_y_offset 1012 1013 @anchor_y_offset.setter 1014 def anchor_y_offset(self, anchor_y_offset): 1015 """Sets the anchor_y_offset of this Numerical. 1016 1017 Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 1018 1019 :param anchor_y_offset: The anchor_y_offset of this Numerical. # noqa: E501 1020 :type: str 1021 """ 1022 1023 self._anchor_y_offset = anchor_y_offset 1024 1025 @property 1026 def anchor_y_offset_metadata(self): 1027 """Gets the anchor_y_offset_metadata of this Numerical. # noqa: E501 1028 1029 # noqa: E501 1030 1031 :return: The anchor_y_offset_metadata of this Numerical. # noqa: E501 1032 :rtype: PropertyMetadata 1033 """ 1034 return self._anchor_y_offset_metadata 1035 1036 @anchor_y_offset_metadata.setter 1037 def anchor_y_offset_metadata(self, anchor_y_offset_metadata): 1038 """Sets the anchor_y_offset_metadata of this Numerical. 1039 1040 # noqa: E501 1041 1042 :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this Numerical. # noqa: E501 1043 :type: PropertyMetadata 1044 """ 1045 1046 self._anchor_y_offset_metadata = anchor_y_offset_metadata 1047 1048 @property 1049 def bold(self): 1050 """Gets the bold of this Numerical. # noqa: E501 1051 1052 When set to **true**, the information in the tab is bold. # noqa: E501 1053 1054 :return: The bold of this Numerical. # noqa: E501 1055 :rtype: str 1056 """ 1057 return self._bold 1058 1059 @bold.setter 1060 def bold(self, bold): 1061 """Sets the bold of this Numerical. 1062 1063 When set to **true**, the information in the tab is bold. # noqa: E501 1064 1065 :param bold: The bold of this Numerical. # noqa: E501 1066 :type: str 1067 """ 1068 1069 self._bold = bold 1070 1071 @property 1072 def bold_metadata(self): 1073 """Gets the bold_metadata of this Numerical. # noqa: E501 1074 1075 # noqa: E501 1076 1077 :return: The bold_metadata of this Numerical. # noqa: E501 1078 :rtype: PropertyMetadata 1079 """ 1080 return self._bold_metadata 1081 1082 @bold_metadata.setter 1083 def bold_metadata(self, bold_metadata): 1084 """Sets the bold_metadata of this Numerical. 1085 1086 # noqa: E501 1087 1088 :param bold_metadata: The bold_metadata of this Numerical. # noqa: E501 1089 :type: PropertyMetadata 1090 """ 1091 1092 self._bold_metadata = bold_metadata 1093 1094 @property 1095 def caption(self): 1096 """Gets the caption of this Numerical. # noqa: E501 1097 1098 # noqa: E501 1099 1100 :return: The caption of this Numerical. # noqa: E501 1101 :rtype: str 1102 """ 1103 return self._caption 1104 1105 @caption.setter 1106 def caption(self, caption): 1107 """Sets the caption of this Numerical. 1108 1109 # noqa: E501 1110 1111 :param caption: The caption of this Numerical. # noqa: E501 1112 :type: str 1113 """ 1114 1115 self._caption = caption 1116 1117 @property 1118 def caption_metadata(self): 1119 """Gets the caption_metadata of this Numerical. # noqa: E501 1120 1121 # noqa: E501 1122 1123 :return: The caption_metadata of this Numerical. # noqa: E501 1124 :rtype: PropertyMetadata 1125 """ 1126 return self._caption_metadata 1127 1128 @caption_metadata.setter 1129 def caption_metadata(self, caption_metadata): 1130 """Sets the caption_metadata of this Numerical. 1131 1132 # noqa: E501 1133 1134 :param caption_metadata: The caption_metadata of this Numerical. # noqa: E501 1135 :type: PropertyMetadata 1136 """ 1137 1138 self._caption_metadata = caption_metadata 1139 1140 @property 1141 def conceal_value_on_document(self): 1142 """Gets the conceal_value_on_document of this Numerical. # noqa: E501 1143 1144 When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes. # noqa: E501 1145 1146 :return: The conceal_value_on_document of this Numerical. # noqa: E501 1147 :rtype: str 1148 """ 1149 return self._conceal_value_on_document 1150 1151 @conceal_value_on_document.setter 1152 def conceal_value_on_document(self, conceal_value_on_document): 1153 """Sets the conceal_value_on_document of this Numerical. 1154 1155 When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes. # noqa: E501 1156 1157 :param conceal_value_on_document: The conceal_value_on_document of this Numerical. # noqa: E501 1158 :type: str 1159 """ 1160 1161 self._conceal_value_on_document = conceal_value_on_document 1162 1163 @property 1164 def conceal_value_on_document_metadata(self): 1165 """Gets the conceal_value_on_document_metadata of this Numerical. # noqa: E501 1166 1167 # noqa: E501 1168 1169 :return: The conceal_value_on_document_metadata of this Numerical. # noqa: E501 1170 :rtype: PropertyMetadata 1171 """ 1172 return self._conceal_value_on_document_metadata 1173 1174 @conceal_value_on_document_metadata.setter 1175 def conceal_value_on_document_metadata(self, conceal_value_on_document_metadata): 1176 """Sets the conceal_value_on_document_metadata of this Numerical. 1177 1178 # noqa: E501 1179 1180 :param conceal_value_on_document_metadata: The conceal_value_on_document_metadata of this Numerical. # noqa: E501 1181 :type: PropertyMetadata 1182 """ 1183 1184 self._conceal_value_on_document_metadata = conceal_value_on_document_metadata 1185 1186 @property 1187 def conditional_parent_label(self): 1188 """Gets the conditional_parent_label of this Numerical. # noqa: E501 1189 1190 For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 1191 1192 :return: The conditional_parent_label of this Numerical. # noqa: E501 1193 :rtype: str 1194 """ 1195 return self._conditional_parent_label 1196 1197 @conditional_parent_label.setter 1198 def conditional_parent_label(self, conditional_parent_label): 1199 """Sets the conditional_parent_label of this Numerical. 1200 1201 For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 1202 1203 :param conditional_parent_label: The conditional_parent_label of this Numerical. # noqa: E501 1204 :type: str 1205 """ 1206 1207 self._conditional_parent_label = conditional_parent_label 1208 1209 @property 1210 def conditional_parent_label_metadata(self): 1211 """Gets the conditional_parent_label_metadata of this Numerical. # noqa: E501 1212 1213 # noqa: E501 1214 1215 :return: The conditional_parent_label_metadata of this Numerical. # noqa: E501 1216 :rtype: PropertyMetadata 1217 """ 1218 return self._conditional_parent_label_metadata 1219 1220 @conditional_parent_label_metadata.setter 1221 def conditional_parent_label_metadata(self, conditional_parent_label_metadata): 1222 """Sets the conditional_parent_label_metadata of this Numerical. 1223 1224 # noqa: E501 1225 1226 :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this Numerical. # noqa: E501 1227 :type: PropertyMetadata 1228 """ 1229 1230 self._conditional_parent_label_metadata = conditional_parent_label_metadata 1231 1232 @property 1233 def conditional_parent_value(self): 1234 """Gets the conditional_parent_value of this Numerical. # noqa: E501 1235 1236 For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 1237 1238 :return: The conditional_parent_value of this Numerical. # noqa: E501 1239 :rtype: str 1240 """ 1241 return self._conditional_parent_value 1242 1243 @conditional_parent_value.setter 1244 def conditional_parent_value(self, conditional_parent_value): 1245 """Sets the conditional_parent_value of this Numerical. 1246 1247 For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 1248 1249 :param conditional_parent_value: The conditional_parent_value of this Numerical. # noqa: E501 1250 :type: str 1251 """ 1252 1253 self._conditional_parent_value = conditional_parent_value 1254 1255 @property 1256 def conditional_parent_value_metadata(self): 1257 """Gets the conditional_parent_value_metadata of this Numerical. # noqa: E501 1258 1259 # noqa: E501 1260 1261 :return: The conditional_parent_value_metadata of this Numerical. # noqa: E501 1262 :rtype: PropertyMetadata 1263 """ 1264 return self._conditional_parent_value_metadata 1265 1266 @conditional_parent_value_metadata.setter 1267 def conditional_parent_value_metadata(self, conditional_parent_value_metadata): 1268 """Sets the conditional_parent_value_metadata of this Numerical. 1269 1270 # noqa: E501 1271 1272 :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this Numerical. # noqa: E501 1273 :type: PropertyMetadata 1274 """ 1275 1276 self._conditional_parent_value_metadata = conditional_parent_value_metadata 1277 1278 @property 1279 def connected_object_details(self): 1280 """Gets the connected_object_details of this Numerical. # noqa: E501 1281 1282 # noqa: E501 1283 1284 :return: The connected_object_details of this Numerical. # noqa: E501 1285 :rtype: ConnectedObjectDetails 1286 """ 1287 return self._connected_object_details 1288 1289 @connected_object_details.setter 1290 def connected_object_details(self, connected_object_details): 1291 """Sets the connected_object_details of this Numerical. 1292 1293 # noqa: E501 1294 1295 :param connected_object_details: The connected_object_details of this Numerical. # noqa: E501 1296 :type: ConnectedObjectDetails 1297 """ 1298 1299 self._connected_object_details = connected_object_details 1300 1301 @property 1302 def custom_tab_id(self): 1303 """Gets the custom_tab_id of this Numerical. # noqa: E501 1304 1305 The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 1306 1307 :return: The custom_tab_id of this Numerical. # noqa: E501 1308 :rtype: str 1309 """ 1310 return self._custom_tab_id 1311 1312 @custom_tab_id.setter 1313 def custom_tab_id(self, custom_tab_id): 1314 """Sets the custom_tab_id of this Numerical. 1315 1316 The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 1317 1318 :param custom_tab_id: The custom_tab_id of this Numerical. # noqa: E501 1319 :type: str 1320 """ 1321 1322 self._custom_tab_id = custom_tab_id 1323 1324 @property 1325 def custom_tab_id_metadata(self): 1326 """Gets the custom_tab_id_metadata of this Numerical. # noqa: E501 1327 1328 # noqa: E501 1329 1330 :return: The custom_tab_id_metadata of this Numerical. # noqa: E501 1331 :rtype: PropertyMetadata 1332 """ 1333 return self._custom_tab_id_metadata 1334 1335 @custom_tab_id_metadata.setter 1336 def custom_tab_id_metadata(self, custom_tab_id_metadata): 1337 """Sets the custom_tab_id_metadata of this Numerical. 1338 1339 # noqa: E501 1340 1341 :param custom_tab_id_metadata: The custom_tab_id_metadata of this Numerical. # noqa: E501 1342 :type: PropertyMetadata 1343 """ 1344 1345 self._custom_tab_id_metadata = custom_tab_id_metadata 1346 1347 @property 1348 def disable_auto_size(self): 1349 """Gets the disable_auto_size of this Numerical. # noqa: E501 1350 1351 When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes. # noqa: E501 1352 1353 :return: The disable_auto_size of this Numerical. # noqa: E501 1354 :rtype: str 1355 """ 1356 return self._disable_auto_size 1357 1358 @disable_auto_size.setter 1359 def disable_auto_size(self, disable_auto_size): 1360 """Sets the disable_auto_size of this Numerical. 1361 1362 When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes. # noqa: E501 1363 1364 :param disable_auto_size: The disable_auto_size of this Numerical. # noqa: E501 1365 :type: str 1366 """ 1367 1368 self._disable_auto_size = disable_auto_size 1369 1370 @property 1371 def disable_auto_size_metadata(self): 1372 """Gets the disable_auto_size_metadata of this Numerical. # noqa: E501 1373 1374 # noqa: E501 1375 1376 :return: The disable_auto_size_metadata of this Numerical. # noqa: E501 1377 :rtype: PropertyMetadata 1378 """ 1379 return self._disable_auto_size_metadata 1380 1381 @disable_auto_size_metadata.setter 1382 def disable_auto_size_metadata(self, disable_auto_size_metadata): 1383 """Sets the disable_auto_size_metadata of this Numerical. 1384 1385 # noqa: E501 1386 1387 :param disable_auto_size_metadata: The disable_auto_size_metadata of this Numerical. # noqa: E501 1388 :type: PropertyMetadata 1389 """ 1390 1391 self._disable_auto_size_metadata = disable_auto_size_metadata 1392 1393 @property 1394 def document_id(self): 1395 """Gets the document_id of this Numerical. # noqa: E501 1396 1397 Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 1398 1399 :return: The document_id of this Numerical. # noqa: E501 1400 :rtype: str 1401 """ 1402 return self._document_id 1403 1404 @document_id.setter 1405 def document_id(self, document_id): 1406 """Sets the document_id of this Numerical. 1407 1408 Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 1409 1410 :param document_id: The document_id of this Numerical. # noqa: E501 1411 :type: str 1412 """ 1413 1414 self._document_id = document_id 1415 1416 @property 1417 def document_id_metadata(self): 1418 """Gets the document_id_metadata of this Numerical. # noqa: E501 1419 1420 # noqa: E501 1421 1422 :return: The document_id_metadata of this Numerical. # noqa: E501 1423 :rtype: PropertyMetadata 1424 """ 1425 return self._document_id_metadata 1426 1427 @document_id_metadata.setter 1428 def document_id_metadata(self, document_id_metadata): 1429 """Sets the document_id_metadata of this Numerical. 1430 1431 # noqa: E501 1432 1433 :param document_id_metadata: The document_id_metadata of this Numerical. # noqa: E501 1434 :type: PropertyMetadata 1435 """ 1436 1437 self._document_id_metadata = document_id_metadata 1438 1439 @property 1440 def error_details(self): 1441 """Gets the error_details of this Numerical. # noqa: E501 1442 1443 Array or errors. # noqa: E501 1444 1445 :return: The error_details of this Numerical. # noqa: E501 1446 :rtype: ErrorDetails 1447 """ 1448 return self._error_details 1449 1450 @error_details.setter 1451 def error_details(self, error_details): 1452 """Sets the error_details of this Numerical. 1453 1454 Array or errors. # noqa: E501 1455 1456 :param error_details: The error_details of this Numerical. # noqa: E501 1457 :type: ErrorDetails 1458 """ 1459 1460 self._error_details = error_details 1461 1462 @property 1463 def extension_data(self): 1464 """Gets the extension_data of this Numerical. # noqa: E501 1465 1466 # noqa: E501 1467 1468 :return: The extension_data of this Numerical. # noqa: E501 1469 :rtype: ExtensionData 1470 """ 1471 return self._extension_data 1472 1473 @extension_data.setter 1474 def extension_data(self, extension_data): 1475 """Sets the extension_data of this Numerical. 1476 1477 # noqa: E501 1478 1479 :param extension_data: The extension_data of this Numerical. # noqa: E501 1480 :type: ExtensionData 1481 """ 1482 1483 self._extension_data = extension_data 1484 1485 @property 1486 def font(self): 1487 """Gets the font of this Numerical. # noqa: E501 1488 1489 The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 1490 1491 :return: The font of this Numerical. # noqa: E501 1492 :rtype: str 1493 """ 1494 return self._font 1495 1496 @font.setter 1497 def font(self, font): 1498 """Sets the font of this Numerical. 1499 1500 The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 1501 1502 :param font: The font of this Numerical. # noqa: E501 1503 :type: str 1504 """ 1505 1506 self._font = font 1507 1508 @property 1509 def font_color(self): 1510 """Gets the font_color of this Numerical. # noqa: E501 1511 1512 The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 1513 1514 :return: The font_color of this Numerical. # noqa: E501 1515 :rtype: str 1516 """ 1517 return self._font_color 1518 1519 @font_color.setter 1520 def font_color(self, font_color): 1521 """Sets the font_color of this Numerical. 1522 1523 The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 1524 1525 :param font_color: The font_color of this Numerical. # noqa: E501 1526 :type: str 1527 """ 1528 1529 self._font_color = font_color 1530 1531 @property 1532 def font_color_metadata(self): 1533 """Gets the font_color_metadata of this Numerical. # noqa: E501 1534 1535 # noqa: E501 1536 1537 :return: The font_color_metadata of this Numerical. # noqa: E501 1538 :rtype: PropertyMetadata 1539 """ 1540 return self._font_color_metadata 1541 1542 @font_color_metadata.setter 1543 def font_color_metadata(self, font_color_metadata): 1544 """Sets the font_color_metadata of this Numerical. 1545 1546 # noqa: E501 1547 1548 :param font_color_metadata: The font_color_metadata of this Numerical. # noqa: E501 1549 :type: PropertyMetadata 1550 """ 1551 1552 self._font_color_metadata = font_color_metadata 1553 1554 @property 1555 def font_metadata(self): 1556 """Gets the font_metadata of this Numerical. # noqa: E501 1557 1558 # noqa: E501 1559 1560 :return: The font_metadata of this Numerical. # noqa: E501 1561 :rtype: PropertyMetadata 1562 """ 1563 return self._font_metadata 1564 1565 @font_metadata.setter 1566 def font_metadata(self, font_metadata): 1567 """Sets the font_metadata of this Numerical. 1568 1569 # noqa: E501 1570 1571 :param font_metadata: The font_metadata of this Numerical. # noqa: E501 1572 :type: PropertyMetadata 1573 """ 1574 1575 self._font_metadata = font_metadata 1576 1577 @property 1578 def font_size(self): 1579 """Gets the font_size of this Numerical. # noqa: E501 1580 1581 The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 1582 1583 :return: The font_size of this Numerical. # noqa: E501 1584 :rtype: str 1585 """ 1586 return self._font_size 1587 1588 @font_size.setter 1589 def font_size(self, font_size): 1590 """Sets the font_size of this Numerical. 1591 1592 The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 1593 1594 :param font_size: The font_size of this Numerical. # noqa: E501 1595 :type: str 1596 """ 1597 1598 self._font_size = font_size 1599 1600 @property 1601 def font_size_metadata(self): 1602 """Gets the font_size_metadata of this Numerical. # noqa: E501 1603 1604 # noqa: E501 1605 1606 :return: The font_size_metadata of this Numerical. # noqa: E501 1607 :rtype: PropertyMetadata 1608 """ 1609 return self._font_size_metadata 1610 1611 @font_size_metadata.setter 1612 def font_size_metadata(self, font_size_metadata): 1613 """Sets the font_size_metadata of this Numerical. 1614 1615 # noqa: E501 1616 1617 :param font_size_metadata: The font_size_metadata of this Numerical. # noqa: E501 1618 :type: PropertyMetadata 1619 """ 1620 1621 self._font_size_metadata = font_size_metadata 1622 1623 @property 1624 def form_order(self): 1625 """Gets the form_order of this Numerical. # noqa: E501 1626 1627 # noqa: E501 1628 1629 :return: The form_order of this Numerical. # noqa: E501 1630 :rtype: str 1631 """ 1632 return self._form_order 1633 1634 @form_order.setter 1635 def form_order(self, form_order): 1636 """Sets the form_order of this Numerical. 1637 1638 # noqa: E501 1639 1640 :param form_order: The form_order of this Numerical. # noqa: E501 1641 :type: str 1642 """ 1643 1644 self._form_order = form_order 1645 1646 @property 1647 def form_order_metadata(self): 1648 """Gets the form_order_metadata of this Numerical. # noqa: E501 1649 1650 # noqa: E501 1651 1652 :return: The form_order_metadata of this Numerical. # noqa: E501 1653 :rtype: PropertyMetadata 1654 """ 1655 return self._form_order_metadata 1656 1657 @form_order_metadata.setter 1658 def form_order_metadata(self, form_order_metadata): 1659 """Sets the form_order_metadata of this Numerical. 1660 1661 # noqa: E501 1662 1663 :param form_order_metadata: The form_order_metadata of this Numerical. # noqa: E501 1664 :type: PropertyMetadata 1665 """ 1666 1667 self._form_order_metadata = form_order_metadata 1668 1669 @property 1670 def form_page_label(self): 1671 """Gets the form_page_label of this Numerical. # noqa: E501 1672 1673 # noqa: E501 1674 1675 :return: The form_page_label of this Numerical. # noqa: E501 1676 :rtype: str 1677 """ 1678 return self._form_page_label 1679 1680 @form_page_label.setter 1681 def form_page_label(self, form_page_label): 1682 """Sets the form_page_label of this Numerical. 1683 1684 # noqa: E501 1685 1686 :param form_page_label: The form_page_label of this Numerical. # noqa: E501 1687 :type: str 1688 """ 1689 1690 self._form_page_label = form_page_label 1691 1692 @property 1693 def form_page_label_metadata(self): 1694 """Gets the form_page_label_metadata of this Numerical. # noqa: E501 1695 1696 # noqa: E501 1697 1698 :return: The form_page_label_metadata of this Numerical. # noqa: E501 1699 :rtype: PropertyMetadata 1700 """ 1701 return self._form_page_label_metadata 1702 1703 @form_page_label_metadata.setter 1704 def form_page_label_metadata(self, form_page_label_metadata): 1705 """Sets the form_page_label_metadata of this Numerical. 1706 1707 # noqa: E501 1708 1709 :param form_page_label_metadata: The form_page_label_metadata of this Numerical. # noqa: E501 1710 :type: PropertyMetadata 1711 """ 1712 1713 self._form_page_label_metadata = form_page_label_metadata 1714 1715 @property 1716 def form_page_number(self): 1717 """Gets the form_page_number of this Numerical. # noqa: E501 1718 1719 # noqa: E501 1720 1721 :return: The form_page_number of this Numerical. # noqa: E501 1722 :rtype: str 1723 """ 1724 return self._form_page_number 1725 1726 @form_page_number.setter 1727 def form_page_number(self, form_page_number): 1728 """Sets the form_page_number of this Numerical. 1729 1730 # noqa: E501 1731 1732 :param form_page_number: The form_page_number of this Numerical. # noqa: E501 1733 :type: str 1734 """ 1735 1736 self._form_page_number = form_page_number 1737 1738 @property 1739 def form_page_number_metadata(self): 1740 """Gets the form_page_number_metadata of this Numerical. # noqa: E501 1741 1742 # noqa: E501 1743 1744 :return: The form_page_number_metadata of this Numerical. # noqa: E501 1745 :rtype: PropertyMetadata 1746 """ 1747 return self._form_page_number_metadata 1748 1749 @form_page_number_metadata.setter 1750 def form_page_number_metadata(self, form_page_number_metadata): 1751 """Sets the form_page_number_metadata of this Numerical. 1752 1753 # noqa: E501 1754 1755 :param form_page_number_metadata: The form_page_number_metadata of this Numerical. # noqa: E501 1756 :type: PropertyMetadata 1757 """ 1758 1759 self._form_page_number_metadata = form_page_number_metadata 1760 1761 @property 1762 def height(self): 1763 """Gets the height of this Numerical. # noqa: E501 1764 1765 Height of the tab in pixels. # noqa: E501 1766 1767 :return: The height of this Numerical. # noqa: E501 1768 :rtype: str 1769 """ 1770 return self._height 1771 1772 @height.setter 1773 def height(self, height): 1774 """Sets the height of this Numerical. 1775 1776 Height of the tab in pixels. # noqa: E501 1777 1778 :param height: The height of this Numerical. # noqa: E501 1779 :type: str 1780 """ 1781 1782 self._height = height 1783 1784 @property 1785 def height_metadata(self): 1786 """Gets the height_metadata of this Numerical. # noqa: E501 1787 1788 # noqa: E501 1789 1790 :return: The height_metadata of this Numerical. # noqa: E501 1791 :rtype: PropertyMetadata 1792 """ 1793 return self._height_metadata 1794 1795 @height_metadata.setter 1796 def height_metadata(self, height_metadata): 1797 """Sets the height_metadata of this Numerical. 1798 1799 # noqa: E501 1800 1801 :param height_metadata: The height_metadata of this Numerical. # noqa: E501 1802 :type: PropertyMetadata 1803 """ 1804 1805 self._height_metadata = height_metadata 1806 1807 @property 1808 def italic(self): 1809 """Gets the italic of this Numerical. # noqa: E501 1810 1811 When set to **true**, the information in the tab is italic. # noqa: E501 1812 1813 :return: The italic of this Numerical. # noqa: E501 1814 :rtype: str 1815 """ 1816 return self._italic 1817 1818 @italic.setter 1819 def italic(self, italic): 1820 """Sets the italic of this Numerical. 1821 1822 When set to **true**, the information in the tab is italic. # noqa: E501 1823 1824 :param italic: The italic of this Numerical. # noqa: E501 1825 :type: str 1826 """ 1827 1828 self._italic = italic 1829 1830 @property 1831 def italic_metadata(self): 1832 """Gets the italic_metadata of this Numerical. # noqa: E501 1833 1834 # noqa: E501 1835 1836 :return: The italic_metadata of this Numerical. # noqa: E501 1837 :rtype: PropertyMetadata 1838 """ 1839 return self._italic_metadata 1840 1841 @italic_metadata.setter 1842 def italic_metadata(self, italic_metadata): 1843 """Sets the italic_metadata of this Numerical. 1844 1845 # noqa: E501 1846 1847 :param italic_metadata: The italic_metadata of this Numerical. # noqa: E501 1848 :type: PropertyMetadata 1849 """ 1850 1851 self._italic_metadata = italic_metadata 1852 1853 @property 1854 def locale_policy(self): 1855 """Gets the locale_policy of this Numerical. # noqa: E501 1856 1857 # noqa: E501 1858 1859 :return: The locale_policy of this Numerical. # noqa: E501 1860 :rtype: LocalePolicyTab 1861 """ 1862 return self._locale_policy 1863 1864 @locale_policy.setter 1865 def locale_policy(self, locale_policy): 1866 """Sets the locale_policy of this Numerical. 1867 1868 # noqa: E501 1869 1870 :param locale_policy: The locale_policy of this Numerical. # noqa: E501 1871 :type: LocalePolicyTab 1872 """ 1873 1874 self._locale_policy = locale_policy 1875 1876 @property 1877 def locked(self): 1878 """Gets the locked of this Numerical. # noqa: E501 1879 1880 When set to **true**, the signer cannot change the data of the custom tab. # noqa: E501 1881 1882 :return: The locked of this Numerical. # noqa: E501 1883 :rtype: str 1884 """ 1885 return self._locked 1886 1887 @locked.setter 1888 def locked(self, locked): 1889 """Sets the locked of this Numerical. 1890 1891 When set to **true**, the signer cannot change the data of the custom tab. # noqa: E501 1892 1893 :param locked: The locked of this Numerical. # noqa: E501 1894 :type: str 1895 """ 1896 1897 self._locked = locked 1898 1899 @property 1900 def locked_metadata(self): 1901 """Gets the locked_metadata of this Numerical. # noqa: E501 1902 1903 # noqa: E501 1904 1905 :return: The locked_metadata of this Numerical. # noqa: E501 1906 :rtype: PropertyMetadata 1907 """ 1908 return self._locked_metadata 1909 1910 @locked_metadata.setter 1911 def locked_metadata(self, locked_metadata): 1912 """Sets the locked_metadata of this Numerical. 1913 1914 # noqa: E501 1915 1916 :param locked_metadata: The locked_metadata of this Numerical. # noqa: E501 1917 :type: PropertyMetadata 1918 """ 1919 1920 self._locked_metadata = locked_metadata 1921 1922 @property 1923 def max_length(self): 1924 """Gets the max_length of this Numerical. # noqa: E501 1925 1926 An optional value that describes the maximum length of the property when the property is a string. # noqa: E501 1927 1928 :return: The max_length of this Numerical. # noqa: E501 1929 :rtype: str 1930 """ 1931 return self._max_length 1932 1933 @max_length.setter 1934 def max_length(self, max_length): 1935 """Sets the max_length of this Numerical. 1936 1937 An optional value that describes the maximum length of the property when the property is a string. # noqa: E501 1938 1939 :param max_length: The max_length of this Numerical. # noqa: E501 1940 :type: str 1941 """ 1942 1943 self._max_length = max_length 1944 1945 @property 1946 def max_length_metadata(self): 1947 """Gets the max_length_metadata of this Numerical. # noqa: E501 1948 1949 # noqa: E501 1950 1951 :return: The max_length_metadata of this Numerical. # noqa: E501 1952 :rtype: PropertyMetadata 1953 """ 1954 return self._max_length_metadata 1955 1956 @max_length_metadata.setter 1957 def max_length_metadata(self, max_length_metadata): 1958 """Sets the max_length_metadata of this Numerical. 1959 1960 # noqa: E501 1961 1962 :param max_length_metadata: The max_length_metadata of this Numerical. # noqa: E501 1963 :type: PropertyMetadata 1964 """ 1965 1966 self._max_length_metadata = max_length_metadata 1967 1968 @property 1969 def max_numerical_value(self): 1970 """Gets the max_numerical_value of this Numerical. # noqa: E501 1971 1972 # noqa: E501 1973 1974 :return: The max_numerical_value of this Numerical. # noqa: E501 1975 :rtype: str 1976 """ 1977 return self._max_numerical_value 1978 1979 @max_numerical_value.setter 1980 def max_numerical_value(self, max_numerical_value): 1981 """Sets the max_numerical_value of this Numerical. 1982 1983 # noqa: E501 1984 1985 :param max_numerical_value: The max_numerical_value of this Numerical. # noqa: E501 1986 :type: str 1987 """ 1988 1989 self._max_numerical_value = max_numerical_value 1990 1991 @property 1992 def merge_field(self): 1993 """Gets the merge_field of this Numerical. # noqa: E501 1994 1995 # noqa: E501 1996 1997 :return: The merge_field of this Numerical. # noqa: E501 1998 :rtype: MergeField 1999 """ 2000 return self._merge_field 2001 2002 @merge_field.setter 2003 def merge_field(self, merge_field): 2004 """Sets the merge_field of this Numerical. 2005 2006 # noqa: E501 2007 2008 :param merge_field: The merge_field of this Numerical. # noqa: E501 2009 :type: MergeField 2010 """ 2011 2012 self._merge_field = merge_field 2013 2014 @property 2015 def merge_field_xml(self): 2016 """Gets the merge_field_xml of this Numerical. # noqa: E501 2017 2018 # noqa: E501 2019 2020 :return: The merge_field_xml of this Numerical. # noqa: E501 2021 :rtype: str 2022 """ 2023 return self._merge_field_xml 2024 2025 @merge_field_xml.setter 2026 def merge_field_xml(self, merge_field_xml): 2027 """Sets the merge_field_xml of this Numerical. 2028 2029 # noqa: E501 2030 2031 :param merge_field_xml: The merge_field_xml of this Numerical. # noqa: E501 2032 :type: str 2033 """ 2034 2035 self._merge_field_xml = merge_field_xml 2036 2037 @property 2038 def min_numerical_value(self): 2039 """Gets the min_numerical_value of this Numerical. # noqa: E501 2040 2041 # noqa: E501 2042 2043 :return: The min_numerical_value of this Numerical. # noqa: E501 2044 :rtype: str 2045 """ 2046 return self._min_numerical_value 2047 2048 @min_numerical_value.setter 2049 def min_numerical_value(self, min_numerical_value): 2050 """Sets the min_numerical_value of this Numerical. 2051 2052 # noqa: E501 2053 2054 :param min_numerical_value: The min_numerical_value of this Numerical. # noqa: E501 2055 :type: str 2056 """ 2057 2058 self._min_numerical_value = min_numerical_value 2059 2060 @property 2061 def name(self): 2062 """Gets the name of this Numerical. # noqa: E501 2063 2064 # noqa: E501 2065 2066 :return: The name of this Numerical. # noqa: E501 2067 :rtype: str 2068 """ 2069 return self._name 2070 2071 @name.setter 2072 def name(self, name): 2073 """Sets the name of this Numerical. 2074 2075 # noqa: E501 2076 2077 :param name: The name of this Numerical. # noqa: E501 2078 :type: str 2079 """ 2080 2081 self._name = name 2082 2083 @property 2084 def name_metadata(self): 2085 """Gets the name_metadata of this Numerical. # noqa: E501 2086 2087 # noqa: E501 2088 2089 :return: The name_metadata of this Numerical. # noqa: E501 2090 :rtype: PropertyMetadata 2091 """ 2092 return self._name_metadata 2093 2094 @name_metadata.setter 2095 def name_metadata(self, name_metadata): 2096 """Sets the name_metadata of this Numerical. 2097 2098 # noqa: E501 2099 2100 :param name_metadata: The name_metadata of this Numerical. # noqa: E501 2101 :type: PropertyMetadata 2102 """ 2103 2104 self._name_metadata = name_metadata 2105 2106 @property 2107 def numerical_value(self): 2108 """Gets the numerical_value of this Numerical. # noqa: E501 2109 2110 # noqa: E501 2111 2112 :return: The numerical_value of this Numerical. # noqa: E501 2113 :rtype: str 2114 """ 2115 return self._numerical_value 2116 2117 @numerical_value.setter 2118 def numerical_value(self, numerical_value): 2119 """Sets the numerical_value of this Numerical. 2120 2121 # noqa: E501 2122 2123 :param numerical_value: The numerical_value of this Numerical. # noqa: E501 2124 :type: str 2125 """ 2126 2127 self._numerical_value = numerical_value 2128 2129 @property 2130 def original_numerical_value(self): 2131 """Gets the original_numerical_value of this Numerical. # noqa: E501 2132 2133 # noqa: E501 2134 2135 :return: The original_numerical_value of this Numerical. # noqa: E501 2136 :rtype: str 2137 """ 2138 return self._original_numerical_value 2139 2140 @original_numerical_value.setter 2141 def original_numerical_value(self, original_numerical_value): 2142 """Sets the original_numerical_value of this Numerical. 2143 2144 # noqa: E501 2145 2146 :param original_numerical_value: The original_numerical_value of this Numerical. # noqa: E501 2147 :type: str 2148 """ 2149 2150 self._original_numerical_value = original_numerical_value 2151 2152 @property 2153 def original_value(self): 2154 """Gets the original_value of this Numerical. # noqa: E501 2155 2156 The initial value of the tab when it was sent to the recipient. # noqa: E501 2157 2158 :return: The original_value of this Numerical. # noqa: E501 2159 :rtype: str 2160 """ 2161 return self._original_value 2162 2163 @original_value.setter 2164 def original_value(self, original_value): 2165 """Sets the original_value of this Numerical. 2166 2167 The initial value of the tab when it was sent to the recipient. # noqa: E501 2168 2169 :param original_value: The original_value of this Numerical. # noqa: E501 2170 :type: str 2171 """ 2172 2173 self._original_value = original_value 2174 2175 @property 2176 def original_value_metadata(self): 2177 """Gets the original_value_metadata of this Numerical. # noqa: E501 2178 2179 # noqa: E501 2180 2181 :return: The original_value_metadata of this Numerical. # noqa: E501 2182 :rtype: PropertyMetadata 2183 """ 2184 return self._original_value_metadata 2185 2186 @original_value_metadata.setter 2187 def original_value_metadata(self, original_value_metadata): 2188 """Sets the original_value_metadata of this Numerical. 2189 2190 # noqa: E501 2191 2192 :param original_value_metadata: The original_value_metadata of this Numerical. # noqa: E501 2193 :type: PropertyMetadata 2194 """ 2195 2196 self._original_value_metadata = original_value_metadata 2197 2198 @property 2199 def page_number(self): 2200 """Gets the page_number of this Numerical. # noqa: E501 2201 2202 Specifies the page number on which the tab is located. # noqa: E501 2203 2204 :return: The page_number of this Numerical. # noqa: E501 2205 :rtype: str 2206 """ 2207 return self._page_number 2208 2209 @page_number.setter 2210 def page_number(self, page_number): 2211 """Sets the page_number of this Numerical. 2212 2213 Specifies the page number on which the tab is located. # noqa: E501 2214 2215 :param page_number: The page_number of this Numerical. # noqa: E501 2216 :type: str 2217 """ 2218 2219 self._page_number = page_number 2220 2221 @property 2222 def page_number_metadata(self): 2223 """Gets the page_number_metadata of this Numerical. # noqa: E501 2224 2225 # noqa: E501 2226 2227 :return: The page_number_metadata of this Numerical. # noqa: E501 2228 :rtype: PropertyMetadata 2229 """ 2230 return self._page_number_metadata 2231 2232 @page_number_metadata.setter 2233 def page_number_metadata(self, page_number_metadata): 2234 """Sets the page_number_metadata of this Numerical. 2235 2236 # noqa: E501 2237 2238 :param page_number_metadata: The page_number_metadata of this Numerical. # noqa: E501 2239 :type: PropertyMetadata 2240 """ 2241 2242 self._page_number_metadata = page_number_metadata 2243 2244 @property 2245 def recipient_id(self): 2246 """Gets the recipient_id of this Numerical. # noqa: E501 2247 2248 Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 2249 2250 :return: The recipient_id of this Numerical. # noqa: E501 2251 :rtype: str 2252 """ 2253 return self._recipient_id 2254 2255 @recipient_id.setter 2256 def recipient_id(self, recipient_id): 2257 """Sets the recipient_id of this Numerical. 2258 2259 Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 2260 2261 :param recipient_id: The recipient_id of this Numerical. # noqa: E501 2262 :type: str 2263 """ 2264 2265 self._recipient_id = recipient_id 2266 2267 @property 2268 def recipient_id_guid(self): 2269 """Gets the recipient_id_guid of this Numerical. # noqa: E501 2270 2271 # noqa: E501 2272 2273 :return: The recipient_id_guid of this Numerical. # noqa: E501 2274 :rtype: str 2275 """ 2276 return self._recipient_id_guid 2277 2278 @recipient_id_guid.setter 2279 def recipient_id_guid(self, recipient_id_guid): 2280 """Sets the recipient_id_guid of this Numerical. 2281 2282 # noqa: E501 2283 2284 :param recipient_id_guid: The recipient_id_guid of this Numerical. # noqa: E501 2285 :type: str 2286 """ 2287 2288 self._recipient_id_guid = recipient_id_guid 2289 2290 @property 2291 def recipient_id_guid_metadata(self): 2292 """Gets the recipient_id_guid_metadata of this Numerical. # noqa: E501 2293 2294 # noqa: E501 2295 2296 :return: The recipient_id_guid_metadata of this Numerical. # noqa: E501 2297 :rtype: PropertyMetadata 2298 """ 2299 return self._recipient_id_guid_metadata 2300 2301 @recipient_id_guid_metadata.setter 2302 def recipient_id_guid_metadata(self, recipient_id_guid_metadata): 2303 """Sets the recipient_id_guid_metadata of this Numerical. 2304 2305 # noqa: E501 2306 2307 :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this Numerical. # noqa: E501 2308 :type: PropertyMetadata 2309 """ 2310 2311 self._recipient_id_guid_metadata = recipient_id_guid_metadata 2312 2313 @property 2314 def recipient_id_metadata(self): 2315 """Gets the recipient_id_metadata of this Numerical. # noqa: E501 2316 2317 # noqa: E501 2318 2319 :return: The recipient_id_metadata of this Numerical. # noqa: E501 2320 :rtype: PropertyMetadata 2321 """ 2322 return self._recipient_id_metadata 2323 2324 @recipient_id_metadata.setter 2325 def recipient_id_metadata(self, recipient_id_metadata): 2326 """Sets the recipient_id_metadata of this Numerical. 2327 2328 # noqa: E501 2329 2330 :param recipient_id_metadata: The recipient_id_metadata of this Numerical. # noqa: E501 2331 :type: PropertyMetadata 2332 """ 2333 2334 self._recipient_id_metadata = recipient_id_metadata 2335 2336 @property 2337 def require_all(self): 2338 """Gets the require_all of this Numerical. # noqa: E501 2339 2340 When set to **true** and shared is true, information must be entered in this field to complete the envelope. # noqa: E501 2341 2342 :return: The require_all of this Numerical. # noqa: E501 2343 :rtype: str 2344 """ 2345 return self._require_all 2346 2347 @require_all.setter 2348 def require_all(self, require_all): 2349 """Sets the require_all of this Numerical. 2350 2351 When set to **true** and shared is true, information must be entered in this field to complete the envelope. # noqa: E501 2352 2353 :param require_all: The require_all of this Numerical. # noqa: E501 2354 :type: str 2355 """ 2356 2357 self._require_all = require_all 2358 2359 @property 2360 def require_all_metadata(self): 2361 """Gets the require_all_metadata of this Numerical. # noqa: E501 2362 2363 # noqa: E501 2364 2365 :return: The require_all_metadata of this Numerical. # noqa: E501 2366 :rtype: PropertyMetadata 2367 """ 2368 return self._require_all_metadata 2369 2370 @require_all_metadata.setter 2371 def require_all_metadata(self, require_all_metadata): 2372 """Sets the require_all_metadata of this Numerical. 2373 2374 # noqa: E501 2375 2376 :param require_all_metadata: The require_all_metadata of this Numerical. # noqa: E501 2377 :type: PropertyMetadata 2378 """ 2379 2380 self._require_all_metadata = require_all_metadata 2381 2382 @property 2383 def required(self): 2384 """Gets the required of this Numerical. # noqa: E501 2385 2386 When set to **true**, the signer is required to fill out this tab # noqa: E501 2387 2388 :return: The required of this Numerical. # noqa: E501 2389 :rtype: str 2390 """ 2391 return self._required 2392 2393 @required.setter 2394 def required(self, required): 2395 """Sets the required of this Numerical. 2396 2397 When set to **true**, the signer is required to fill out this tab # noqa: E501 2398 2399 :param required: The required of this Numerical. # noqa: E501 2400 :type: str 2401 """ 2402 2403 self._required = required 2404 2405 @property 2406 def required_metadata(self): 2407 """Gets the required_metadata of this Numerical. # noqa: E501 2408 2409 # noqa: E501 2410 2411 :return: The required_metadata of this Numerical. # noqa: E501 2412 :rtype: PropertyMetadata 2413 """ 2414 return self._required_metadata 2415 2416 @required_metadata.setter 2417 def required_metadata(self, required_metadata): 2418 """Sets the required_metadata of this Numerical. 2419 2420 # noqa: E501 2421 2422 :param required_metadata: The required_metadata of this Numerical. # noqa: E501 2423 :type: PropertyMetadata 2424 """ 2425 2426 self._required_metadata = required_metadata 2427 2428 @property 2429 def require_initial_on_shared_change(self): 2430 """Gets the require_initial_on_shared_change of this Numerical. # noqa: E501 2431 2432 Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field. # noqa: E501 2433 2434 :return: The require_initial_on_shared_change of this Numerical. # noqa: E501 2435 :rtype: str 2436 """ 2437 return self._require_initial_on_shared_change 2438 2439 @require_initial_on_shared_change.setter 2440 def require_initial_on_shared_change(self, require_initial_on_shared_change): 2441 """Sets the require_initial_on_shared_change of this Numerical. 2442 2443 Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field. # noqa: E501 2444 2445 :param require_initial_on_shared_change: The require_initial_on_shared_change of this Numerical. # noqa: E501 2446 :type: str 2447 """ 2448 2449 self._require_initial_on_shared_change = require_initial_on_shared_change 2450 2451 @property 2452 def require_initial_on_shared_change_metadata(self): 2453 """Gets the require_initial_on_shared_change_metadata of this Numerical. # noqa: E501 2454 2455 # noqa: E501 2456 2457 :return: The require_initial_on_shared_change_metadata of this Numerical. # noqa: E501 2458 :rtype: PropertyMetadata 2459 """ 2460 return self._require_initial_on_shared_change_metadata 2461 2462 @require_initial_on_shared_change_metadata.setter 2463 def require_initial_on_shared_change_metadata(self, require_initial_on_shared_change_metadata): 2464 """Sets the require_initial_on_shared_change_metadata of this Numerical. 2465 2466 # noqa: E501 2467 2468 :param require_initial_on_shared_change_metadata: The require_initial_on_shared_change_metadata of this Numerical. # noqa: E501 2469 :type: PropertyMetadata 2470 """ 2471 2472 self._require_initial_on_shared_change_metadata = require_initial_on_shared_change_metadata 2473 2474 @property 2475 def sender_required(self): 2476 """Gets the sender_required of this Numerical. # noqa: E501 2477 2478 When set to **true**, the sender must populate the tab before an envelope can be sent using the template. This value tab can only be changed by modifying (PUT) the template. Tabs with a `senderRequired` value of true cannot be deleted from an envelope. # noqa: E501 2479 2480 :return: The sender_required of this Numerical. # noqa: E501 2481 :rtype: str 2482 """ 2483 return self._sender_required 2484 2485 @sender_required.setter 2486 def sender_required(self, sender_required): 2487 """Sets the sender_required of this Numerical. 2488 2489 When set to **true**, the sender must populate the tab before an envelope can be sent using the template. This value tab can only be changed by modifying (PUT) the template. Tabs with a `senderRequired` value of true cannot be deleted from an envelope. # noqa: E501 2490 2491 :param sender_required: The sender_required of this Numerical. # noqa: E501 2492 :type: str 2493 """ 2494 2495 self._sender_required = sender_required 2496 2497 @property 2498 def sender_required_metadata(self): 2499 """Gets the sender_required_metadata of this Numerical. # noqa: E501 2500 2501 # noqa: E501 2502 2503 :return: The sender_required_metadata of this Numerical. # noqa: E501 2504 :rtype: PropertyMetadata 2505 """ 2506 return self._sender_required_metadata 2507 2508 @sender_required_metadata.setter 2509 def sender_required_metadata(self, sender_required_metadata): 2510 """Sets the sender_required_metadata of this Numerical. 2511 2512 # noqa: E501 2513 2514 :param sender_required_metadata: The sender_required_metadata of this Numerical. # noqa: E501 2515 :type: PropertyMetadata 2516 """ 2517 2518 self._sender_required_metadata = sender_required_metadata 2519 2520 @property 2521 def shared(self): 2522 """Gets the shared of this Numerical. # noqa: E501 2523 2524 When set to **true**, this custom tab is shared. # noqa: E501 2525 2526 :return: The shared of this Numerical. # noqa: E501 2527 :rtype: str 2528 """ 2529 return self._shared 2530 2531 @shared.setter 2532 def shared(self, shared): 2533 """Sets the shared of this Numerical. 2534 2535 When set to **true**, this custom tab is shared. # noqa: E501 2536 2537 :param shared: The shared of this Numerical. # noqa: E501 2538 :type: str 2539 """ 2540 2541 self._shared = shared 2542 2543 @property 2544 def shared_metadata(self): 2545 """Gets the shared_metadata of this Numerical. # noqa: E501 2546 2547 # noqa: E501 2548 2549 :return: The shared_metadata of this Numerical. # noqa: E501 2550 :rtype: PropertyMetadata 2551 """ 2552 return self._shared_metadata 2553 2554 @shared_metadata.setter 2555 def shared_metadata(self, shared_metadata): 2556 """Sets the shared_metadata of this Numerical. 2557 2558 # noqa: E501 2559 2560 :param shared_metadata: The shared_metadata of this Numerical. # noqa: E501 2561 :type: PropertyMetadata 2562 """ 2563 2564 self._shared_metadata = shared_metadata 2565 2566 @property 2567 def share_to_recipients(self): 2568 """Gets the share_to_recipients of this Numerical. # noqa: E501 2569 2570 # noqa: E501 2571 2572 :return: The share_to_recipients of this Numerical. # noqa: E501 2573 :rtype: str 2574 """ 2575 return self._share_to_recipients 2576 2577 @share_to_recipients.setter 2578 def share_to_recipients(self, share_to_recipients): 2579 """Sets the share_to_recipients of this Numerical. 2580 2581 # noqa: E501 2582 2583 :param share_to_recipients: The share_to_recipients of this Numerical. # noqa: E501 2584 :type: str 2585 """ 2586 2587 self._share_to_recipients = share_to_recipients 2588 2589 @property 2590 def share_to_recipients_metadata(self): 2591 """Gets the share_to_recipients_metadata of this Numerical. # noqa: E501 2592 2593 # noqa: E501 2594 2595 :return: The share_to_recipients_metadata of this Numerical. # noqa: E501 2596 :rtype: PropertyMetadata 2597 """ 2598 return self._share_to_recipients_metadata 2599 2600 @share_to_recipients_metadata.setter 2601 def share_to_recipients_metadata(self, share_to_recipients_metadata): 2602 """Sets the share_to_recipients_metadata of this Numerical. 2603 2604 # noqa: E501 2605 2606 :param share_to_recipients_metadata: The share_to_recipients_metadata of this Numerical. # noqa: E501 2607 :type: PropertyMetadata 2608 """ 2609 2610 self._share_to_recipients_metadata = share_to_recipients_metadata 2611 2612 @property 2613 def smart_contract_information(self): 2614 """Gets the smart_contract_information of this Numerical. # noqa: E501 2615 2616 # noqa: E501 2617 2618 :return: The smart_contract_information of this Numerical. # noqa: E501 2619 :rtype: SmartContractInformation 2620 """ 2621 return self._smart_contract_information 2622 2623 @smart_contract_information.setter 2624 def smart_contract_information(self, smart_contract_information): 2625 """Sets the smart_contract_information of this Numerical. 2626 2627 # noqa: E501 2628 2629 :param smart_contract_information: The smart_contract_information of this Numerical. # noqa: E501 2630 :type: SmartContractInformation 2631 """ 2632 2633 self._smart_contract_information = smart_contract_information 2634 2635 @property 2636 def source(self): 2637 """Gets the source of this Numerical. # noqa: E501 2638 2639 # noqa: E501 2640 2641 :return: The source of this Numerical. # noqa: E501 2642 :rtype: str 2643 """ 2644 return self._source 2645 2646 @source.setter 2647 def source(self, source): 2648 """Sets the source of this Numerical. 2649 2650 # noqa: E501 2651 2652 :param source: The source of this Numerical. # noqa: E501 2653 :type: str 2654 """ 2655 2656 self._source = source 2657 2658 @property 2659 def status(self): 2660 """Gets the status of this Numerical. # noqa: E501 2661 2662 Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 2663 2664 :return: The status of this Numerical. # noqa: E501 2665 :rtype: str 2666 """ 2667 return self._status 2668 2669 @status.setter 2670 def status(self, status): 2671 """Sets the status of this Numerical. 2672 2673 Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 2674 2675 :param status: The status of this Numerical. # noqa: E501 2676 :type: str 2677 """ 2678 2679 self._status = status 2680 2681 @property 2682 def status_metadata(self): 2683 """Gets the status_metadata of this Numerical. # noqa: E501 2684 2685 # noqa: E501 2686 2687 :return: The status_metadata of this Numerical. # noqa: E501 2688 :rtype: PropertyMetadata 2689 """ 2690 return self._status_metadata 2691 2692 @status_metadata.setter 2693 def status_metadata(self, status_metadata): 2694 """Sets the status_metadata of this Numerical. 2695 2696 # noqa: E501 2697 2698 :param status_metadata: The status_metadata of this Numerical. # noqa: E501 2699 :type: PropertyMetadata 2700 """ 2701 2702 self._status_metadata = status_metadata 2703 2704 @property 2705 def tab_fully_qualified_path(self): 2706 """Gets the tab_fully_qualified_path of this Numerical. # noqa: E501 2707 2708 # noqa: E501 2709 2710 :return: The tab_fully_qualified_path of this Numerical. # noqa: E501 2711 :rtype: str 2712 """ 2713 return self._tab_fully_qualified_path 2714 2715 @tab_fully_qualified_path.setter 2716 def tab_fully_qualified_path(self, tab_fully_qualified_path): 2717 """Sets the tab_fully_qualified_path of this Numerical. 2718 2719 # noqa: E501 2720 2721 :param tab_fully_qualified_path: The tab_fully_qualified_path of this Numerical. # noqa: E501 2722 :type: str 2723 """ 2724 2725 self._tab_fully_qualified_path = tab_fully_qualified_path 2726 2727 @property 2728 def tab_group_labels(self): 2729 """Gets the tab_group_labels of this Numerical. # noqa: E501 2730 2731 # noqa: E501 2732 2733 :return: The tab_group_labels of this Numerical. # noqa: E501 2734 :rtype: list[str] 2735 """ 2736 return self._tab_group_labels 2737 2738 @tab_group_labels.setter 2739 def tab_group_labels(self, tab_group_labels): 2740 """Sets the tab_group_labels of this Numerical. 2741 2742 # noqa: E501 2743 2744 :param tab_group_labels: The tab_group_labels of this Numerical. # noqa: E501 2745 :type: list[str] 2746 """ 2747 2748 self._tab_group_labels = tab_group_labels 2749 2750 @property 2751 def tab_group_labels_metadata(self): 2752 """Gets the tab_group_labels_metadata of this Numerical. # noqa: E501 2753 2754 # noqa: E501 2755 2756 :return: The tab_group_labels_metadata of this Numerical. # noqa: E501 2757 :rtype: PropertyMetadata 2758 """ 2759 return self._tab_group_labels_metadata 2760 2761 @tab_group_labels_metadata.setter 2762 def tab_group_labels_metadata(self, tab_group_labels_metadata): 2763 """Sets the tab_group_labels_metadata of this Numerical. 2764 2765 # noqa: E501 2766 2767 :param tab_group_labels_metadata: The tab_group_labels_metadata of this Numerical. # noqa: E501 2768 :type: PropertyMetadata 2769 """ 2770 2771 self._tab_group_labels_metadata = tab_group_labels_metadata 2772 2773 @property 2774 def tab_id(self): 2775 """Gets the tab_id of this Numerical. # noqa: E501 2776 2777 The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 2778 2779 :return: The tab_id of this Numerical. # noqa: E501 2780 :rtype: str 2781 """ 2782 return self._tab_id 2783 2784 @tab_id.setter 2785 def tab_id(self, tab_id): 2786 """Sets the tab_id of this Numerical. 2787 2788 The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 2789 2790 :param tab_id: The tab_id of this Numerical. # noqa: E501 2791 :type: str 2792 """ 2793 2794 self._tab_id = tab_id 2795 2796 @property 2797 def tab_id_metadata(self): 2798 """Gets the tab_id_metadata of this Numerical. # noqa: E501 2799 2800 # noqa: E501 2801 2802 :return: The tab_id_metadata of this Numerical. # noqa: E501 2803 :rtype: PropertyMetadata 2804 """ 2805 return self._tab_id_metadata 2806 2807 @tab_id_metadata.setter 2808 def tab_id_metadata(self, tab_id_metadata): 2809 """Sets the tab_id_metadata of this Numerical. 2810 2811 # noqa: E501 2812 2813 :param tab_id_metadata: The tab_id_metadata of this Numerical. # noqa: E501 2814 :type: PropertyMetadata 2815 """ 2816 2817 self._tab_id_metadata = tab_id_metadata 2818 2819 @property 2820 def tab_label(self): 2821 """Gets the tab_label of this Numerical. # noqa: E501 2822 2823 The label string associated with the tab. # noqa: E501 2824 2825 :return: The tab_label of this Numerical. # noqa: E501 2826 :rtype: str 2827 """ 2828 return self._tab_label 2829 2830 @tab_label.setter 2831 def tab_label(self, tab_label): 2832 """Sets the tab_label of this Numerical. 2833 2834 The label string associated with the tab. # noqa: E501 2835 2836 :param tab_label: The tab_label of this Numerical. # noqa: E501 2837 :type: str 2838 """ 2839 2840 self._tab_label = tab_label 2841 2842 @property 2843 def tab_label_metadata(self): 2844 """Gets the tab_label_metadata of this Numerical. # noqa: E501 2845 2846 # noqa: E501 2847 2848 :return: The tab_label_metadata of this Numerical. # noqa: E501 2849 :rtype: PropertyMetadata 2850 """ 2851 return self._tab_label_metadata 2852 2853 @tab_label_metadata.setter 2854 def tab_label_metadata(self, tab_label_metadata): 2855 """Sets the tab_label_metadata of this Numerical. 2856 2857 # noqa: E501 2858 2859 :param tab_label_metadata: The tab_label_metadata of this Numerical. # noqa: E501 2860 :type: PropertyMetadata 2861 """ 2862 2863 self._tab_label_metadata = tab_label_metadata 2864 2865 @property 2866 def tab_order(self): 2867 """Gets the tab_order of this Numerical. # noqa: E501 2868 2869 # noqa: E501 2870 2871 :return: The tab_order of this Numerical. # noqa: E501 2872 :rtype: str 2873 """ 2874 return self._tab_order 2875 2876 @tab_order.setter 2877 def tab_order(self, tab_order): 2878 """Sets the tab_order of this Numerical. 2879 2880 # noqa: E501 2881 2882 :param tab_order: The tab_order of this Numerical. # noqa: E501 2883 :type: str 2884 """ 2885 2886 self._tab_order = tab_order 2887 2888 @property 2889 def tab_order_metadata(self): 2890 """Gets the tab_order_metadata of this Numerical. # noqa: E501 2891 2892 # noqa: E501 2893 2894 :return: The tab_order_metadata of this Numerical. # noqa: E501 2895 :rtype: PropertyMetadata 2896 """ 2897 return self._tab_order_metadata 2898 2899 @tab_order_metadata.setter 2900 def tab_order_metadata(self, tab_order_metadata): 2901 """Sets the tab_order_metadata of this Numerical. 2902 2903 # noqa: E501 2904 2905 :param tab_order_metadata: The tab_order_metadata of this Numerical. # noqa: E501 2906 :type: PropertyMetadata 2907 """ 2908 2909 self._tab_order_metadata = tab_order_metadata 2910 2911 @property 2912 def tab_type(self): 2913 """Gets the tab_type of this Numerical. # noqa: E501 2914 2915 # noqa: E501 2916 2917 :return: The tab_type of this Numerical. # noqa: E501 2918 :rtype: str 2919 """ 2920 return self._tab_type 2921 2922 @tab_type.setter 2923 def tab_type(self, tab_type): 2924 """Sets the tab_type of this Numerical. 2925 2926 # noqa: E501 2927 2928 :param tab_type: The tab_type of this Numerical. # noqa: E501 2929 :type: str 2930 """ 2931 2932 self._tab_type = tab_type 2933 2934 @property 2935 def tab_type_metadata(self): 2936 """Gets the tab_type_metadata of this Numerical. # noqa: E501 2937 2938 # noqa: E501 2939 2940 :return: The tab_type_metadata of this Numerical. # noqa: E501 2941 :rtype: PropertyMetadata 2942 """ 2943 return self._tab_type_metadata 2944 2945 @tab_type_metadata.setter 2946 def tab_type_metadata(self, tab_type_metadata): 2947 """Sets the tab_type_metadata of this Numerical. 2948 2949 # noqa: E501 2950 2951 :param tab_type_metadata: The tab_type_metadata of this Numerical. # noqa: E501 2952 :type: PropertyMetadata 2953 """ 2954 2955 self._tab_type_metadata = tab_type_metadata 2956 2957 @property 2958 def template_locked(self): 2959 """Gets the template_locked of this Numerical. # noqa: E501 2960 2961 When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 2962 2963 :return: The template_locked of this Numerical. # noqa: E501 2964 :rtype: str 2965 """ 2966 return self._template_locked 2967 2968 @template_locked.setter 2969 def template_locked(self, template_locked): 2970 """Sets the template_locked of this Numerical. 2971 2972 When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 2973 2974 :param template_locked: The template_locked of this Numerical. # noqa: E501 2975 :type: str 2976 """ 2977 2978 self._template_locked = template_locked 2979 2980 @property 2981 def template_locked_metadata(self): 2982 """Gets the template_locked_metadata of this Numerical. # noqa: E501 2983 2984 # noqa: E501 2985 2986 :return: The template_locked_metadata of this Numerical. # noqa: E501 2987 :rtype: PropertyMetadata 2988 """ 2989 return self._template_locked_metadata 2990 2991 @template_locked_metadata.setter 2992 def template_locked_metadata(self, template_locked_metadata): 2993 """Sets the template_locked_metadata of this Numerical. 2994 2995 # noqa: E501 2996 2997 :param template_locked_metadata: The template_locked_metadata of this Numerical. # noqa: E501 2998 :type: PropertyMetadata 2999 """ 3000 3001 self._template_locked_metadata = template_locked_metadata 3002 3003 @property 3004 def template_required(self): 3005 """Gets the template_required of this Numerical. # noqa: E501 3006 3007 When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 3008 3009 :return: The template_required of this Numerical. # noqa: E501 3010 :rtype: str 3011 """ 3012 return self._template_required 3013 3014 @template_required.setter 3015 def template_required(self, template_required): 3016 """Sets the template_required of this Numerical. 3017 3018 When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 3019 3020 :param template_required: The template_required of this Numerical. # noqa: E501 3021 :type: str 3022 """ 3023 3024 self._template_required = template_required 3025 3026 @property 3027 def template_required_metadata(self): 3028 """Gets the template_required_metadata of this Numerical. # noqa: E501 3029 3030 # noqa: E501 3031 3032 :return: The template_required_metadata of this Numerical. # noqa: E501 3033 :rtype: PropertyMetadata 3034 """ 3035 return self._template_required_metadata 3036 3037 @template_required_metadata.setter 3038 def template_required_metadata(self, template_required_metadata): 3039 """Sets the template_required_metadata of this Numerical. 3040 3041 # noqa: E501 3042 3043 :param template_required_metadata: The template_required_metadata of this Numerical. # noqa: E501 3044 :type: PropertyMetadata 3045 """ 3046 3047 self._template_required_metadata = template_required_metadata 3048 3049 @property 3050 def tooltip(self): 3051 """Gets the tooltip of this Numerical. # noqa: E501 3052 3053 # noqa: E501 3054 3055 :return: The tooltip of this Numerical. # noqa: E501 3056 :rtype: str 3057 """ 3058 return self._tooltip 3059 3060 @tooltip.setter 3061 def tooltip(self, tooltip): 3062 """Sets the tooltip of this Numerical. 3063 3064 # noqa: E501 3065 3066 :param tooltip: The tooltip of this Numerical. # noqa: E501 3067 :type: str 3068 """ 3069 3070 self._tooltip = tooltip 3071 3072 @property 3073 def tool_tip_metadata(self): 3074 """Gets the tool_tip_metadata of this Numerical. # noqa: E501 3075 3076 # noqa: E501 3077 3078 :return: The tool_tip_metadata of this Numerical. # noqa: E501 3079 :rtype: PropertyMetadata 3080 """ 3081 return self._tool_tip_metadata 3082 3083 @tool_tip_metadata.setter 3084 def tool_tip_metadata(self, tool_tip_metadata): 3085 """Sets the tool_tip_metadata of this Numerical. 3086 3087 # noqa: E501 3088 3089 :param tool_tip_metadata: The tool_tip_metadata of this Numerical. # noqa: E501 3090 :type: PropertyMetadata 3091 """ 3092 3093 self._tool_tip_metadata = tool_tip_metadata 3094 3095 @property 3096 def underline(self): 3097 """Gets the underline of this Numerical. # noqa: E501 3098 3099 When set to **true**, the information in the tab is underlined. # noqa: E501 3100 3101 :return: The underline of this Numerical. # noqa: E501 3102 :rtype: str 3103 """ 3104 return self._underline 3105 3106 @underline.setter 3107 def underline(self, underline): 3108 """Sets the underline of this Numerical. 3109 3110 When set to **true**, the information in the tab is underlined. # noqa: E501 3111 3112 :param underline: The underline of this Numerical. # noqa: E501 3113 :type: str 3114 """ 3115 3116 self._underline = underline 3117 3118 @property 3119 def underline_metadata(self): 3120 """Gets the underline_metadata of this Numerical. # noqa: E501 3121 3122 # noqa: E501 3123 3124 :return: The underline_metadata of this Numerical. # noqa: E501 3125 :rtype: PropertyMetadata 3126 """ 3127 return self._underline_metadata 3128 3129 @underline_metadata.setter 3130 def underline_metadata(self, underline_metadata): 3131 """Sets the underline_metadata of this Numerical. 3132 3133 # noqa: E501 3134 3135 :param underline_metadata: The underline_metadata of this Numerical. # noqa: E501 3136 :type: PropertyMetadata 3137 """ 3138 3139 self._underline_metadata = underline_metadata 3140 3141 @property 3142 def validation_type(self): 3143 """Gets the validation_type of this Numerical. # noqa: E501 3144 3145 # noqa: E501 3146 3147 :return: The validation_type of this Numerical. # noqa: E501 3148 :rtype: str 3149 """ 3150 return self._validation_type 3151 3152 @validation_type.setter 3153 def validation_type(self, validation_type): 3154 """Sets the validation_type of this Numerical. 3155 3156 # noqa: E501 3157 3158 :param validation_type: The validation_type of this Numerical. # noqa: E501 3159 :type: str 3160 """ 3161 3162 self._validation_type = validation_type 3163 3164 @property 3165 def value(self): 3166 """Gets the value of this Numerical. # noqa: E501 3167 3168 Specifies the value of the tab. # noqa: E501 3169 3170 :return: The value of this Numerical. # noqa: E501 3171 :rtype: str 3172 """ 3173 return self._value 3174 3175 @value.setter 3176 def value(self, value): 3177 """Sets the value of this Numerical. 3178 3179 Specifies the value of the tab. # noqa: E501 3180 3181 :param value: The value of this Numerical. # noqa: E501 3182 :type: str 3183 """ 3184 3185 self._value = value 3186 3187 @property 3188 def value_metadata(self): 3189 """Gets the value_metadata of this Numerical. # noqa: E501 3190 3191 # noqa: E501 3192 3193 :return: The value_metadata of this Numerical. # noqa: E501 3194 :rtype: PropertyMetadata 3195 """ 3196 return self._value_metadata 3197 3198 @value_metadata.setter 3199 def value_metadata(self, value_metadata): 3200 """Sets the value_metadata of this Numerical. 3201 3202 # noqa: E501 3203 3204 :param value_metadata: The value_metadata of this Numerical. # noqa: E501 3205 :type: PropertyMetadata 3206 """ 3207 3208 self._value_metadata = value_metadata 3209 3210 @property 3211 def warning_details(self): 3212 """Gets the warning_details of this Numerical. # noqa: E501 3213 3214 # noqa: E501 3215 3216 :return: The warning_details of this Numerical. # noqa: E501 3217 :rtype: ErrorDetails 3218 """ 3219 return self._warning_details 3220 3221 @warning_details.setter 3222 def warning_details(self, warning_details): 3223 """Sets the warning_details of this Numerical. 3224 3225 # noqa: E501 3226 3227 :param warning_details: The warning_details of this Numerical. # noqa: E501 3228 :type: ErrorDetails 3229 """ 3230 3231 self._warning_details = warning_details 3232 3233 @property 3234 def width(self): 3235 """Gets the width of this Numerical. # noqa: E501 3236 3237 Width of the tab in pixels. # noqa: E501 3238 3239 :return: The width of this Numerical. # noqa: E501 3240 :rtype: str 3241 """ 3242 return self._width 3243 3244 @width.setter 3245 def width(self, width): 3246 """Sets the width of this Numerical. 3247 3248 Width of the tab in pixels. # noqa: E501 3249 3250 :param width: The width of this Numerical. # noqa: E501 3251 :type: str 3252 """ 3253 3254 self._width = width 3255 3256 @property 3257 def width_metadata(self): 3258 """Gets the width_metadata of this Numerical. # noqa: E501 3259 3260 # noqa: E501 3261 3262 :return: The width_metadata of this Numerical. # noqa: E501 3263 :rtype: PropertyMetadata 3264 """ 3265 return self._width_metadata 3266 3267 @width_metadata.setter 3268 def width_metadata(self, width_metadata): 3269 """Sets the width_metadata of this Numerical. 3270 3271 # noqa: E501 3272 3273 :param width_metadata: The width_metadata of this Numerical. # noqa: E501 3274 :type: PropertyMetadata 3275 """ 3276 3277 self._width_metadata = width_metadata 3278 3279 @property 3280 def x_position(self): 3281 """Gets the x_position of this Numerical. # noqa: E501 3282 3283 This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 3284 3285 :return: The x_position of this Numerical. # noqa: E501 3286 :rtype: str 3287 """ 3288 return self._x_position 3289 3290 @x_position.setter 3291 def x_position(self, x_position): 3292 """Sets the x_position of this Numerical. 3293 3294 This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 3295 3296 :param x_position: The x_position of this Numerical. # noqa: E501 3297 :type: str 3298 """ 3299 3300 self._x_position = x_position 3301 3302 @property 3303 def x_position_metadata(self): 3304 """Gets the x_position_metadata of this Numerical. # noqa: E501 3305 3306 # noqa: E501 3307 3308 :return: The x_position_metadata of this Numerical. # noqa: E501 3309 :rtype: PropertyMetadata 3310 """ 3311 return self._x_position_metadata 3312 3313 @x_position_metadata.setter 3314 def x_position_metadata(self, x_position_metadata): 3315 """Sets the x_position_metadata of this Numerical. 3316 3317 # noqa: E501 3318 3319 :param x_position_metadata: The x_position_metadata of this Numerical. # noqa: E501 3320 :type: PropertyMetadata 3321 """ 3322 3323 self._x_position_metadata = x_position_metadata 3324 3325 @property 3326 def y_position(self): 3327 """Gets the y_position of this Numerical. # noqa: E501 3328 3329 This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 3330 3331 :return: The y_position of this Numerical. # noqa: E501 3332 :rtype: str 3333 """ 3334 return self._y_position 3335 3336 @y_position.setter 3337 def y_position(self, y_position): 3338 """Sets the y_position of this Numerical. 3339 3340 This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 3341 3342 :param y_position: The y_position of this Numerical. # noqa: E501 3343 :type: str 3344 """ 3345 3346 self._y_position = y_position 3347 3348 @property 3349 def y_position_metadata(self): 3350 """Gets the y_position_metadata of this Numerical. # noqa: E501 3351 3352 # noqa: E501 3353 3354 :return: The y_position_metadata of this Numerical. # noqa: E501 3355 :rtype: PropertyMetadata 3356 """ 3357 return self._y_position_metadata 3358 3359 @y_position_metadata.setter 3360 def y_position_metadata(self, y_position_metadata): 3361 """Sets the y_position_metadata of this Numerical. 3362 3363 # noqa: E501 3364 3365 :param y_position_metadata: The y_position_metadata of this Numerical. # noqa: E501 3366 :type: PropertyMetadata 3367 """ 3368 3369 self._y_position_metadata = y_position_metadata 3370 3371 def to_dict(self): 3372 """Returns the model properties as a dict""" 3373 result = {} 3374 3375 for attr, _ in six.iteritems(self.swagger_types): 3376 value = getattr(self, attr) 3377 if isinstance(value, list): 3378 result[attr] = list(map( 3379 lambda x: x.to_dict() if hasattr(x, "to_dict") else x, 3380 value 3381 )) 3382 elif hasattr(value, "to_dict"): 3383 result[attr] = value.to_dict() 3384 elif isinstance(value, dict): 3385 result[attr] = dict(map( 3386 lambda item: (item[0], item[1].to_dict()) 3387 if hasattr(item[1], "to_dict") else item, 3388 value.items() 3389 )) 3390 else: 3391 result[attr] = value 3392 if issubclass(Numerical, dict): 3393 for key, value in self.items(): 3394 result[key] = value 3395 3396 return result 3397 3398 def to_str(self): 3399 """Returns the string representation of the model""" 3400 return pprint.pformat(self.to_dict()) 3401 3402 def __repr__(self): 3403 """For `print` and `pprint`""" 3404 return self.to_str() 3405 3406 def __eq__(self, other): 3407 """Returns true if both objects are equal""" 3408 if not isinstance(other, Numerical): 3409 return False 3410 3411 return self.to_dict() == other.to_dict() 3412 3413 def __ne__(self, other): 3414 """Returns true if both objects are not equal""" 3415 if not isinstance(other, Numerical): 3416 return True 3417 3418 return self.to_dict() != other.to_dict()
23class Numerical(object): 24 """NOTE: This class is auto generated by the swagger code generator program. 25 26 Do not edit the class manually. 27 """ 28 29 """ 30 Attributes: 31 swagger_types (dict): The key is attribute name 32 and the value is attribute type. 33 attribute_map (dict): The key is attribute name 34 and the value is json key in definition. 35 """ 36 swagger_types = { 37 'agreement_attribute': 'str', 38 'agreement_attribute_locked': 'str', 39 'anchor_allow_white_space_in_characters': 'str', 40 'anchor_allow_white_space_in_characters_metadata': 'PropertyMetadata', 41 'anchor_case_sensitive': 'str', 42 'anchor_case_sensitive_metadata': 'PropertyMetadata', 43 'anchor_horizontal_alignment': 'str', 44 'anchor_horizontal_alignment_metadata': 'PropertyMetadata', 45 'anchor_ignore_if_not_present': 'str', 46 'anchor_ignore_if_not_present_metadata': 'PropertyMetadata', 47 'anchor_match_whole_word': 'str', 48 'anchor_match_whole_word_metadata': 'PropertyMetadata', 49 'anchor_string': 'str', 50 'anchor_string_metadata': 'PropertyMetadata', 51 'anchor_tab_processor_version': 'str', 52 'anchor_tab_processor_version_metadata': 'PropertyMetadata', 53 'anchor_units': 'str', 54 'anchor_units_metadata': 'PropertyMetadata', 55 'anchor_x_offset': 'str', 56 'anchor_x_offset_metadata': 'PropertyMetadata', 57 'anchor_y_offset': 'str', 58 'anchor_y_offset_metadata': 'PropertyMetadata', 59 'bold': 'str', 60 'bold_metadata': 'PropertyMetadata', 61 'caption': 'str', 62 'caption_metadata': 'PropertyMetadata', 63 'conceal_value_on_document': 'str', 64 'conceal_value_on_document_metadata': 'PropertyMetadata', 65 'conditional_parent_label': 'str', 66 'conditional_parent_label_metadata': 'PropertyMetadata', 67 'conditional_parent_value': 'str', 68 'conditional_parent_value_metadata': 'PropertyMetadata', 69 'connected_object_details': 'ConnectedObjectDetails', 70 'custom_tab_id': 'str', 71 'custom_tab_id_metadata': 'PropertyMetadata', 72 'disable_auto_size': 'str', 73 'disable_auto_size_metadata': 'PropertyMetadata', 74 'document_id': 'str', 75 'document_id_metadata': 'PropertyMetadata', 76 'error_details': 'ErrorDetails', 77 'extension_data': 'ExtensionData', 78 'font': 'str', 79 'font_color': 'str', 80 'font_color_metadata': 'PropertyMetadata', 81 'font_metadata': 'PropertyMetadata', 82 'font_size': 'str', 83 'font_size_metadata': 'PropertyMetadata', 84 'form_order': 'str', 85 'form_order_metadata': 'PropertyMetadata', 86 'form_page_label': 'str', 87 'form_page_label_metadata': 'PropertyMetadata', 88 'form_page_number': 'str', 89 'form_page_number_metadata': 'PropertyMetadata', 90 'height': 'str', 91 'height_metadata': 'PropertyMetadata', 92 'italic': 'str', 93 'italic_metadata': 'PropertyMetadata', 94 'locale_policy': 'LocalePolicyTab', 95 'locked': 'str', 96 'locked_metadata': 'PropertyMetadata', 97 'max_length': 'str', 98 'max_length_metadata': 'PropertyMetadata', 99 'max_numerical_value': 'str', 100 'merge_field': 'MergeField', 101 'merge_field_xml': 'str', 102 'min_numerical_value': 'str', 103 'name': 'str', 104 'name_metadata': 'PropertyMetadata', 105 'numerical_value': 'str', 106 'original_numerical_value': 'str', 107 'original_value': 'str', 108 'original_value_metadata': 'PropertyMetadata', 109 'page_number': 'str', 110 'page_number_metadata': 'PropertyMetadata', 111 'recipient_id': 'str', 112 'recipient_id_guid': 'str', 113 'recipient_id_guid_metadata': 'PropertyMetadata', 114 'recipient_id_metadata': 'PropertyMetadata', 115 'require_all': 'str', 116 'require_all_metadata': 'PropertyMetadata', 117 'required': 'str', 118 'required_metadata': 'PropertyMetadata', 119 'require_initial_on_shared_change': 'str', 120 'require_initial_on_shared_change_metadata': 'PropertyMetadata', 121 'sender_required': 'str', 122 'sender_required_metadata': 'PropertyMetadata', 123 'shared': 'str', 124 'shared_metadata': 'PropertyMetadata', 125 'share_to_recipients': 'str', 126 'share_to_recipients_metadata': 'PropertyMetadata', 127 'smart_contract_information': 'SmartContractInformation', 128 'source': 'str', 129 'status': 'str', 130 'status_metadata': 'PropertyMetadata', 131 'tab_fully_qualified_path': 'str', 132 'tab_group_labels': 'list[str]', 133 'tab_group_labels_metadata': 'PropertyMetadata', 134 'tab_id': 'str', 135 'tab_id_metadata': 'PropertyMetadata', 136 'tab_label': 'str', 137 'tab_label_metadata': 'PropertyMetadata', 138 'tab_order': 'str', 139 'tab_order_metadata': 'PropertyMetadata', 140 'tab_type': 'str', 141 'tab_type_metadata': 'PropertyMetadata', 142 'template_locked': 'str', 143 'template_locked_metadata': 'PropertyMetadata', 144 'template_required': 'str', 145 'template_required_metadata': 'PropertyMetadata', 146 'tooltip': 'str', 147 'tool_tip_metadata': 'PropertyMetadata', 148 'underline': 'str', 149 'underline_metadata': 'PropertyMetadata', 150 'validation_type': 'str', 151 'value': 'str', 152 'value_metadata': 'PropertyMetadata', 153 'warning_details': 'ErrorDetails', 154 'width': 'str', 155 'width_metadata': 'PropertyMetadata', 156 'x_position': 'str', 157 'x_position_metadata': 'PropertyMetadata', 158 'y_position': 'str', 159 'y_position_metadata': 'PropertyMetadata' 160 } 161 162 attribute_map = { 163 'agreement_attribute': 'agreementAttribute', 164 'agreement_attribute_locked': 'agreementAttributeLocked', 165 'anchor_allow_white_space_in_characters': 'anchorAllowWhiteSpaceInCharacters', 166 'anchor_allow_white_space_in_characters_metadata': 'anchorAllowWhiteSpaceInCharactersMetadata', 167 'anchor_case_sensitive': 'anchorCaseSensitive', 168 'anchor_case_sensitive_metadata': 'anchorCaseSensitiveMetadata', 169 'anchor_horizontal_alignment': 'anchorHorizontalAlignment', 170 'anchor_horizontal_alignment_metadata': 'anchorHorizontalAlignmentMetadata', 171 'anchor_ignore_if_not_present': 'anchorIgnoreIfNotPresent', 172 'anchor_ignore_if_not_present_metadata': 'anchorIgnoreIfNotPresentMetadata', 173 'anchor_match_whole_word': 'anchorMatchWholeWord', 174 'anchor_match_whole_word_metadata': 'anchorMatchWholeWordMetadata', 175 'anchor_string': 'anchorString', 176 'anchor_string_metadata': 'anchorStringMetadata', 177 'anchor_tab_processor_version': 'anchorTabProcessorVersion', 178 'anchor_tab_processor_version_metadata': 'anchorTabProcessorVersionMetadata', 179 'anchor_units': 'anchorUnits', 180 'anchor_units_metadata': 'anchorUnitsMetadata', 181 'anchor_x_offset': 'anchorXOffset', 182 'anchor_x_offset_metadata': 'anchorXOffsetMetadata', 183 'anchor_y_offset': 'anchorYOffset', 184 'anchor_y_offset_metadata': 'anchorYOffsetMetadata', 185 'bold': 'bold', 186 'bold_metadata': 'boldMetadata', 187 'caption': 'caption', 188 'caption_metadata': 'captionMetadata', 189 'conceal_value_on_document': 'concealValueOnDocument', 190 'conceal_value_on_document_metadata': 'concealValueOnDocumentMetadata', 191 'conditional_parent_label': 'conditionalParentLabel', 192 'conditional_parent_label_metadata': 'conditionalParentLabelMetadata', 193 'conditional_parent_value': 'conditionalParentValue', 194 'conditional_parent_value_metadata': 'conditionalParentValueMetadata', 195 'connected_object_details': 'connectedObjectDetails', 196 'custom_tab_id': 'customTabId', 197 'custom_tab_id_metadata': 'customTabIdMetadata', 198 'disable_auto_size': 'disableAutoSize', 199 'disable_auto_size_metadata': 'disableAutoSizeMetadata', 200 'document_id': 'documentId', 201 'document_id_metadata': 'documentIdMetadata', 202 'error_details': 'errorDetails', 203 'extension_data': 'extensionData', 204 'font': 'font', 205 'font_color': 'fontColor', 206 'font_color_metadata': 'fontColorMetadata', 207 'font_metadata': 'fontMetadata', 208 'font_size': 'fontSize', 209 'font_size_metadata': 'fontSizeMetadata', 210 'form_order': 'formOrder', 211 'form_order_metadata': 'formOrderMetadata', 212 'form_page_label': 'formPageLabel', 213 'form_page_label_metadata': 'formPageLabelMetadata', 214 'form_page_number': 'formPageNumber', 215 'form_page_number_metadata': 'formPageNumberMetadata', 216 'height': 'height', 217 'height_metadata': 'heightMetadata', 218 'italic': 'italic', 219 'italic_metadata': 'italicMetadata', 220 'locale_policy': 'localePolicy', 221 'locked': 'locked', 222 'locked_metadata': 'lockedMetadata', 223 'max_length': 'maxLength', 224 'max_length_metadata': 'maxLengthMetadata', 225 'max_numerical_value': 'maxNumericalValue', 226 'merge_field': 'mergeField', 227 'merge_field_xml': 'mergeFieldXml', 228 'min_numerical_value': 'minNumericalValue', 229 'name': 'name', 230 'name_metadata': 'nameMetadata', 231 'numerical_value': 'numericalValue', 232 'original_numerical_value': 'originalNumericalValue', 233 'original_value': 'originalValue', 234 'original_value_metadata': 'originalValueMetadata', 235 'page_number': 'pageNumber', 236 'page_number_metadata': 'pageNumberMetadata', 237 'recipient_id': 'recipientId', 238 'recipient_id_guid': 'recipientIdGuid', 239 'recipient_id_guid_metadata': 'recipientIdGuidMetadata', 240 'recipient_id_metadata': 'recipientIdMetadata', 241 'require_all': 'requireAll', 242 'require_all_metadata': 'requireAllMetadata', 243 'required': 'required', 244 'required_metadata': 'requiredMetadata', 245 'require_initial_on_shared_change': 'requireInitialOnSharedChange', 246 'require_initial_on_shared_change_metadata': 'requireInitialOnSharedChangeMetadata', 247 'sender_required': 'senderRequired', 248 'sender_required_metadata': 'senderRequiredMetadata', 249 'shared': 'shared', 250 'shared_metadata': 'sharedMetadata', 251 'share_to_recipients': 'shareToRecipients', 252 'share_to_recipients_metadata': 'shareToRecipientsMetadata', 253 'smart_contract_information': 'smartContractInformation', 254 'source': 'source', 255 'status': 'status', 256 'status_metadata': 'statusMetadata', 257 'tab_fully_qualified_path': 'tabFullyQualifiedPath', 258 'tab_group_labels': 'tabGroupLabels', 259 'tab_group_labels_metadata': 'tabGroupLabelsMetadata', 260 'tab_id': 'tabId', 261 'tab_id_metadata': 'tabIdMetadata', 262 'tab_label': 'tabLabel', 263 'tab_label_metadata': 'tabLabelMetadata', 264 'tab_order': 'tabOrder', 265 'tab_order_metadata': 'tabOrderMetadata', 266 'tab_type': 'tabType', 267 'tab_type_metadata': 'tabTypeMetadata', 268 'template_locked': 'templateLocked', 269 'template_locked_metadata': 'templateLockedMetadata', 270 'template_required': 'templateRequired', 271 'template_required_metadata': 'templateRequiredMetadata', 272 'tooltip': 'tooltip', 273 'tool_tip_metadata': 'toolTipMetadata', 274 'underline': 'underline', 275 'underline_metadata': 'underlineMetadata', 276 'validation_type': 'validationType', 277 'value': 'value', 278 'value_metadata': 'valueMetadata', 279 'warning_details': 'warningDetails', 280 'width': 'width', 281 'width_metadata': 'widthMetadata', 282 'x_position': 'xPosition', 283 'x_position_metadata': 'xPositionMetadata', 284 'y_position': 'yPosition', 285 'y_position_metadata': 'yPositionMetadata' 286 } 287 288 def __init__(self, _configuration=None, **kwargs): # noqa: E501 289 """Numerical - a model defined in Swagger""" # noqa: E501 290 if _configuration is None: 291 _configuration = Configuration() 292 self._configuration = _configuration 293 294 self._agreement_attribute = None 295 self._agreement_attribute_locked = None 296 self._anchor_allow_white_space_in_characters = None 297 self._anchor_allow_white_space_in_characters_metadata = None 298 self._anchor_case_sensitive = None 299 self._anchor_case_sensitive_metadata = None 300 self._anchor_horizontal_alignment = None 301 self._anchor_horizontal_alignment_metadata = None 302 self._anchor_ignore_if_not_present = None 303 self._anchor_ignore_if_not_present_metadata = None 304 self._anchor_match_whole_word = None 305 self._anchor_match_whole_word_metadata = None 306 self._anchor_string = None 307 self._anchor_string_metadata = None 308 self._anchor_tab_processor_version = None 309 self._anchor_tab_processor_version_metadata = None 310 self._anchor_units = None 311 self._anchor_units_metadata = None 312 self._anchor_x_offset = None 313 self._anchor_x_offset_metadata = None 314 self._anchor_y_offset = None 315 self._anchor_y_offset_metadata = None 316 self._bold = None 317 self._bold_metadata = None 318 self._caption = None 319 self._caption_metadata = None 320 self._conceal_value_on_document = None 321 self._conceal_value_on_document_metadata = None 322 self._conditional_parent_label = None 323 self._conditional_parent_label_metadata = None 324 self._conditional_parent_value = None 325 self._conditional_parent_value_metadata = None 326 self._connected_object_details = None 327 self._custom_tab_id = None 328 self._custom_tab_id_metadata = None 329 self._disable_auto_size = None 330 self._disable_auto_size_metadata = None 331 self._document_id = None 332 self._document_id_metadata = None 333 self._error_details = None 334 self._extension_data = None 335 self._font = None 336 self._font_color = None 337 self._font_color_metadata = None 338 self._font_metadata = None 339 self._font_size = None 340 self._font_size_metadata = None 341 self._form_order = None 342 self._form_order_metadata = None 343 self._form_page_label = None 344 self._form_page_label_metadata = None 345 self._form_page_number = None 346 self._form_page_number_metadata = None 347 self._height = None 348 self._height_metadata = None 349 self._italic = None 350 self._italic_metadata = None 351 self._locale_policy = None 352 self._locked = None 353 self._locked_metadata = None 354 self._max_length = None 355 self._max_length_metadata = None 356 self._max_numerical_value = None 357 self._merge_field = None 358 self._merge_field_xml = None 359 self._min_numerical_value = None 360 self._name = None 361 self._name_metadata = None 362 self._numerical_value = None 363 self._original_numerical_value = None 364 self._original_value = None 365 self._original_value_metadata = None 366 self._page_number = None 367 self._page_number_metadata = None 368 self._recipient_id = None 369 self._recipient_id_guid = None 370 self._recipient_id_guid_metadata = None 371 self._recipient_id_metadata = None 372 self._require_all = None 373 self._require_all_metadata = None 374 self._required = None 375 self._required_metadata = None 376 self._require_initial_on_shared_change = None 377 self._require_initial_on_shared_change_metadata = None 378 self._sender_required = None 379 self._sender_required_metadata = None 380 self._shared = None 381 self._shared_metadata = None 382 self._share_to_recipients = None 383 self._share_to_recipients_metadata = None 384 self._smart_contract_information = None 385 self._source = None 386 self._status = None 387 self._status_metadata = None 388 self._tab_fully_qualified_path = None 389 self._tab_group_labels = None 390 self._tab_group_labels_metadata = None 391 self._tab_id = None 392 self._tab_id_metadata = None 393 self._tab_label = None 394 self._tab_label_metadata = None 395 self._tab_order = None 396 self._tab_order_metadata = None 397 self._tab_type = None 398 self._tab_type_metadata = None 399 self._template_locked = None 400 self._template_locked_metadata = None 401 self._template_required = None 402 self._template_required_metadata = None 403 self._tooltip = None 404 self._tool_tip_metadata = None 405 self._underline = None 406 self._underline_metadata = None 407 self._validation_type = None 408 self._value = None 409 self._value_metadata = None 410 self._warning_details = None 411 self._width = None 412 self._width_metadata = None 413 self._x_position = None 414 self._x_position_metadata = None 415 self._y_position = None 416 self._y_position_metadata = None 417 self.discriminator = None 418 419 setattr(self, "_{}".format('agreement_attribute'), kwargs.get('agreement_attribute', None)) 420 setattr(self, "_{}".format('agreement_attribute_locked'), kwargs.get('agreement_attribute_locked', None)) 421 setattr(self, "_{}".format('anchor_allow_white_space_in_characters'), kwargs.get('anchor_allow_white_space_in_characters', None)) 422 setattr(self, "_{}".format('anchor_allow_white_space_in_characters_metadata'), kwargs.get('anchor_allow_white_space_in_characters_metadata', None)) 423 setattr(self, "_{}".format('anchor_case_sensitive'), kwargs.get('anchor_case_sensitive', None)) 424 setattr(self, "_{}".format('anchor_case_sensitive_metadata'), kwargs.get('anchor_case_sensitive_metadata', None)) 425 setattr(self, "_{}".format('anchor_horizontal_alignment'), kwargs.get('anchor_horizontal_alignment', None)) 426 setattr(self, "_{}".format('anchor_horizontal_alignment_metadata'), kwargs.get('anchor_horizontal_alignment_metadata', None)) 427 setattr(self, "_{}".format('anchor_ignore_if_not_present'), kwargs.get('anchor_ignore_if_not_present', None)) 428 setattr(self, "_{}".format('anchor_ignore_if_not_present_metadata'), kwargs.get('anchor_ignore_if_not_present_metadata', None)) 429 setattr(self, "_{}".format('anchor_match_whole_word'), kwargs.get('anchor_match_whole_word', None)) 430 setattr(self, "_{}".format('anchor_match_whole_word_metadata'), kwargs.get('anchor_match_whole_word_metadata', None)) 431 setattr(self, "_{}".format('anchor_string'), kwargs.get('anchor_string', None)) 432 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) 433 setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) 434 setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) 435 setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) 436 setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) 437 setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) 438 setattr(self, "_{}".format('anchor_x_offset_metadata'), kwargs.get('anchor_x_offset_metadata', None)) 439 setattr(self, "_{}".format('anchor_y_offset'), kwargs.get('anchor_y_offset', None)) 440 setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None)) 441 setattr(self, "_{}".format('bold'), kwargs.get('bold', None)) 442 setattr(self, "_{}".format('bold_metadata'), kwargs.get('bold_metadata', None)) 443 setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) 444 setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) 445 setattr(self, "_{}".format('conceal_value_on_document'), kwargs.get('conceal_value_on_document', None)) 446 setattr(self, "_{}".format('conceal_value_on_document_metadata'), kwargs.get('conceal_value_on_document_metadata', None)) 447 setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None)) 448 setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None)) 449 setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None)) 450 setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None)) 451 setattr(self, "_{}".format('connected_object_details'), kwargs.get('connected_object_details', None)) 452 setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None)) 453 setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None)) 454 setattr(self, "_{}".format('disable_auto_size'), kwargs.get('disable_auto_size', None)) 455 setattr(self, "_{}".format('disable_auto_size_metadata'), kwargs.get('disable_auto_size_metadata', None)) 456 setattr(self, "_{}".format('document_id'), kwargs.get('document_id', None)) 457 setattr(self, "_{}".format('document_id_metadata'), kwargs.get('document_id_metadata', None)) 458 setattr(self, "_{}".format('error_details'), kwargs.get('error_details', None)) 459 setattr(self, "_{}".format('extension_data'), kwargs.get('extension_data', None)) 460 setattr(self, "_{}".format('font'), kwargs.get('font', None)) 461 setattr(self, "_{}".format('font_color'), kwargs.get('font_color', None)) 462 setattr(self, "_{}".format('font_color_metadata'), kwargs.get('font_color_metadata', None)) 463 setattr(self, "_{}".format('font_metadata'), kwargs.get('font_metadata', None)) 464 setattr(self, "_{}".format('font_size'), kwargs.get('font_size', None)) 465 setattr(self, "_{}".format('font_size_metadata'), kwargs.get('font_size_metadata', None)) 466 setattr(self, "_{}".format('form_order'), kwargs.get('form_order', None)) 467 setattr(self, "_{}".format('form_order_metadata'), kwargs.get('form_order_metadata', None)) 468 setattr(self, "_{}".format('form_page_label'), kwargs.get('form_page_label', None)) 469 setattr(self, "_{}".format('form_page_label_metadata'), kwargs.get('form_page_label_metadata', None)) 470 setattr(self, "_{}".format('form_page_number'), kwargs.get('form_page_number', None)) 471 setattr(self, "_{}".format('form_page_number_metadata'), kwargs.get('form_page_number_metadata', None)) 472 setattr(self, "_{}".format('height'), kwargs.get('height', None)) 473 setattr(self, "_{}".format('height_metadata'), kwargs.get('height_metadata', None)) 474 setattr(self, "_{}".format('italic'), kwargs.get('italic', None)) 475 setattr(self, "_{}".format('italic_metadata'), kwargs.get('italic_metadata', None)) 476 setattr(self, "_{}".format('locale_policy'), kwargs.get('locale_policy', None)) 477 setattr(self, "_{}".format('locked'), kwargs.get('locked', None)) 478 setattr(self, "_{}".format('locked_metadata'), kwargs.get('locked_metadata', None)) 479 setattr(self, "_{}".format('max_length'), kwargs.get('max_length', None)) 480 setattr(self, "_{}".format('max_length_metadata'), kwargs.get('max_length_metadata', None)) 481 setattr(self, "_{}".format('max_numerical_value'), kwargs.get('max_numerical_value', None)) 482 setattr(self, "_{}".format('merge_field'), kwargs.get('merge_field', None)) 483 setattr(self, "_{}".format('merge_field_xml'), kwargs.get('merge_field_xml', None)) 484 setattr(self, "_{}".format('min_numerical_value'), kwargs.get('min_numerical_value', None)) 485 setattr(self, "_{}".format('name'), kwargs.get('name', None)) 486 setattr(self, "_{}".format('name_metadata'), kwargs.get('name_metadata', None)) 487 setattr(self, "_{}".format('numerical_value'), kwargs.get('numerical_value', None)) 488 setattr(self, "_{}".format('original_numerical_value'), kwargs.get('original_numerical_value', None)) 489 setattr(self, "_{}".format('original_value'), kwargs.get('original_value', None)) 490 setattr(self, "_{}".format('original_value_metadata'), kwargs.get('original_value_metadata', None)) 491 setattr(self, "_{}".format('page_number'), kwargs.get('page_number', None)) 492 setattr(self, "_{}".format('page_number_metadata'), kwargs.get('page_number_metadata', None)) 493 setattr(self, "_{}".format('recipient_id'), kwargs.get('recipient_id', None)) 494 setattr(self, "_{}".format('recipient_id_guid'), kwargs.get('recipient_id_guid', None)) 495 setattr(self, "_{}".format('recipient_id_guid_metadata'), kwargs.get('recipient_id_guid_metadata', None)) 496 setattr(self, "_{}".format('recipient_id_metadata'), kwargs.get('recipient_id_metadata', None)) 497 setattr(self, "_{}".format('require_all'), kwargs.get('require_all', None)) 498 setattr(self, "_{}".format('require_all_metadata'), kwargs.get('require_all_metadata', None)) 499 setattr(self, "_{}".format('required'), kwargs.get('required', None)) 500 setattr(self, "_{}".format('required_metadata'), kwargs.get('required_metadata', None)) 501 setattr(self, "_{}".format('require_initial_on_shared_change'), kwargs.get('require_initial_on_shared_change', None)) 502 setattr(self, "_{}".format('require_initial_on_shared_change_metadata'), kwargs.get('require_initial_on_shared_change_metadata', None)) 503 setattr(self, "_{}".format('sender_required'), kwargs.get('sender_required', None)) 504 setattr(self, "_{}".format('sender_required_metadata'), kwargs.get('sender_required_metadata', None)) 505 setattr(self, "_{}".format('shared'), kwargs.get('shared', None)) 506 setattr(self, "_{}".format('shared_metadata'), kwargs.get('shared_metadata', None)) 507 setattr(self, "_{}".format('share_to_recipients'), kwargs.get('share_to_recipients', None)) 508 setattr(self, "_{}".format('share_to_recipients_metadata'), kwargs.get('share_to_recipients_metadata', None)) 509 setattr(self, "_{}".format('smart_contract_information'), kwargs.get('smart_contract_information', None)) 510 setattr(self, "_{}".format('source'), kwargs.get('source', None)) 511 setattr(self, "_{}".format('status'), kwargs.get('status', None)) 512 setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None)) 513 setattr(self, "_{}".format('tab_fully_qualified_path'), kwargs.get('tab_fully_qualified_path', None)) 514 setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None)) 515 setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None)) 516 setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None)) 517 setattr(self, "_{}".format('tab_id_metadata'), kwargs.get('tab_id_metadata', None)) 518 setattr(self, "_{}".format('tab_label'), kwargs.get('tab_label', None)) 519 setattr(self, "_{}".format('tab_label_metadata'), kwargs.get('tab_label_metadata', None)) 520 setattr(self, "_{}".format('tab_order'), kwargs.get('tab_order', None)) 521 setattr(self, "_{}".format('tab_order_metadata'), kwargs.get('tab_order_metadata', None)) 522 setattr(self, "_{}".format('tab_type'), kwargs.get('tab_type', None)) 523 setattr(self, "_{}".format('tab_type_metadata'), kwargs.get('tab_type_metadata', None)) 524 setattr(self, "_{}".format('template_locked'), kwargs.get('template_locked', None)) 525 setattr(self, "_{}".format('template_locked_metadata'), kwargs.get('template_locked_metadata', None)) 526 setattr(self, "_{}".format('template_required'), kwargs.get('template_required', None)) 527 setattr(self, "_{}".format('template_required_metadata'), kwargs.get('template_required_metadata', None)) 528 setattr(self, "_{}".format('tooltip'), kwargs.get('tooltip', None)) 529 setattr(self, "_{}".format('tool_tip_metadata'), kwargs.get('tool_tip_metadata', None)) 530 setattr(self, "_{}".format('underline'), kwargs.get('underline', None)) 531 setattr(self, "_{}".format('underline_metadata'), kwargs.get('underline_metadata', None)) 532 setattr(self, "_{}".format('validation_type'), kwargs.get('validation_type', None)) 533 setattr(self, "_{}".format('value'), kwargs.get('value', None)) 534 setattr(self, "_{}".format('value_metadata'), kwargs.get('value_metadata', None)) 535 setattr(self, "_{}".format('warning_details'), kwargs.get('warning_details', None)) 536 setattr(self, "_{}".format('width'), kwargs.get('width', None)) 537 setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None)) 538 setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None)) 539 setattr(self, "_{}".format('x_position_metadata'), kwargs.get('x_position_metadata', None)) 540 setattr(self, "_{}".format('y_position'), kwargs.get('y_position', None)) 541 setattr(self, "_{}".format('y_position_metadata'), kwargs.get('y_position_metadata', None)) 542 543 @property 544 def agreement_attribute(self): 545 """Gets the agreement_attribute of this Numerical. # noqa: E501 546 547 # noqa: E501 548 549 :return: The agreement_attribute of this Numerical. # noqa: E501 550 :rtype: str 551 """ 552 return self._agreement_attribute 553 554 @agreement_attribute.setter 555 def agreement_attribute(self, agreement_attribute): 556 """Sets the agreement_attribute of this Numerical. 557 558 # noqa: E501 559 560 :param agreement_attribute: The agreement_attribute of this Numerical. # noqa: E501 561 :type: str 562 """ 563 564 self._agreement_attribute = agreement_attribute 565 566 @property 567 def agreement_attribute_locked(self): 568 """Gets the agreement_attribute_locked of this Numerical. # noqa: E501 569 570 # noqa: E501 571 572 :return: The agreement_attribute_locked of this Numerical. # noqa: E501 573 :rtype: str 574 """ 575 return self._agreement_attribute_locked 576 577 @agreement_attribute_locked.setter 578 def agreement_attribute_locked(self, agreement_attribute_locked): 579 """Sets the agreement_attribute_locked of this Numerical. 580 581 # noqa: E501 582 583 :param agreement_attribute_locked: The agreement_attribute_locked of this Numerical. # noqa: E501 584 :type: str 585 """ 586 587 self._agreement_attribute_locked = agreement_attribute_locked 588 589 @property 590 def anchor_allow_white_space_in_characters(self): 591 """Gets the anchor_allow_white_space_in_characters of this Numerical. # noqa: E501 592 593 # noqa: E501 594 595 :return: The anchor_allow_white_space_in_characters of this Numerical. # noqa: E501 596 :rtype: str 597 """ 598 return self._anchor_allow_white_space_in_characters 599 600 @anchor_allow_white_space_in_characters.setter 601 def anchor_allow_white_space_in_characters(self, anchor_allow_white_space_in_characters): 602 """Sets the anchor_allow_white_space_in_characters of this Numerical. 603 604 # noqa: E501 605 606 :param anchor_allow_white_space_in_characters: The anchor_allow_white_space_in_characters of this Numerical. # noqa: E501 607 :type: str 608 """ 609 610 self._anchor_allow_white_space_in_characters = anchor_allow_white_space_in_characters 611 612 @property 613 def anchor_allow_white_space_in_characters_metadata(self): 614 """Gets the anchor_allow_white_space_in_characters_metadata of this Numerical. # noqa: E501 615 616 # noqa: E501 617 618 :return: The anchor_allow_white_space_in_characters_metadata of this Numerical. # noqa: E501 619 :rtype: PropertyMetadata 620 """ 621 return self._anchor_allow_white_space_in_characters_metadata 622 623 @anchor_allow_white_space_in_characters_metadata.setter 624 def anchor_allow_white_space_in_characters_metadata(self, anchor_allow_white_space_in_characters_metadata): 625 """Sets the anchor_allow_white_space_in_characters_metadata of this Numerical. 626 627 # noqa: E501 628 629 :param anchor_allow_white_space_in_characters_metadata: The anchor_allow_white_space_in_characters_metadata of this Numerical. # noqa: E501 630 :type: PropertyMetadata 631 """ 632 633 self._anchor_allow_white_space_in_characters_metadata = anchor_allow_white_space_in_characters_metadata 634 635 @property 636 def anchor_case_sensitive(self): 637 """Gets the anchor_case_sensitive of this Numerical. # noqa: E501 638 639 When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 640 641 :return: The anchor_case_sensitive of this Numerical. # noqa: E501 642 :rtype: str 643 """ 644 return self._anchor_case_sensitive 645 646 @anchor_case_sensitive.setter 647 def anchor_case_sensitive(self, anchor_case_sensitive): 648 """Sets the anchor_case_sensitive of this Numerical. 649 650 When set to **true**, the anchor string does not consider case when matching strings in the document. The default value is **true**. # noqa: E501 651 652 :param anchor_case_sensitive: The anchor_case_sensitive of this Numerical. # noqa: E501 653 :type: str 654 """ 655 656 self._anchor_case_sensitive = anchor_case_sensitive 657 658 @property 659 def anchor_case_sensitive_metadata(self): 660 """Gets the anchor_case_sensitive_metadata of this Numerical. # noqa: E501 661 662 # noqa: E501 663 664 :return: The anchor_case_sensitive_metadata of this Numerical. # noqa: E501 665 :rtype: PropertyMetadata 666 """ 667 return self._anchor_case_sensitive_metadata 668 669 @anchor_case_sensitive_metadata.setter 670 def anchor_case_sensitive_metadata(self, anchor_case_sensitive_metadata): 671 """Sets the anchor_case_sensitive_metadata of this Numerical. 672 673 # noqa: E501 674 675 :param anchor_case_sensitive_metadata: The anchor_case_sensitive_metadata of this Numerical. # noqa: E501 676 :type: PropertyMetadata 677 """ 678 679 self._anchor_case_sensitive_metadata = anchor_case_sensitive_metadata 680 681 @property 682 def anchor_horizontal_alignment(self): 683 """Gets the anchor_horizontal_alignment of this Numerical. # noqa: E501 684 685 Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 686 687 :return: The anchor_horizontal_alignment of this Numerical. # noqa: E501 688 :rtype: str 689 """ 690 return self._anchor_horizontal_alignment 691 692 @anchor_horizontal_alignment.setter 693 def anchor_horizontal_alignment(self, anchor_horizontal_alignment): 694 """Sets the anchor_horizontal_alignment of this Numerical. 695 696 Specifies the alignment of anchor tabs with anchor strings. Possible values are **left** or **right**. The default value is **left**. # noqa: E501 697 698 :param anchor_horizontal_alignment: The anchor_horizontal_alignment of this Numerical. # noqa: E501 699 :type: str 700 """ 701 702 self._anchor_horizontal_alignment = anchor_horizontal_alignment 703 704 @property 705 def anchor_horizontal_alignment_metadata(self): 706 """Gets the anchor_horizontal_alignment_metadata of this Numerical. # noqa: E501 707 708 # noqa: E501 709 710 :return: The anchor_horizontal_alignment_metadata of this Numerical. # noqa: E501 711 :rtype: PropertyMetadata 712 """ 713 return self._anchor_horizontal_alignment_metadata 714 715 @anchor_horizontal_alignment_metadata.setter 716 def anchor_horizontal_alignment_metadata(self, anchor_horizontal_alignment_metadata): 717 """Sets the anchor_horizontal_alignment_metadata of this Numerical. 718 719 # noqa: E501 720 721 :param anchor_horizontal_alignment_metadata: The anchor_horizontal_alignment_metadata of this Numerical. # noqa: E501 722 :type: PropertyMetadata 723 """ 724 725 self._anchor_horizontal_alignment_metadata = anchor_horizontal_alignment_metadata 726 727 @property 728 def anchor_ignore_if_not_present(self): 729 """Gets the anchor_ignore_if_not_present of this Numerical. # noqa: E501 730 731 When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 732 733 :return: The anchor_ignore_if_not_present of this Numerical. # noqa: E501 734 :rtype: str 735 """ 736 return self._anchor_ignore_if_not_present 737 738 @anchor_ignore_if_not_present.setter 739 def anchor_ignore_if_not_present(self, anchor_ignore_if_not_present): 740 """Sets the anchor_ignore_if_not_present of this Numerical. 741 742 When set to **true**, this tab is ignored if anchorString is not found in the document. # noqa: E501 743 744 :param anchor_ignore_if_not_present: The anchor_ignore_if_not_present of this Numerical. # noqa: E501 745 :type: str 746 """ 747 748 self._anchor_ignore_if_not_present = anchor_ignore_if_not_present 749 750 @property 751 def anchor_ignore_if_not_present_metadata(self): 752 """Gets the anchor_ignore_if_not_present_metadata of this Numerical. # noqa: E501 753 754 # noqa: E501 755 756 :return: The anchor_ignore_if_not_present_metadata of this Numerical. # noqa: E501 757 :rtype: PropertyMetadata 758 """ 759 return self._anchor_ignore_if_not_present_metadata 760 761 @anchor_ignore_if_not_present_metadata.setter 762 def anchor_ignore_if_not_present_metadata(self, anchor_ignore_if_not_present_metadata): 763 """Sets the anchor_ignore_if_not_present_metadata of this Numerical. 764 765 # noqa: E501 766 767 :param anchor_ignore_if_not_present_metadata: The anchor_ignore_if_not_present_metadata of this Numerical. # noqa: E501 768 :type: PropertyMetadata 769 """ 770 771 self._anchor_ignore_if_not_present_metadata = anchor_ignore_if_not_present_metadata 772 773 @property 774 def anchor_match_whole_word(self): 775 """Gets the anchor_match_whole_word of this Numerical. # noqa: E501 776 777 When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 778 779 :return: The anchor_match_whole_word of this Numerical. # noqa: E501 780 :rtype: str 781 """ 782 return self._anchor_match_whole_word 783 784 @anchor_match_whole_word.setter 785 def anchor_match_whole_word(self, anchor_match_whole_word): 786 """Sets the anchor_match_whole_word of this Numerical. 787 788 When set to **true**, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is **true**. # noqa: E501 789 790 :param anchor_match_whole_word: The anchor_match_whole_word of this Numerical. # noqa: E501 791 :type: str 792 """ 793 794 self._anchor_match_whole_word = anchor_match_whole_word 795 796 @property 797 def anchor_match_whole_word_metadata(self): 798 """Gets the anchor_match_whole_word_metadata of this Numerical. # noqa: E501 799 800 # noqa: E501 801 802 :return: The anchor_match_whole_word_metadata of this Numerical. # noqa: E501 803 :rtype: PropertyMetadata 804 """ 805 return self._anchor_match_whole_word_metadata 806 807 @anchor_match_whole_word_metadata.setter 808 def anchor_match_whole_word_metadata(self, anchor_match_whole_word_metadata): 809 """Sets the anchor_match_whole_word_metadata of this Numerical. 810 811 # noqa: E501 812 813 :param anchor_match_whole_word_metadata: The anchor_match_whole_word_metadata of this Numerical. # noqa: E501 814 :type: PropertyMetadata 815 """ 816 817 self._anchor_match_whole_word_metadata = anchor_match_whole_word_metadata 818 819 @property 820 def anchor_string(self): 821 """Gets the anchor_string of this Numerical. # noqa: E501 822 823 Anchor text information for a radio button. # noqa: E501 824 825 :return: The anchor_string of this Numerical. # noqa: E501 826 :rtype: str 827 """ 828 return self._anchor_string 829 830 @anchor_string.setter 831 def anchor_string(self, anchor_string): 832 """Sets the anchor_string of this Numerical. 833 834 Anchor text information for a radio button. # noqa: E501 835 836 :param anchor_string: The anchor_string of this Numerical. # noqa: E501 837 :type: str 838 """ 839 840 self._anchor_string = anchor_string 841 842 @property 843 def anchor_string_metadata(self): 844 """Gets the anchor_string_metadata of this Numerical. # noqa: E501 845 846 # noqa: E501 847 848 :return: The anchor_string_metadata of this Numerical. # noqa: E501 849 :rtype: PropertyMetadata 850 """ 851 return self._anchor_string_metadata 852 853 @anchor_string_metadata.setter 854 def anchor_string_metadata(self, anchor_string_metadata): 855 """Sets the anchor_string_metadata of this Numerical. 856 857 # noqa: E501 858 859 :param anchor_string_metadata: The anchor_string_metadata of this Numerical. # noqa: E501 860 :type: PropertyMetadata 861 """ 862 863 self._anchor_string_metadata = anchor_string_metadata 864 865 @property 866 def anchor_tab_processor_version(self): 867 """Gets the anchor_tab_processor_version of this Numerical. # noqa: E501 868 869 # noqa: E501 870 871 :return: The anchor_tab_processor_version of this Numerical. # noqa: E501 872 :rtype: str 873 """ 874 return self._anchor_tab_processor_version 875 876 @anchor_tab_processor_version.setter 877 def anchor_tab_processor_version(self, anchor_tab_processor_version): 878 """Sets the anchor_tab_processor_version of this Numerical. 879 880 # noqa: E501 881 882 :param anchor_tab_processor_version: The anchor_tab_processor_version of this Numerical. # noqa: E501 883 :type: str 884 """ 885 886 self._anchor_tab_processor_version = anchor_tab_processor_version 887 888 @property 889 def anchor_tab_processor_version_metadata(self): 890 """Gets the anchor_tab_processor_version_metadata of this Numerical. # noqa: E501 891 892 # noqa: E501 893 894 :return: The anchor_tab_processor_version_metadata of this Numerical. # noqa: E501 895 :rtype: PropertyMetadata 896 """ 897 return self._anchor_tab_processor_version_metadata 898 899 @anchor_tab_processor_version_metadata.setter 900 def anchor_tab_processor_version_metadata(self, anchor_tab_processor_version_metadata): 901 """Sets the anchor_tab_processor_version_metadata of this Numerical. 902 903 # noqa: E501 904 905 :param anchor_tab_processor_version_metadata: The anchor_tab_processor_version_metadata of this Numerical. # noqa: E501 906 :type: PropertyMetadata 907 """ 908 909 self._anchor_tab_processor_version_metadata = anchor_tab_processor_version_metadata 910 911 @property 912 def anchor_units(self): 913 """Gets the anchor_units of this Numerical. # noqa: E501 914 915 Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 916 917 :return: The anchor_units of this Numerical. # noqa: E501 918 :rtype: str 919 """ 920 return self._anchor_units 921 922 @anchor_units.setter 923 def anchor_units(self, anchor_units): 924 """Sets the anchor_units of this Numerical. 925 926 Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501 927 928 :param anchor_units: The anchor_units of this Numerical. # noqa: E501 929 :type: str 930 """ 931 932 self._anchor_units = anchor_units 933 934 @property 935 def anchor_units_metadata(self): 936 """Gets the anchor_units_metadata of this Numerical. # noqa: E501 937 938 # noqa: E501 939 940 :return: The anchor_units_metadata of this Numerical. # noqa: E501 941 :rtype: PropertyMetadata 942 """ 943 return self._anchor_units_metadata 944 945 @anchor_units_metadata.setter 946 def anchor_units_metadata(self, anchor_units_metadata): 947 """Sets the anchor_units_metadata of this Numerical. 948 949 # noqa: E501 950 951 :param anchor_units_metadata: The anchor_units_metadata of this Numerical. # noqa: E501 952 :type: PropertyMetadata 953 """ 954 955 self._anchor_units_metadata = anchor_units_metadata 956 957 @property 958 def anchor_x_offset(self): 959 """Gets the anchor_x_offset of this Numerical. # noqa: E501 960 961 Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 962 963 :return: The anchor_x_offset of this Numerical. # noqa: E501 964 :rtype: str 965 """ 966 return self._anchor_x_offset 967 968 @anchor_x_offset.setter 969 def anchor_x_offset(self, anchor_x_offset): 970 """Sets the anchor_x_offset of this Numerical. 971 972 Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 973 974 :param anchor_x_offset: The anchor_x_offset of this Numerical. # noqa: E501 975 :type: str 976 """ 977 978 self._anchor_x_offset = anchor_x_offset 979 980 @property 981 def anchor_x_offset_metadata(self): 982 """Gets the anchor_x_offset_metadata of this Numerical. # noqa: E501 983 984 # noqa: E501 985 986 :return: The anchor_x_offset_metadata of this Numerical. # noqa: E501 987 :rtype: PropertyMetadata 988 """ 989 return self._anchor_x_offset_metadata 990 991 @anchor_x_offset_metadata.setter 992 def anchor_x_offset_metadata(self, anchor_x_offset_metadata): 993 """Sets the anchor_x_offset_metadata of this Numerical. 994 995 # noqa: E501 996 997 :param anchor_x_offset_metadata: The anchor_x_offset_metadata of this Numerical. # noqa: E501 998 :type: PropertyMetadata 999 """ 1000 1001 self._anchor_x_offset_metadata = anchor_x_offset_metadata 1002 1003 @property 1004 def anchor_y_offset(self): 1005 """Gets the anchor_y_offset of this Numerical. # noqa: E501 1006 1007 Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 1008 1009 :return: The anchor_y_offset of this Numerical. # noqa: E501 1010 :rtype: str 1011 """ 1012 return self._anchor_y_offset 1013 1014 @anchor_y_offset.setter 1015 def anchor_y_offset(self, anchor_y_offset): 1016 """Sets the anchor_y_offset of this Numerical. 1017 1018 Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501 1019 1020 :param anchor_y_offset: The anchor_y_offset of this Numerical. # noqa: E501 1021 :type: str 1022 """ 1023 1024 self._anchor_y_offset = anchor_y_offset 1025 1026 @property 1027 def anchor_y_offset_metadata(self): 1028 """Gets the anchor_y_offset_metadata of this Numerical. # noqa: E501 1029 1030 # noqa: E501 1031 1032 :return: The anchor_y_offset_metadata of this Numerical. # noqa: E501 1033 :rtype: PropertyMetadata 1034 """ 1035 return self._anchor_y_offset_metadata 1036 1037 @anchor_y_offset_metadata.setter 1038 def anchor_y_offset_metadata(self, anchor_y_offset_metadata): 1039 """Sets the anchor_y_offset_metadata of this Numerical. 1040 1041 # noqa: E501 1042 1043 :param anchor_y_offset_metadata: The anchor_y_offset_metadata of this Numerical. # noqa: E501 1044 :type: PropertyMetadata 1045 """ 1046 1047 self._anchor_y_offset_metadata = anchor_y_offset_metadata 1048 1049 @property 1050 def bold(self): 1051 """Gets the bold of this Numerical. # noqa: E501 1052 1053 When set to **true**, the information in the tab is bold. # noqa: E501 1054 1055 :return: The bold of this Numerical. # noqa: E501 1056 :rtype: str 1057 """ 1058 return self._bold 1059 1060 @bold.setter 1061 def bold(self, bold): 1062 """Sets the bold of this Numerical. 1063 1064 When set to **true**, the information in the tab is bold. # noqa: E501 1065 1066 :param bold: The bold of this Numerical. # noqa: E501 1067 :type: str 1068 """ 1069 1070 self._bold = bold 1071 1072 @property 1073 def bold_metadata(self): 1074 """Gets the bold_metadata of this Numerical. # noqa: E501 1075 1076 # noqa: E501 1077 1078 :return: The bold_metadata of this Numerical. # noqa: E501 1079 :rtype: PropertyMetadata 1080 """ 1081 return self._bold_metadata 1082 1083 @bold_metadata.setter 1084 def bold_metadata(self, bold_metadata): 1085 """Sets the bold_metadata of this Numerical. 1086 1087 # noqa: E501 1088 1089 :param bold_metadata: The bold_metadata of this Numerical. # noqa: E501 1090 :type: PropertyMetadata 1091 """ 1092 1093 self._bold_metadata = bold_metadata 1094 1095 @property 1096 def caption(self): 1097 """Gets the caption of this Numerical. # noqa: E501 1098 1099 # noqa: E501 1100 1101 :return: The caption of this Numerical. # noqa: E501 1102 :rtype: str 1103 """ 1104 return self._caption 1105 1106 @caption.setter 1107 def caption(self, caption): 1108 """Sets the caption of this Numerical. 1109 1110 # noqa: E501 1111 1112 :param caption: The caption of this Numerical. # noqa: E501 1113 :type: str 1114 """ 1115 1116 self._caption = caption 1117 1118 @property 1119 def caption_metadata(self): 1120 """Gets the caption_metadata of this Numerical. # noqa: E501 1121 1122 # noqa: E501 1123 1124 :return: The caption_metadata of this Numerical. # noqa: E501 1125 :rtype: PropertyMetadata 1126 """ 1127 return self._caption_metadata 1128 1129 @caption_metadata.setter 1130 def caption_metadata(self, caption_metadata): 1131 """Sets the caption_metadata of this Numerical. 1132 1133 # noqa: E501 1134 1135 :param caption_metadata: The caption_metadata of this Numerical. # noqa: E501 1136 :type: PropertyMetadata 1137 """ 1138 1139 self._caption_metadata = caption_metadata 1140 1141 @property 1142 def conceal_value_on_document(self): 1143 """Gets the conceal_value_on_document of this Numerical. # noqa: E501 1144 1145 When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes. # noqa: E501 1146 1147 :return: The conceal_value_on_document of this Numerical. # noqa: E501 1148 :rtype: str 1149 """ 1150 return self._conceal_value_on_document 1151 1152 @conceal_value_on_document.setter 1153 def conceal_value_on_document(self, conceal_value_on_document): 1154 """Sets the conceal_value_on_document of this Numerical. 1155 1156 When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes. # noqa: E501 1157 1158 :param conceal_value_on_document: The conceal_value_on_document of this Numerical. # noqa: E501 1159 :type: str 1160 """ 1161 1162 self._conceal_value_on_document = conceal_value_on_document 1163 1164 @property 1165 def conceal_value_on_document_metadata(self): 1166 """Gets the conceal_value_on_document_metadata of this Numerical. # noqa: E501 1167 1168 # noqa: E501 1169 1170 :return: The conceal_value_on_document_metadata of this Numerical. # noqa: E501 1171 :rtype: PropertyMetadata 1172 """ 1173 return self._conceal_value_on_document_metadata 1174 1175 @conceal_value_on_document_metadata.setter 1176 def conceal_value_on_document_metadata(self, conceal_value_on_document_metadata): 1177 """Sets the conceal_value_on_document_metadata of this Numerical. 1178 1179 # noqa: E501 1180 1181 :param conceal_value_on_document_metadata: The conceal_value_on_document_metadata of this Numerical. # noqa: E501 1182 :type: PropertyMetadata 1183 """ 1184 1185 self._conceal_value_on_document_metadata = conceal_value_on_document_metadata 1186 1187 @property 1188 def conditional_parent_label(self): 1189 """Gets the conditional_parent_label of this Numerical. # noqa: E501 1190 1191 For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 1192 1193 :return: The conditional_parent_label of this Numerical. # noqa: E501 1194 :rtype: str 1195 """ 1196 return self._conditional_parent_label 1197 1198 @conditional_parent_label.setter 1199 def conditional_parent_label(self, conditional_parent_label): 1200 """Sets the conditional_parent_label of this Numerical. 1201 1202 For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501 1203 1204 :param conditional_parent_label: The conditional_parent_label of this Numerical. # noqa: E501 1205 :type: str 1206 """ 1207 1208 self._conditional_parent_label = conditional_parent_label 1209 1210 @property 1211 def conditional_parent_label_metadata(self): 1212 """Gets the conditional_parent_label_metadata of this Numerical. # noqa: E501 1213 1214 # noqa: E501 1215 1216 :return: The conditional_parent_label_metadata of this Numerical. # noqa: E501 1217 :rtype: PropertyMetadata 1218 """ 1219 return self._conditional_parent_label_metadata 1220 1221 @conditional_parent_label_metadata.setter 1222 def conditional_parent_label_metadata(self, conditional_parent_label_metadata): 1223 """Sets the conditional_parent_label_metadata of this Numerical. 1224 1225 # noqa: E501 1226 1227 :param conditional_parent_label_metadata: The conditional_parent_label_metadata of this Numerical. # noqa: E501 1228 :type: PropertyMetadata 1229 """ 1230 1231 self._conditional_parent_label_metadata = conditional_parent_label_metadata 1232 1233 @property 1234 def conditional_parent_value(self): 1235 """Gets the conditional_parent_value of this Numerical. # noqa: E501 1236 1237 For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 1238 1239 :return: The conditional_parent_value of this Numerical. # noqa: E501 1240 :rtype: str 1241 """ 1242 return self._conditional_parent_value 1243 1244 @conditional_parent_value.setter 1245 def conditional_parent_value(self, conditional_parent_value): 1246 """Sets the conditional_parent_value of this Numerical. 1247 1248 For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use \"on\" as the value to show that the parent tab is active. # noqa: E501 1249 1250 :param conditional_parent_value: The conditional_parent_value of this Numerical. # noqa: E501 1251 :type: str 1252 """ 1253 1254 self._conditional_parent_value = conditional_parent_value 1255 1256 @property 1257 def conditional_parent_value_metadata(self): 1258 """Gets the conditional_parent_value_metadata of this Numerical. # noqa: E501 1259 1260 # noqa: E501 1261 1262 :return: The conditional_parent_value_metadata of this Numerical. # noqa: E501 1263 :rtype: PropertyMetadata 1264 """ 1265 return self._conditional_parent_value_metadata 1266 1267 @conditional_parent_value_metadata.setter 1268 def conditional_parent_value_metadata(self, conditional_parent_value_metadata): 1269 """Sets the conditional_parent_value_metadata of this Numerical. 1270 1271 # noqa: E501 1272 1273 :param conditional_parent_value_metadata: The conditional_parent_value_metadata of this Numerical. # noqa: E501 1274 :type: PropertyMetadata 1275 """ 1276 1277 self._conditional_parent_value_metadata = conditional_parent_value_metadata 1278 1279 @property 1280 def connected_object_details(self): 1281 """Gets the connected_object_details of this Numerical. # noqa: E501 1282 1283 # noqa: E501 1284 1285 :return: The connected_object_details of this Numerical. # noqa: E501 1286 :rtype: ConnectedObjectDetails 1287 """ 1288 return self._connected_object_details 1289 1290 @connected_object_details.setter 1291 def connected_object_details(self, connected_object_details): 1292 """Sets the connected_object_details of this Numerical. 1293 1294 # noqa: E501 1295 1296 :param connected_object_details: The connected_object_details of this Numerical. # noqa: E501 1297 :type: ConnectedObjectDetails 1298 """ 1299 1300 self._connected_object_details = connected_object_details 1301 1302 @property 1303 def custom_tab_id(self): 1304 """Gets the custom_tab_id of this Numerical. # noqa: E501 1305 1306 The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 1307 1308 :return: The custom_tab_id of this Numerical. # noqa: E501 1309 :rtype: str 1310 """ 1311 return self._custom_tab_id 1312 1313 @custom_tab_id.setter 1314 def custom_tab_id(self, custom_tab_id): 1315 """Sets the custom_tab_id of this Numerical. 1316 1317 The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501 1318 1319 :param custom_tab_id: The custom_tab_id of this Numerical. # noqa: E501 1320 :type: str 1321 """ 1322 1323 self._custom_tab_id = custom_tab_id 1324 1325 @property 1326 def custom_tab_id_metadata(self): 1327 """Gets the custom_tab_id_metadata of this Numerical. # noqa: E501 1328 1329 # noqa: E501 1330 1331 :return: The custom_tab_id_metadata of this Numerical. # noqa: E501 1332 :rtype: PropertyMetadata 1333 """ 1334 return self._custom_tab_id_metadata 1335 1336 @custom_tab_id_metadata.setter 1337 def custom_tab_id_metadata(self, custom_tab_id_metadata): 1338 """Sets the custom_tab_id_metadata of this Numerical. 1339 1340 # noqa: E501 1341 1342 :param custom_tab_id_metadata: The custom_tab_id_metadata of this Numerical. # noqa: E501 1343 :type: PropertyMetadata 1344 """ 1345 1346 self._custom_tab_id_metadata = custom_tab_id_metadata 1347 1348 @property 1349 def disable_auto_size(self): 1350 """Gets the disable_auto_size of this Numerical. # noqa: E501 1351 1352 When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes. # noqa: E501 1353 1354 :return: The disable_auto_size of this Numerical. # noqa: E501 1355 :rtype: str 1356 """ 1357 return self._disable_auto_size 1358 1359 @disable_auto_size.setter 1360 def disable_auto_size(self, disable_auto_size): 1361 """Sets the disable_auto_size of this Numerical. 1362 1363 When set to **true**, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes. # noqa: E501 1364 1365 :param disable_auto_size: The disable_auto_size of this Numerical. # noqa: E501 1366 :type: str 1367 """ 1368 1369 self._disable_auto_size = disable_auto_size 1370 1371 @property 1372 def disable_auto_size_metadata(self): 1373 """Gets the disable_auto_size_metadata of this Numerical. # noqa: E501 1374 1375 # noqa: E501 1376 1377 :return: The disable_auto_size_metadata of this Numerical. # noqa: E501 1378 :rtype: PropertyMetadata 1379 """ 1380 return self._disable_auto_size_metadata 1381 1382 @disable_auto_size_metadata.setter 1383 def disable_auto_size_metadata(self, disable_auto_size_metadata): 1384 """Sets the disable_auto_size_metadata of this Numerical. 1385 1386 # noqa: E501 1387 1388 :param disable_auto_size_metadata: The disable_auto_size_metadata of this Numerical. # noqa: E501 1389 :type: PropertyMetadata 1390 """ 1391 1392 self._disable_auto_size_metadata = disable_auto_size_metadata 1393 1394 @property 1395 def document_id(self): 1396 """Gets the document_id of this Numerical. # noqa: E501 1397 1398 Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 1399 1400 :return: The document_id of this Numerical. # noqa: E501 1401 :rtype: str 1402 """ 1403 return self._document_id 1404 1405 @document_id.setter 1406 def document_id(self, document_id): 1407 """Sets the document_id of this Numerical. 1408 1409 Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501 1410 1411 :param document_id: The document_id of this Numerical. # noqa: E501 1412 :type: str 1413 """ 1414 1415 self._document_id = document_id 1416 1417 @property 1418 def document_id_metadata(self): 1419 """Gets the document_id_metadata of this Numerical. # noqa: E501 1420 1421 # noqa: E501 1422 1423 :return: The document_id_metadata of this Numerical. # noqa: E501 1424 :rtype: PropertyMetadata 1425 """ 1426 return self._document_id_metadata 1427 1428 @document_id_metadata.setter 1429 def document_id_metadata(self, document_id_metadata): 1430 """Sets the document_id_metadata of this Numerical. 1431 1432 # noqa: E501 1433 1434 :param document_id_metadata: The document_id_metadata of this Numerical. # noqa: E501 1435 :type: PropertyMetadata 1436 """ 1437 1438 self._document_id_metadata = document_id_metadata 1439 1440 @property 1441 def error_details(self): 1442 """Gets the error_details of this Numerical. # noqa: E501 1443 1444 Array or errors. # noqa: E501 1445 1446 :return: The error_details of this Numerical. # noqa: E501 1447 :rtype: ErrorDetails 1448 """ 1449 return self._error_details 1450 1451 @error_details.setter 1452 def error_details(self, error_details): 1453 """Sets the error_details of this Numerical. 1454 1455 Array or errors. # noqa: E501 1456 1457 :param error_details: The error_details of this Numerical. # noqa: E501 1458 :type: ErrorDetails 1459 """ 1460 1461 self._error_details = error_details 1462 1463 @property 1464 def extension_data(self): 1465 """Gets the extension_data of this Numerical. # noqa: E501 1466 1467 # noqa: E501 1468 1469 :return: The extension_data of this Numerical. # noqa: E501 1470 :rtype: ExtensionData 1471 """ 1472 return self._extension_data 1473 1474 @extension_data.setter 1475 def extension_data(self, extension_data): 1476 """Sets the extension_data of this Numerical. 1477 1478 # noqa: E501 1479 1480 :param extension_data: The extension_data of this Numerical. # noqa: E501 1481 :type: ExtensionData 1482 """ 1483 1484 self._extension_data = extension_data 1485 1486 @property 1487 def font(self): 1488 """Gets the font of this Numerical. # noqa: E501 1489 1490 The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 1491 1492 :return: The font of this Numerical. # noqa: E501 1493 :rtype: str 1494 """ 1495 return self._font 1496 1497 @font.setter 1498 def font(self, font): 1499 """Sets the font of this Numerical. 1500 1501 The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501 1502 1503 :param font: The font of this Numerical. # noqa: E501 1504 :type: str 1505 """ 1506 1507 self._font = font 1508 1509 @property 1510 def font_color(self): 1511 """Gets the font_color of this Numerical. # noqa: E501 1512 1513 The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 1514 1515 :return: The font_color of this Numerical. # noqa: E501 1516 :rtype: str 1517 """ 1518 return self._font_color 1519 1520 @font_color.setter 1521 def font_color(self, font_color): 1522 """Sets the font_color of this Numerical. 1523 1524 The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501 1525 1526 :param font_color: The font_color of this Numerical. # noqa: E501 1527 :type: str 1528 """ 1529 1530 self._font_color = font_color 1531 1532 @property 1533 def font_color_metadata(self): 1534 """Gets the font_color_metadata of this Numerical. # noqa: E501 1535 1536 # noqa: E501 1537 1538 :return: The font_color_metadata of this Numerical. # noqa: E501 1539 :rtype: PropertyMetadata 1540 """ 1541 return self._font_color_metadata 1542 1543 @font_color_metadata.setter 1544 def font_color_metadata(self, font_color_metadata): 1545 """Sets the font_color_metadata of this Numerical. 1546 1547 # noqa: E501 1548 1549 :param font_color_metadata: The font_color_metadata of this Numerical. # noqa: E501 1550 :type: PropertyMetadata 1551 """ 1552 1553 self._font_color_metadata = font_color_metadata 1554 1555 @property 1556 def font_metadata(self): 1557 """Gets the font_metadata of this Numerical. # noqa: E501 1558 1559 # noqa: E501 1560 1561 :return: The font_metadata of this Numerical. # noqa: E501 1562 :rtype: PropertyMetadata 1563 """ 1564 return self._font_metadata 1565 1566 @font_metadata.setter 1567 def font_metadata(self, font_metadata): 1568 """Sets the font_metadata of this Numerical. 1569 1570 # noqa: E501 1571 1572 :param font_metadata: The font_metadata of this Numerical. # noqa: E501 1573 :type: PropertyMetadata 1574 """ 1575 1576 self._font_metadata = font_metadata 1577 1578 @property 1579 def font_size(self): 1580 """Gets the font_size of this Numerical. # noqa: E501 1581 1582 The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 1583 1584 :return: The font_size of this Numerical. # noqa: E501 1585 :rtype: str 1586 """ 1587 return self._font_size 1588 1589 @font_size.setter 1590 def font_size(self, font_size): 1591 """Sets the font_size of this Numerical. 1592 1593 The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501 1594 1595 :param font_size: The font_size of this Numerical. # noqa: E501 1596 :type: str 1597 """ 1598 1599 self._font_size = font_size 1600 1601 @property 1602 def font_size_metadata(self): 1603 """Gets the font_size_metadata of this Numerical. # noqa: E501 1604 1605 # noqa: E501 1606 1607 :return: The font_size_metadata of this Numerical. # noqa: E501 1608 :rtype: PropertyMetadata 1609 """ 1610 return self._font_size_metadata 1611 1612 @font_size_metadata.setter 1613 def font_size_metadata(self, font_size_metadata): 1614 """Sets the font_size_metadata of this Numerical. 1615 1616 # noqa: E501 1617 1618 :param font_size_metadata: The font_size_metadata of this Numerical. # noqa: E501 1619 :type: PropertyMetadata 1620 """ 1621 1622 self._font_size_metadata = font_size_metadata 1623 1624 @property 1625 def form_order(self): 1626 """Gets the form_order of this Numerical. # noqa: E501 1627 1628 # noqa: E501 1629 1630 :return: The form_order of this Numerical. # noqa: E501 1631 :rtype: str 1632 """ 1633 return self._form_order 1634 1635 @form_order.setter 1636 def form_order(self, form_order): 1637 """Sets the form_order of this Numerical. 1638 1639 # noqa: E501 1640 1641 :param form_order: The form_order of this Numerical. # noqa: E501 1642 :type: str 1643 """ 1644 1645 self._form_order = form_order 1646 1647 @property 1648 def form_order_metadata(self): 1649 """Gets the form_order_metadata of this Numerical. # noqa: E501 1650 1651 # noqa: E501 1652 1653 :return: The form_order_metadata of this Numerical. # noqa: E501 1654 :rtype: PropertyMetadata 1655 """ 1656 return self._form_order_metadata 1657 1658 @form_order_metadata.setter 1659 def form_order_metadata(self, form_order_metadata): 1660 """Sets the form_order_metadata of this Numerical. 1661 1662 # noqa: E501 1663 1664 :param form_order_metadata: The form_order_metadata of this Numerical. # noqa: E501 1665 :type: PropertyMetadata 1666 """ 1667 1668 self._form_order_metadata = form_order_metadata 1669 1670 @property 1671 def form_page_label(self): 1672 """Gets the form_page_label of this Numerical. # noqa: E501 1673 1674 # noqa: E501 1675 1676 :return: The form_page_label of this Numerical. # noqa: E501 1677 :rtype: str 1678 """ 1679 return self._form_page_label 1680 1681 @form_page_label.setter 1682 def form_page_label(self, form_page_label): 1683 """Sets the form_page_label of this Numerical. 1684 1685 # noqa: E501 1686 1687 :param form_page_label: The form_page_label of this Numerical. # noqa: E501 1688 :type: str 1689 """ 1690 1691 self._form_page_label = form_page_label 1692 1693 @property 1694 def form_page_label_metadata(self): 1695 """Gets the form_page_label_metadata of this Numerical. # noqa: E501 1696 1697 # noqa: E501 1698 1699 :return: The form_page_label_metadata of this Numerical. # noqa: E501 1700 :rtype: PropertyMetadata 1701 """ 1702 return self._form_page_label_metadata 1703 1704 @form_page_label_metadata.setter 1705 def form_page_label_metadata(self, form_page_label_metadata): 1706 """Sets the form_page_label_metadata of this Numerical. 1707 1708 # noqa: E501 1709 1710 :param form_page_label_metadata: The form_page_label_metadata of this Numerical. # noqa: E501 1711 :type: PropertyMetadata 1712 """ 1713 1714 self._form_page_label_metadata = form_page_label_metadata 1715 1716 @property 1717 def form_page_number(self): 1718 """Gets the form_page_number of this Numerical. # noqa: E501 1719 1720 # noqa: E501 1721 1722 :return: The form_page_number of this Numerical. # noqa: E501 1723 :rtype: str 1724 """ 1725 return self._form_page_number 1726 1727 @form_page_number.setter 1728 def form_page_number(self, form_page_number): 1729 """Sets the form_page_number of this Numerical. 1730 1731 # noqa: E501 1732 1733 :param form_page_number: The form_page_number of this Numerical. # noqa: E501 1734 :type: str 1735 """ 1736 1737 self._form_page_number = form_page_number 1738 1739 @property 1740 def form_page_number_metadata(self): 1741 """Gets the form_page_number_metadata of this Numerical. # noqa: E501 1742 1743 # noqa: E501 1744 1745 :return: The form_page_number_metadata of this Numerical. # noqa: E501 1746 :rtype: PropertyMetadata 1747 """ 1748 return self._form_page_number_metadata 1749 1750 @form_page_number_metadata.setter 1751 def form_page_number_metadata(self, form_page_number_metadata): 1752 """Sets the form_page_number_metadata of this Numerical. 1753 1754 # noqa: E501 1755 1756 :param form_page_number_metadata: The form_page_number_metadata of this Numerical. # noqa: E501 1757 :type: PropertyMetadata 1758 """ 1759 1760 self._form_page_number_metadata = form_page_number_metadata 1761 1762 @property 1763 def height(self): 1764 """Gets the height of this Numerical. # noqa: E501 1765 1766 Height of the tab in pixels. # noqa: E501 1767 1768 :return: The height of this Numerical. # noqa: E501 1769 :rtype: str 1770 """ 1771 return self._height 1772 1773 @height.setter 1774 def height(self, height): 1775 """Sets the height of this Numerical. 1776 1777 Height of the tab in pixels. # noqa: E501 1778 1779 :param height: The height of this Numerical. # noqa: E501 1780 :type: str 1781 """ 1782 1783 self._height = height 1784 1785 @property 1786 def height_metadata(self): 1787 """Gets the height_metadata of this Numerical. # noqa: E501 1788 1789 # noqa: E501 1790 1791 :return: The height_metadata of this Numerical. # noqa: E501 1792 :rtype: PropertyMetadata 1793 """ 1794 return self._height_metadata 1795 1796 @height_metadata.setter 1797 def height_metadata(self, height_metadata): 1798 """Sets the height_metadata of this Numerical. 1799 1800 # noqa: E501 1801 1802 :param height_metadata: The height_metadata of this Numerical. # noqa: E501 1803 :type: PropertyMetadata 1804 """ 1805 1806 self._height_metadata = height_metadata 1807 1808 @property 1809 def italic(self): 1810 """Gets the italic of this Numerical. # noqa: E501 1811 1812 When set to **true**, the information in the tab is italic. # noqa: E501 1813 1814 :return: The italic of this Numerical. # noqa: E501 1815 :rtype: str 1816 """ 1817 return self._italic 1818 1819 @italic.setter 1820 def italic(self, italic): 1821 """Sets the italic of this Numerical. 1822 1823 When set to **true**, the information in the tab is italic. # noqa: E501 1824 1825 :param italic: The italic of this Numerical. # noqa: E501 1826 :type: str 1827 """ 1828 1829 self._italic = italic 1830 1831 @property 1832 def italic_metadata(self): 1833 """Gets the italic_metadata of this Numerical. # noqa: E501 1834 1835 # noqa: E501 1836 1837 :return: The italic_metadata of this Numerical. # noqa: E501 1838 :rtype: PropertyMetadata 1839 """ 1840 return self._italic_metadata 1841 1842 @italic_metadata.setter 1843 def italic_metadata(self, italic_metadata): 1844 """Sets the italic_metadata of this Numerical. 1845 1846 # noqa: E501 1847 1848 :param italic_metadata: The italic_metadata of this Numerical. # noqa: E501 1849 :type: PropertyMetadata 1850 """ 1851 1852 self._italic_metadata = italic_metadata 1853 1854 @property 1855 def locale_policy(self): 1856 """Gets the locale_policy of this Numerical. # noqa: E501 1857 1858 # noqa: E501 1859 1860 :return: The locale_policy of this Numerical. # noqa: E501 1861 :rtype: LocalePolicyTab 1862 """ 1863 return self._locale_policy 1864 1865 @locale_policy.setter 1866 def locale_policy(self, locale_policy): 1867 """Sets the locale_policy of this Numerical. 1868 1869 # noqa: E501 1870 1871 :param locale_policy: The locale_policy of this Numerical. # noqa: E501 1872 :type: LocalePolicyTab 1873 """ 1874 1875 self._locale_policy = locale_policy 1876 1877 @property 1878 def locked(self): 1879 """Gets the locked of this Numerical. # noqa: E501 1880 1881 When set to **true**, the signer cannot change the data of the custom tab. # noqa: E501 1882 1883 :return: The locked of this Numerical. # noqa: E501 1884 :rtype: str 1885 """ 1886 return self._locked 1887 1888 @locked.setter 1889 def locked(self, locked): 1890 """Sets the locked of this Numerical. 1891 1892 When set to **true**, the signer cannot change the data of the custom tab. # noqa: E501 1893 1894 :param locked: The locked of this Numerical. # noqa: E501 1895 :type: str 1896 """ 1897 1898 self._locked = locked 1899 1900 @property 1901 def locked_metadata(self): 1902 """Gets the locked_metadata of this Numerical. # noqa: E501 1903 1904 # noqa: E501 1905 1906 :return: The locked_metadata of this Numerical. # noqa: E501 1907 :rtype: PropertyMetadata 1908 """ 1909 return self._locked_metadata 1910 1911 @locked_metadata.setter 1912 def locked_metadata(self, locked_metadata): 1913 """Sets the locked_metadata of this Numerical. 1914 1915 # noqa: E501 1916 1917 :param locked_metadata: The locked_metadata of this Numerical. # noqa: E501 1918 :type: PropertyMetadata 1919 """ 1920 1921 self._locked_metadata = locked_metadata 1922 1923 @property 1924 def max_length(self): 1925 """Gets the max_length of this Numerical. # noqa: E501 1926 1927 An optional value that describes the maximum length of the property when the property is a string. # noqa: E501 1928 1929 :return: The max_length of this Numerical. # noqa: E501 1930 :rtype: str 1931 """ 1932 return self._max_length 1933 1934 @max_length.setter 1935 def max_length(self, max_length): 1936 """Sets the max_length of this Numerical. 1937 1938 An optional value that describes the maximum length of the property when the property is a string. # noqa: E501 1939 1940 :param max_length: The max_length of this Numerical. # noqa: E501 1941 :type: str 1942 """ 1943 1944 self._max_length = max_length 1945 1946 @property 1947 def max_length_metadata(self): 1948 """Gets the max_length_metadata of this Numerical. # noqa: E501 1949 1950 # noqa: E501 1951 1952 :return: The max_length_metadata of this Numerical. # noqa: E501 1953 :rtype: PropertyMetadata 1954 """ 1955 return self._max_length_metadata 1956 1957 @max_length_metadata.setter 1958 def max_length_metadata(self, max_length_metadata): 1959 """Sets the max_length_metadata of this Numerical. 1960 1961 # noqa: E501 1962 1963 :param max_length_metadata: The max_length_metadata of this Numerical. # noqa: E501 1964 :type: PropertyMetadata 1965 """ 1966 1967 self._max_length_metadata = max_length_metadata 1968 1969 @property 1970 def max_numerical_value(self): 1971 """Gets the max_numerical_value of this Numerical. # noqa: E501 1972 1973 # noqa: E501 1974 1975 :return: The max_numerical_value of this Numerical. # noqa: E501 1976 :rtype: str 1977 """ 1978 return self._max_numerical_value 1979 1980 @max_numerical_value.setter 1981 def max_numerical_value(self, max_numerical_value): 1982 """Sets the max_numerical_value of this Numerical. 1983 1984 # noqa: E501 1985 1986 :param max_numerical_value: The max_numerical_value of this Numerical. # noqa: E501 1987 :type: str 1988 """ 1989 1990 self._max_numerical_value = max_numerical_value 1991 1992 @property 1993 def merge_field(self): 1994 """Gets the merge_field of this Numerical. # noqa: E501 1995 1996 # noqa: E501 1997 1998 :return: The merge_field of this Numerical. # noqa: E501 1999 :rtype: MergeField 2000 """ 2001 return self._merge_field 2002 2003 @merge_field.setter 2004 def merge_field(self, merge_field): 2005 """Sets the merge_field of this Numerical. 2006 2007 # noqa: E501 2008 2009 :param merge_field: The merge_field of this Numerical. # noqa: E501 2010 :type: MergeField 2011 """ 2012 2013 self._merge_field = merge_field 2014 2015 @property 2016 def merge_field_xml(self): 2017 """Gets the merge_field_xml of this Numerical. # noqa: E501 2018 2019 # noqa: E501 2020 2021 :return: The merge_field_xml of this Numerical. # noqa: E501 2022 :rtype: str 2023 """ 2024 return self._merge_field_xml 2025 2026 @merge_field_xml.setter 2027 def merge_field_xml(self, merge_field_xml): 2028 """Sets the merge_field_xml of this Numerical. 2029 2030 # noqa: E501 2031 2032 :param merge_field_xml: The merge_field_xml of this Numerical. # noqa: E501 2033 :type: str 2034 """ 2035 2036 self._merge_field_xml = merge_field_xml 2037 2038 @property 2039 def min_numerical_value(self): 2040 """Gets the min_numerical_value of this Numerical. # noqa: E501 2041 2042 # noqa: E501 2043 2044 :return: The min_numerical_value of this Numerical. # noqa: E501 2045 :rtype: str 2046 """ 2047 return self._min_numerical_value 2048 2049 @min_numerical_value.setter 2050 def min_numerical_value(self, min_numerical_value): 2051 """Sets the min_numerical_value of this Numerical. 2052 2053 # noqa: E501 2054 2055 :param min_numerical_value: The min_numerical_value of this Numerical. # noqa: E501 2056 :type: str 2057 """ 2058 2059 self._min_numerical_value = min_numerical_value 2060 2061 @property 2062 def name(self): 2063 """Gets the name of this Numerical. # noqa: E501 2064 2065 # noqa: E501 2066 2067 :return: The name of this Numerical. # noqa: E501 2068 :rtype: str 2069 """ 2070 return self._name 2071 2072 @name.setter 2073 def name(self, name): 2074 """Sets the name of this Numerical. 2075 2076 # noqa: E501 2077 2078 :param name: The name of this Numerical. # noqa: E501 2079 :type: str 2080 """ 2081 2082 self._name = name 2083 2084 @property 2085 def name_metadata(self): 2086 """Gets the name_metadata of this Numerical. # noqa: E501 2087 2088 # noqa: E501 2089 2090 :return: The name_metadata of this Numerical. # noqa: E501 2091 :rtype: PropertyMetadata 2092 """ 2093 return self._name_metadata 2094 2095 @name_metadata.setter 2096 def name_metadata(self, name_metadata): 2097 """Sets the name_metadata of this Numerical. 2098 2099 # noqa: E501 2100 2101 :param name_metadata: The name_metadata of this Numerical. # noqa: E501 2102 :type: PropertyMetadata 2103 """ 2104 2105 self._name_metadata = name_metadata 2106 2107 @property 2108 def numerical_value(self): 2109 """Gets the numerical_value of this Numerical. # noqa: E501 2110 2111 # noqa: E501 2112 2113 :return: The numerical_value of this Numerical. # noqa: E501 2114 :rtype: str 2115 """ 2116 return self._numerical_value 2117 2118 @numerical_value.setter 2119 def numerical_value(self, numerical_value): 2120 """Sets the numerical_value of this Numerical. 2121 2122 # noqa: E501 2123 2124 :param numerical_value: The numerical_value of this Numerical. # noqa: E501 2125 :type: str 2126 """ 2127 2128 self._numerical_value = numerical_value 2129 2130 @property 2131 def original_numerical_value(self): 2132 """Gets the original_numerical_value of this Numerical. # noqa: E501 2133 2134 # noqa: E501 2135 2136 :return: The original_numerical_value of this Numerical. # noqa: E501 2137 :rtype: str 2138 """ 2139 return self._original_numerical_value 2140 2141 @original_numerical_value.setter 2142 def original_numerical_value(self, original_numerical_value): 2143 """Sets the original_numerical_value of this Numerical. 2144 2145 # noqa: E501 2146 2147 :param original_numerical_value: The original_numerical_value of this Numerical. # noqa: E501 2148 :type: str 2149 """ 2150 2151 self._original_numerical_value = original_numerical_value 2152 2153 @property 2154 def original_value(self): 2155 """Gets the original_value of this Numerical. # noqa: E501 2156 2157 The initial value of the tab when it was sent to the recipient. # noqa: E501 2158 2159 :return: The original_value of this Numerical. # noqa: E501 2160 :rtype: str 2161 """ 2162 return self._original_value 2163 2164 @original_value.setter 2165 def original_value(self, original_value): 2166 """Sets the original_value of this Numerical. 2167 2168 The initial value of the tab when it was sent to the recipient. # noqa: E501 2169 2170 :param original_value: The original_value of this Numerical. # noqa: E501 2171 :type: str 2172 """ 2173 2174 self._original_value = original_value 2175 2176 @property 2177 def original_value_metadata(self): 2178 """Gets the original_value_metadata of this Numerical. # noqa: E501 2179 2180 # noqa: E501 2181 2182 :return: The original_value_metadata of this Numerical. # noqa: E501 2183 :rtype: PropertyMetadata 2184 """ 2185 return self._original_value_metadata 2186 2187 @original_value_metadata.setter 2188 def original_value_metadata(self, original_value_metadata): 2189 """Sets the original_value_metadata of this Numerical. 2190 2191 # noqa: E501 2192 2193 :param original_value_metadata: The original_value_metadata of this Numerical. # noqa: E501 2194 :type: PropertyMetadata 2195 """ 2196 2197 self._original_value_metadata = original_value_metadata 2198 2199 @property 2200 def page_number(self): 2201 """Gets the page_number of this Numerical. # noqa: E501 2202 2203 Specifies the page number on which the tab is located. # noqa: E501 2204 2205 :return: The page_number of this Numerical. # noqa: E501 2206 :rtype: str 2207 """ 2208 return self._page_number 2209 2210 @page_number.setter 2211 def page_number(self, page_number): 2212 """Sets the page_number of this Numerical. 2213 2214 Specifies the page number on which the tab is located. # noqa: E501 2215 2216 :param page_number: The page_number of this Numerical. # noqa: E501 2217 :type: str 2218 """ 2219 2220 self._page_number = page_number 2221 2222 @property 2223 def page_number_metadata(self): 2224 """Gets the page_number_metadata of this Numerical. # noqa: E501 2225 2226 # noqa: E501 2227 2228 :return: The page_number_metadata of this Numerical. # noqa: E501 2229 :rtype: PropertyMetadata 2230 """ 2231 return self._page_number_metadata 2232 2233 @page_number_metadata.setter 2234 def page_number_metadata(self, page_number_metadata): 2235 """Sets the page_number_metadata of this Numerical. 2236 2237 # noqa: E501 2238 2239 :param page_number_metadata: The page_number_metadata of this Numerical. # noqa: E501 2240 :type: PropertyMetadata 2241 """ 2242 2243 self._page_number_metadata = page_number_metadata 2244 2245 @property 2246 def recipient_id(self): 2247 """Gets the recipient_id of this Numerical. # noqa: E501 2248 2249 Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 2250 2251 :return: The recipient_id of this Numerical. # noqa: E501 2252 :rtype: str 2253 """ 2254 return self._recipient_id 2255 2256 @recipient_id.setter 2257 def recipient_id(self, recipient_id): 2258 """Sets the recipient_id of this Numerical. 2259 2260 Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501 2261 2262 :param recipient_id: The recipient_id of this Numerical. # noqa: E501 2263 :type: str 2264 """ 2265 2266 self._recipient_id = recipient_id 2267 2268 @property 2269 def recipient_id_guid(self): 2270 """Gets the recipient_id_guid of this Numerical. # noqa: E501 2271 2272 # noqa: E501 2273 2274 :return: The recipient_id_guid of this Numerical. # noqa: E501 2275 :rtype: str 2276 """ 2277 return self._recipient_id_guid 2278 2279 @recipient_id_guid.setter 2280 def recipient_id_guid(self, recipient_id_guid): 2281 """Sets the recipient_id_guid of this Numerical. 2282 2283 # noqa: E501 2284 2285 :param recipient_id_guid: The recipient_id_guid of this Numerical. # noqa: E501 2286 :type: str 2287 """ 2288 2289 self._recipient_id_guid = recipient_id_guid 2290 2291 @property 2292 def recipient_id_guid_metadata(self): 2293 """Gets the recipient_id_guid_metadata of this Numerical. # noqa: E501 2294 2295 # noqa: E501 2296 2297 :return: The recipient_id_guid_metadata of this Numerical. # noqa: E501 2298 :rtype: PropertyMetadata 2299 """ 2300 return self._recipient_id_guid_metadata 2301 2302 @recipient_id_guid_metadata.setter 2303 def recipient_id_guid_metadata(self, recipient_id_guid_metadata): 2304 """Sets the recipient_id_guid_metadata of this Numerical. 2305 2306 # noqa: E501 2307 2308 :param recipient_id_guid_metadata: The recipient_id_guid_metadata of this Numerical. # noqa: E501 2309 :type: PropertyMetadata 2310 """ 2311 2312 self._recipient_id_guid_metadata = recipient_id_guid_metadata 2313 2314 @property 2315 def recipient_id_metadata(self): 2316 """Gets the recipient_id_metadata of this Numerical. # noqa: E501 2317 2318 # noqa: E501 2319 2320 :return: The recipient_id_metadata of this Numerical. # noqa: E501 2321 :rtype: PropertyMetadata 2322 """ 2323 return self._recipient_id_metadata 2324 2325 @recipient_id_metadata.setter 2326 def recipient_id_metadata(self, recipient_id_metadata): 2327 """Sets the recipient_id_metadata of this Numerical. 2328 2329 # noqa: E501 2330 2331 :param recipient_id_metadata: The recipient_id_metadata of this Numerical. # noqa: E501 2332 :type: PropertyMetadata 2333 """ 2334 2335 self._recipient_id_metadata = recipient_id_metadata 2336 2337 @property 2338 def require_all(self): 2339 """Gets the require_all of this Numerical. # noqa: E501 2340 2341 When set to **true** and shared is true, information must be entered in this field to complete the envelope. # noqa: E501 2342 2343 :return: The require_all of this Numerical. # noqa: E501 2344 :rtype: str 2345 """ 2346 return self._require_all 2347 2348 @require_all.setter 2349 def require_all(self, require_all): 2350 """Sets the require_all of this Numerical. 2351 2352 When set to **true** and shared is true, information must be entered in this field to complete the envelope. # noqa: E501 2353 2354 :param require_all: The require_all of this Numerical. # noqa: E501 2355 :type: str 2356 """ 2357 2358 self._require_all = require_all 2359 2360 @property 2361 def require_all_metadata(self): 2362 """Gets the require_all_metadata of this Numerical. # noqa: E501 2363 2364 # noqa: E501 2365 2366 :return: The require_all_metadata of this Numerical. # noqa: E501 2367 :rtype: PropertyMetadata 2368 """ 2369 return self._require_all_metadata 2370 2371 @require_all_metadata.setter 2372 def require_all_metadata(self, require_all_metadata): 2373 """Sets the require_all_metadata of this Numerical. 2374 2375 # noqa: E501 2376 2377 :param require_all_metadata: The require_all_metadata of this Numerical. # noqa: E501 2378 :type: PropertyMetadata 2379 """ 2380 2381 self._require_all_metadata = require_all_metadata 2382 2383 @property 2384 def required(self): 2385 """Gets the required of this Numerical. # noqa: E501 2386 2387 When set to **true**, the signer is required to fill out this tab # noqa: E501 2388 2389 :return: The required of this Numerical. # noqa: E501 2390 :rtype: str 2391 """ 2392 return self._required 2393 2394 @required.setter 2395 def required(self, required): 2396 """Sets the required of this Numerical. 2397 2398 When set to **true**, the signer is required to fill out this tab # noqa: E501 2399 2400 :param required: The required of this Numerical. # noqa: E501 2401 :type: str 2402 """ 2403 2404 self._required = required 2405 2406 @property 2407 def required_metadata(self): 2408 """Gets the required_metadata of this Numerical. # noqa: E501 2409 2410 # noqa: E501 2411 2412 :return: The required_metadata of this Numerical. # noqa: E501 2413 :rtype: PropertyMetadata 2414 """ 2415 return self._required_metadata 2416 2417 @required_metadata.setter 2418 def required_metadata(self, required_metadata): 2419 """Sets the required_metadata of this Numerical. 2420 2421 # noqa: E501 2422 2423 :param required_metadata: The required_metadata of this Numerical. # noqa: E501 2424 :type: PropertyMetadata 2425 """ 2426 2427 self._required_metadata = required_metadata 2428 2429 @property 2430 def require_initial_on_shared_change(self): 2431 """Gets the require_initial_on_shared_change of this Numerical. # noqa: E501 2432 2433 Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field. # noqa: E501 2434 2435 :return: The require_initial_on_shared_change of this Numerical. # noqa: E501 2436 :rtype: str 2437 """ 2438 return self._require_initial_on_shared_change 2439 2440 @require_initial_on_shared_change.setter 2441 def require_initial_on_shared_change(self, require_initial_on_shared_change): 2442 """Sets the require_initial_on_shared_change of this Numerical. 2443 2444 Optional element for field markup. When set to **true**, the signer is required to initial when they modify a shared field. # noqa: E501 2445 2446 :param require_initial_on_shared_change: The require_initial_on_shared_change of this Numerical. # noqa: E501 2447 :type: str 2448 """ 2449 2450 self._require_initial_on_shared_change = require_initial_on_shared_change 2451 2452 @property 2453 def require_initial_on_shared_change_metadata(self): 2454 """Gets the require_initial_on_shared_change_metadata of this Numerical. # noqa: E501 2455 2456 # noqa: E501 2457 2458 :return: The require_initial_on_shared_change_metadata of this Numerical. # noqa: E501 2459 :rtype: PropertyMetadata 2460 """ 2461 return self._require_initial_on_shared_change_metadata 2462 2463 @require_initial_on_shared_change_metadata.setter 2464 def require_initial_on_shared_change_metadata(self, require_initial_on_shared_change_metadata): 2465 """Sets the require_initial_on_shared_change_metadata of this Numerical. 2466 2467 # noqa: E501 2468 2469 :param require_initial_on_shared_change_metadata: The require_initial_on_shared_change_metadata of this Numerical. # noqa: E501 2470 :type: PropertyMetadata 2471 """ 2472 2473 self._require_initial_on_shared_change_metadata = require_initial_on_shared_change_metadata 2474 2475 @property 2476 def sender_required(self): 2477 """Gets the sender_required of this Numerical. # noqa: E501 2478 2479 When set to **true**, the sender must populate the tab before an envelope can be sent using the template. This value tab can only be changed by modifying (PUT) the template. Tabs with a `senderRequired` value of true cannot be deleted from an envelope. # noqa: E501 2480 2481 :return: The sender_required of this Numerical. # noqa: E501 2482 :rtype: str 2483 """ 2484 return self._sender_required 2485 2486 @sender_required.setter 2487 def sender_required(self, sender_required): 2488 """Sets the sender_required of this Numerical. 2489 2490 When set to **true**, the sender must populate the tab before an envelope can be sent using the template. This value tab can only be changed by modifying (PUT) the template. Tabs with a `senderRequired` value of true cannot be deleted from an envelope. # noqa: E501 2491 2492 :param sender_required: The sender_required of this Numerical. # noqa: E501 2493 :type: str 2494 """ 2495 2496 self._sender_required = sender_required 2497 2498 @property 2499 def sender_required_metadata(self): 2500 """Gets the sender_required_metadata of this Numerical. # noqa: E501 2501 2502 # noqa: E501 2503 2504 :return: The sender_required_metadata of this Numerical. # noqa: E501 2505 :rtype: PropertyMetadata 2506 """ 2507 return self._sender_required_metadata 2508 2509 @sender_required_metadata.setter 2510 def sender_required_metadata(self, sender_required_metadata): 2511 """Sets the sender_required_metadata of this Numerical. 2512 2513 # noqa: E501 2514 2515 :param sender_required_metadata: The sender_required_metadata of this Numerical. # noqa: E501 2516 :type: PropertyMetadata 2517 """ 2518 2519 self._sender_required_metadata = sender_required_metadata 2520 2521 @property 2522 def shared(self): 2523 """Gets the shared of this Numerical. # noqa: E501 2524 2525 When set to **true**, this custom tab is shared. # noqa: E501 2526 2527 :return: The shared of this Numerical. # noqa: E501 2528 :rtype: str 2529 """ 2530 return self._shared 2531 2532 @shared.setter 2533 def shared(self, shared): 2534 """Sets the shared of this Numerical. 2535 2536 When set to **true**, this custom tab is shared. # noqa: E501 2537 2538 :param shared: The shared of this Numerical. # noqa: E501 2539 :type: str 2540 """ 2541 2542 self._shared = shared 2543 2544 @property 2545 def shared_metadata(self): 2546 """Gets the shared_metadata of this Numerical. # noqa: E501 2547 2548 # noqa: E501 2549 2550 :return: The shared_metadata of this Numerical. # noqa: E501 2551 :rtype: PropertyMetadata 2552 """ 2553 return self._shared_metadata 2554 2555 @shared_metadata.setter 2556 def shared_metadata(self, shared_metadata): 2557 """Sets the shared_metadata of this Numerical. 2558 2559 # noqa: E501 2560 2561 :param shared_metadata: The shared_metadata of this Numerical. # noqa: E501 2562 :type: PropertyMetadata 2563 """ 2564 2565 self._shared_metadata = shared_metadata 2566 2567 @property 2568 def share_to_recipients(self): 2569 """Gets the share_to_recipients of this Numerical. # noqa: E501 2570 2571 # noqa: E501 2572 2573 :return: The share_to_recipients of this Numerical. # noqa: E501 2574 :rtype: str 2575 """ 2576 return self._share_to_recipients 2577 2578 @share_to_recipients.setter 2579 def share_to_recipients(self, share_to_recipients): 2580 """Sets the share_to_recipients of this Numerical. 2581 2582 # noqa: E501 2583 2584 :param share_to_recipients: The share_to_recipients of this Numerical. # noqa: E501 2585 :type: str 2586 """ 2587 2588 self._share_to_recipients = share_to_recipients 2589 2590 @property 2591 def share_to_recipients_metadata(self): 2592 """Gets the share_to_recipients_metadata of this Numerical. # noqa: E501 2593 2594 # noqa: E501 2595 2596 :return: The share_to_recipients_metadata of this Numerical. # noqa: E501 2597 :rtype: PropertyMetadata 2598 """ 2599 return self._share_to_recipients_metadata 2600 2601 @share_to_recipients_metadata.setter 2602 def share_to_recipients_metadata(self, share_to_recipients_metadata): 2603 """Sets the share_to_recipients_metadata of this Numerical. 2604 2605 # noqa: E501 2606 2607 :param share_to_recipients_metadata: The share_to_recipients_metadata of this Numerical. # noqa: E501 2608 :type: PropertyMetadata 2609 """ 2610 2611 self._share_to_recipients_metadata = share_to_recipients_metadata 2612 2613 @property 2614 def smart_contract_information(self): 2615 """Gets the smart_contract_information of this Numerical. # noqa: E501 2616 2617 # noqa: E501 2618 2619 :return: The smart_contract_information of this Numerical. # noqa: E501 2620 :rtype: SmartContractInformation 2621 """ 2622 return self._smart_contract_information 2623 2624 @smart_contract_information.setter 2625 def smart_contract_information(self, smart_contract_information): 2626 """Sets the smart_contract_information of this Numerical. 2627 2628 # noqa: E501 2629 2630 :param smart_contract_information: The smart_contract_information of this Numerical. # noqa: E501 2631 :type: SmartContractInformation 2632 """ 2633 2634 self._smart_contract_information = smart_contract_information 2635 2636 @property 2637 def source(self): 2638 """Gets the source of this Numerical. # noqa: E501 2639 2640 # noqa: E501 2641 2642 :return: The source of this Numerical. # noqa: E501 2643 :rtype: str 2644 """ 2645 return self._source 2646 2647 @source.setter 2648 def source(self, source): 2649 """Sets the source of this Numerical. 2650 2651 # noqa: E501 2652 2653 :param source: The source of this Numerical. # noqa: E501 2654 :type: str 2655 """ 2656 2657 self._source = source 2658 2659 @property 2660 def status(self): 2661 """Gets the status of this Numerical. # noqa: E501 2662 2663 Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 2664 2665 :return: The status of this Numerical. # noqa: E501 2666 :rtype: str 2667 """ 2668 return self._status 2669 2670 @status.setter 2671 def status(self, status): 2672 """Sets the status of this Numerical. 2673 2674 Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501 2675 2676 :param status: The status of this Numerical. # noqa: E501 2677 :type: str 2678 """ 2679 2680 self._status = status 2681 2682 @property 2683 def status_metadata(self): 2684 """Gets the status_metadata of this Numerical. # noqa: E501 2685 2686 # noqa: E501 2687 2688 :return: The status_metadata of this Numerical. # noqa: E501 2689 :rtype: PropertyMetadata 2690 """ 2691 return self._status_metadata 2692 2693 @status_metadata.setter 2694 def status_metadata(self, status_metadata): 2695 """Sets the status_metadata of this Numerical. 2696 2697 # noqa: E501 2698 2699 :param status_metadata: The status_metadata of this Numerical. # noqa: E501 2700 :type: PropertyMetadata 2701 """ 2702 2703 self._status_metadata = status_metadata 2704 2705 @property 2706 def tab_fully_qualified_path(self): 2707 """Gets the tab_fully_qualified_path of this Numerical. # noqa: E501 2708 2709 # noqa: E501 2710 2711 :return: The tab_fully_qualified_path of this Numerical. # noqa: E501 2712 :rtype: str 2713 """ 2714 return self._tab_fully_qualified_path 2715 2716 @tab_fully_qualified_path.setter 2717 def tab_fully_qualified_path(self, tab_fully_qualified_path): 2718 """Sets the tab_fully_qualified_path of this Numerical. 2719 2720 # noqa: E501 2721 2722 :param tab_fully_qualified_path: The tab_fully_qualified_path of this Numerical. # noqa: E501 2723 :type: str 2724 """ 2725 2726 self._tab_fully_qualified_path = tab_fully_qualified_path 2727 2728 @property 2729 def tab_group_labels(self): 2730 """Gets the tab_group_labels of this Numerical. # noqa: E501 2731 2732 # noqa: E501 2733 2734 :return: The tab_group_labels of this Numerical. # noqa: E501 2735 :rtype: list[str] 2736 """ 2737 return self._tab_group_labels 2738 2739 @tab_group_labels.setter 2740 def tab_group_labels(self, tab_group_labels): 2741 """Sets the tab_group_labels of this Numerical. 2742 2743 # noqa: E501 2744 2745 :param tab_group_labels: The tab_group_labels of this Numerical. # noqa: E501 2746 :type: list[str] 2747 """ 2748 2749 self._tab_group_labels = tab_group_labels 2750 2751 @property 2752 def tab_group_labels_metadata(self): 2753 """Gets the tab_group_labels_metadata of this Numerical. # noqa: E501 2754 2755 # noqa: E501 2756 2757 :return: The tab_group_labels_metadata of this Numerical. # noqa: E501 2758 :rtype: PropertyMetadata 2759 """ 2760 return self._tab_group_labels_metadata 2761 2762 @tab_group_labels_metadata.setter 2763 def tab_group_labels_metadata(self, tab_group_labels_metadata): 2764 """Sets the tab_group_labels_metadata of this Numerical. 2765 2766 # noqa: E501 2767 2768 :param tab_group_labels_metadata: The tab_group_labels_metadata of this Numerical. # noqa: E501 2769 :type: PropertyMetadata 2770 """ 2771 2772 self._tab_group_labels_metadata = tab_group_labels_metadata 2773 2774 @property 2775 def tab_id(self): 2776 """Gets the tab_id of this Numerical. # noqa: E501 2777 2778 The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 2779 2780 :return: The tab_id of this Numerical. # noqa: E501 2781 :rtype: str 2782 """ 2783 return self._tab_id 2784 2785 @tab_id.setter 2786 def tab_id(self, tab_id): 2787 """Sets the tab_id of this Numerical. 2788 2789 The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501 2790 2791 :param tab_id: The tab_id of this Numerical. # noqa: E501 2792 :type: str 2793 """ 2794 2795 self._tab_id = tab_id 2796 2797 @property 2798 def tab_id_metadata(self): 2799 """Gets the tab_id_metadata of this Numerical. # noqa: E501 2800 2801 # noqa: E501 2802 2803 :return: The tab_id_metadata of this Numerical. # noqa: E501 2804 :rtype: PropertyMetadata 2805 """ 2806 return self._tab_id_metadata 2807 2808 @tab_id_metadata.setter 2809 def tab_id_metadata(self, tab_id_metadata): 2810 """Sets the tab_id_metadata of this Numerical. 2811 2812 # noqa: E501 2813 2814 :param tab_id_metadata: The tab_id_metadata of this Numerical. # noqa: E501 2815 :type: PropertyMetadata 2816 """ 2817 2818 self._tab_id_metadata = tab_id_metadata 2819 2820 @property 2821 def tab_label(self): 2822 """Gets the tab_label of this Numerical. # noqa: E501 2823 2824 The label string associated with the tab. # noqa: E501 2825 2826 :return: The tab_label of this Numerical. # noqa: E501 2827 :rtype: str 2828 """ 2829 return self._tab_label 2830 2831 @tab_label.setter 2832 def tab_label(self, tab_label): 2833 """Sets the tab_label of this Numerical. 2834 2835 The label string associated with the tab. # noqa: E501 2836 2837 :param tab_label: The tab_label of this Numerical. # noqa: E501 2838 :type: str 2839 """ 2840 2841 self._tab_label = tab_label 2842 2843 @property 2844 def tab_label_metadata(self): 2845 """Gets the tab_label_metadata of this Numerical. # noqa: E501 2846 2847 # noqa: E501 2848 2849 :return: The tab_label_metadata of this Numerical. # noqa: E501 2850 :rtype: PropertyMetadata 2851 """ 2852 return self._tab_label_metadata 2853 2854 @tab_label_metadata.setter 2855 def tab_label_metadata(self, tab_label_metadata): 2856 """Sets the tab_label_metadata of this Numerical. 2857 2858 # noqa: E501 2859 2860 :param tab_label_metadata: The tab_label_metadata of this Numerical. # noqa: E501 2861 :type: PropertyMetadata 2862 """ 2863 2864 self._tab_label_metadata = tab_label_metadata 2865 2866 @property 2867 def tab_order(self): 2868 """Gets the tab_order of this Numerical. # noqa: E501 2869 2870 # noqa: E501 2871 2872 :return: The tab_order of this Numerical. # noqa: E501 2873 :rtype: str 2874 """ 2875 return self._tab_order 2876 2877 @tab_order.setter 2878 def tab_order(self, tab_order): 2879 """Sets the tab_order of this Numerical. 2880 2881 # noqa: E501 2882 2883 :param tab_order: The tab_order of this Numerical. # noqa: E501 2884 :type: str 2885 """ 2886 2887 self._tab_order = tab_order 2888 2889 @property 2890 def tab_order_metadata(self): 2891 """Gets the tab_order_metadata of this Numerical. # noqa: E501 2892 2893 # noqa: E501 2894 2895 :return: The tab_order_metadata of this Numerical. # noqa: E501 2896 :rtype: PropertyMetadata 2897 """ 2898 return self._tab_order_metadata 2899 2900 @tab_order_metadata.setter 2901 def tab_order_metadata(self, tab_order_metadata): 2902 """Sets the tab_order_metadata of this Numerical. 2903 2904 # noqa: E501 2905 2906 :param tab_order_metadata: The tab_order_metadata of this Numerical. # noqa: E501 2907 :type: PropertyMetadata 2908 """ 2909 2910 self._tab_order_metadata = tab_order_metadata 2911 2912 @property 2913 def tab_type(self): 2914 """Gets the tab_type of this Numerical. # noqa: E501 2915 2916 # noqa: E501 2917 2918 :return: The tab_type of this Numerical. # noqa: E501 2919 :rtype: str 2920 """ 2921 return self._tab_type 2922 2923 @tab_type.setter 2924 def tab_type(self, tab_type): 2925 """Sets the tab_type of this Numerical. 2926 2927 # noqa: E501 2928 2929 :param tab_type: The tab_type of this Numerical. # noqa: E501 2930 :type: str 2931 """ 2932 2933 self._tab_type = tab_type 2934 2935 @property 2936 def tab_type_metadata(self): 2937 """Gets the tab_type_metadata of this Numerical. # noqa: E501 2938 2939 # noqa: E501 2940 2941 :return: The tab_type_metadata of this Numerical. # noqa: E501 2942 :rtype: PropertyMetadata 2943 """ 2944 return self._tab_type_metadata 2945 2946 @tab_type_metadata.setter 2947 def tab_type_metadata(self, tab_type_metadata): 2948 """Sets the tab_type_metadata of this Numerical. 2949 2950 # noqa: E501 2951 2952 :param tab_type_metadata: The tab_type_metadata of this Numerical. # noqa: E501 2953 :type: PropertyMetadata 2954 """ 2955 2956 self._tab_type_metadata = tab_type_metadata 2957 2958 @property 2959 def template_locked(self): 2960 """Gets the template_locked of this Numerical. # noqa: E501 2961 2962 When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 2963 2964 :return: The template_locked of this Numerical. # noqa: E501 2965 :rtype: str 2966 """ 2967 return self._template_locked 2968 2969 @template_locked.setter 2970 def template_locked(self, template_locked): 2971 """Sets the template_locked of this Numerical. 2972 2973 When set to **true**, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501 2974 2975 :param template_locked: The template_locked of this Numerical. # noqa: E501 2976 :type: str 2977 """ 2978 2979 self._template_locked = template_locked 2980 2981 @property 2982 def template_locked_metadata(self): 2983 """Gets the template_locked_metadata of this Numerical. # noqa: E501 2984 2985 # noqa: E501 2986 2987 :return: The template_locked_metadata of this Numerical. # noqa: E501 2988 :rtype: PropertyMetadata 2989 """ 2990 return self._template_locked_metadata 2991 2992 @template_locked_metadata.setter 2993 def template_locked_metadata(self, template_locked_metadata): 2994 """Sets the template_locked_metadata of this Numerical. 2995 2996 # noqa: E501 2997 2998 :param template_locked_metadata: The template_locked_metadata of this Numerical. # noqa: E501 2999 :type: PropertyMetadata 3000 """ 3001 3002 self._template_locked_metadata = template_locked_metadata 3003 3004 @property 3005 def template_required(self): 3006 """Gets the template_required of this Numerical. # noqa: E501 3007 3008 When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 3009 3010 :return: The template_required of this Numerical. # noqa: E501 3011 :rtype: str 3012 """ 3013 return self._template_required 3014 3015 @template_required.setter 3016 def template_required(self, template_required): 3017 """Sets the template_required of this Numerical. 3018 3019 When set to **true**, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501 3020 3021 :param template_required: The template_required of this Numerical. # noqa: E501 3022 :type: str 3023 """ 3024 3025 self._template_required = template_required 3026 3027 @property 3028 def template_required_metadata(self): 3029 """Gets the template_required_metadata of this Numerical. # noqa: E501 3030 3031 # noqa: E501 3032 3033 :return: The template_required_metadata of this Numerical. # noqa: E501 3034 :rtype: PropertyMetadata 3035 """ 3036 return self._template_required_metadata 3037 3038 @template_required_metadata.setter 3039 def template_required_metadata(self, template_required_metadata): 3040 """Sets the template_required_metadata of this Numerical. 3041 3042 # noqa: E501 3043 3044 :param template_required_metadata: The template_required_metadata of this Numerical. # noqa: E501 3045 :type: PropertyMetadata 3046 """ 3047 3048 self._template_required_metadata = template_required_metadata 3049 3050 @property 3051 def tooltip(self): 3052 """Gets the tooltip of this Numerical. # noqa: E501 3053 3054 # noqa: E501 3055 3056 :return: The tooltip of this Numerical. # noqa: E501 3057 :rtype: str 3058 """ 3059 return self._tooltip 3060 3061 @tooltip.setter 3062 def tooltip(self, tooltip): 3063 """Sets the tooltip of this Numerical. 3064 3065 # noqa: E501 3066 3067 :param tooltip: The tooltip of this Numerical. # noqa: E501 3068 :type: str 3069 """ 3070 3071 self._tooltip = tooltip 3072 3073 @property 3074 def tool_tip_metadata(self): 3075 """Gets the tool_tip_metadata of this Numerical. # noqa: E501 3076 3077 # noqa: E501 3078 3079 :return: The tool_tip_metadata of this Numerical. # noqa: E501 3080 :rtype: PropertyMetadata 3081 """ 3082 return self._tool_tip_metadata 3083 3084 @tool_tip_metadata.setter 3085 def tool_tip_metadata(self, tool_tip_metadata): 3086 """Sets the tool_tip_metadata of this Numerical. 3087 3088 # noqa: E501 3089 3090 :param tool_tip_metadata: The tool_tip_metadata of this Numerical. # noqa: E501 3091 :type: PropertyMetadata 3092 """ 3093 3094 self._tool_tip_metadata = tool_tip_metadata 3095 3096 @property 3097 def underline(self): 3098 """Gets the underline of this Numerical. # noqa: E501 3099 3100 When set to **true**, the information in the tab is underlined. # noqa: E501 3101 3102 :return: The underline of this Numerical. # noqa: E501 3103 :rtype: str 3104 """ 3105 return self._underline 3106 3107 @underline.setter 3108 def underline(self, underline): 3109 """Sets the underline of this Numerical. 3110 3111 When set to **true**, the information in the tab is underlined. # noqa: E501 3112 3113 :param underline: The underline of this Numerical. # noqa: E501 3114 :type: str 3115 """ 3116 3117 self._underline = underline 3118 3119 @property 3120 def underline_metadata(self): 3121 """Gets the underline_metadata of this Numerical. # noqa: E501 3122 3123 # noqa: E501 3124 3125 :return: The underline_metadata of this Numerical. # noqa: E501 3126 :rtype: PropertyMetadata 3127 """ 3128 return self._underline_metadata 3129 3130 @underline_metadata.setter 3131 def underline_metadata(self, underline_metadata): 3132 """Sets the underline_metadata of this Numerical. 3133 3134 # noqa: E501 3135 3136 :param underline_metadata: The underline_metadata of this Numerical. # noqa: E501 3137 :type: PropertyMetadata 3138 """ 3139 3140 self._underline_metadata = underline_metadata 3141 3142 @property 3143 def validation_type(self): 3144 """Gets the validation_type of this Numerical. # noqa: E501 3145 3146 # noqa: E501 3147 3148 :return: The validation_type of this Numerical. # noqa: E501 3149 :rtype: str 3150 """ 3151 return self._validation_type 3152 3153 @validation_type.setter 3154 def validation_type(self, validation_type): 3155 """Sets the validation_type of this Numerical. 3156 3157 # noqa: E501 3158 3159 :param validation_type: The validation_type of this Numerical. # noqa: E501 3160 :type: str 3161 """ 3162 3163 self._validation_type = validation_type 3164 3165 @property 3166 def value(self): 3167 """Gets the value of this Numerical. # noqa: E501 3168 3169 Specifies the value of the tab. # noqa: E501 3170 3171 :return: The value of this Numerical. # noqa: E501 3172 :rtype: str 3173 """ 3174 return self._value 3175 3176 @value.setter 3177 def value(self, value): 3178 """Sets the value of this Numerical. 3179 3180 Specifies the value of the tab. # noqa: E501 3181 3182 :param value: The value of this Numerical. # noqa: E501 3183 :type: str 3184 """ 3185 3186 self._value = value 3187 3188 @property 3189 def value_metadata(self): 3190 """Gets the value_metadata of this Numerical. # noqa: E501 3191 3192 # noqa: E501 3193 3194 :return: The value_metadata of this Numerical. # noqa: E501 3195 :rtype: PropertyMetadata 3196 """ 3197 return self._value_metadata 3198 3199 @value_metadata.setter 3200 def value_metadata(self, value_metadata): 3201 """Sets the value_metadata of this Numerical. 3202 3203 # noqa: E501 3204 3205 :param value_metadata: The value_metadata of this Numerical. # noqa: E501 3206 :type: PropertyMetadata 3207 """ 3208 3209 self._value_metadata = value_metadata 3210 3211 @property 3212 def warning_details(self): 3213 """Gets the warning_details of this Numerical. # noqa: E501 3214 3215 # noqa: E501 3216 3217 :return: The warning_details of this Numerical. # noqa: E501 3218 :rtype: ErrorDetails 3219 """ 3220 return self._warning_details 3221 3222 @warning_details.setter 3223 def warning_details(self, warning_details): 3224 """Sets the warning_details of this Numerical. 3225 3226 # noqa: E501 3227 3228 :param warning_details: The warning_details of this Numerical. # noqa: E501 3229 :type: ErrorDetails 3230 """ 3231 3232 self._warning_details = warning_details 3233 3234 @property 3235 def width(self): 3236 """Gets the width of this Numerical. # noqa: E501 3237 3238 Width of the tab in pixels. # noqa: E501 3239 3240 :return: The width of this Numerical. # noqa: E501 3241 :rtype: str 3242 """ 3243 return self._width 3244 3245 @width.setter 3246 def width(self, width): 3247 """Sets the width of this Numerical. 3248 3249 Width of the tab in pixels. # noqa: E501 3250 3251 :param width: The width of this Numerical. # noqa: E501 3252 :type: str 3253 """ 3254 3255 self._width = width 3256 3257 @property 3258 def width_metadata(self): 3259 """Gets the width_metadata of this Numerical. # noqa: E501 3260 3261 # noqa: E501 3262 3263 :return: The width_metadata of this Numerical. # noqa: E501 3264 :rtype: PropertyMetadata 3265 """ 3266 return self._width_metadata 3267 3268 @width_metadata.setter 3269 def width_metadata(self, width_metadata): 3270 """Sets the width_metadata of this Numerical. 3271 3272 # noqa: E501 3273 3274 :param width_metadata: The width_metadata of this Numerical. # noqa: E501 3275 :type: PropertyMetadata 3276 """ 3277 3278 self._width_metadata = width_metadata 3279 3280 @property 3281 def x_position(self): 3282 """Gets the x_position of this Numerical. # noqa: E501 3283 3284 This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 3285 3286 :return: The x_position of this Numerical. # noqa: E501 3287 :rtype: str 3288 """ 3289 return self._x_position 3290 3291 @x_position.setter 3292 def x_position(self, x_position): 3293 """Sets the x_position of this Numerical. 3294 3295 This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 3296 3297 :param x_position: The x_position of this Numerical. # noqa: E501 3298 :type: str 3299 """ 3300 3301 self._x_position = x_position 3302 3303 @property 3304 def x_position_metadata(self): 3305 """Gets the x_position_metadata of this Numerical. # noqa: E501 3306 3307 # noqa: E501 3308 3309 :return: The x_position_metadata of this Numerical. # noqa: E501 3310 :rtype: PropertyMetadata 3311 """ 3312 return self._x_position_metadata 3313 3314 @x_position_metadata.setter 3315 def x_position_metadata(self, x_position_metadata): 3316 """Sets the x_position_metadata of this Numerical. 3317 3318 # noqa: E501 3319 3320 :param x_position_metadata: The x_position_metadata of this Numerical. # noqa: E501 3321 :type: PropertyMetadata 3322 """ 3323 3324 self._x_position_metadata = x_position_metadata 3325 3326 @property 3327 def y_position(self): 3328 """Gets the y_position of this Numerical. # noqa: E501 3329 3330 This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 3331 3332 :return: The y_position of this Numerical. # noqa: E501 3333 :rtype: str 3334 """ 3335 return self._y_position 3336 3337 @y_position.setter 3338 def y_position(self, y_position): 3339 """Sets the y_position of this Numerical. 3340 3341 This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501 3342 3343 :param y_position: The y_position of this Numerical. # noqa: E501 3344 :type: str 3345 """ 3346 3347 self._y_position = y_position 3348 3349 @property 3350 def y_position_metadata(self): 3351 """Gets the y_position_metadata of this Numerical. # noqa: E501 3352 3353 # noqa: E501 3354 3355 :return: The y_position_metadata of this Numerical. # noqa: E501 3356 :rtype: PropertyMetadata 3357 """ 3358 return self._y_position_metadata 3359 3360 @y_position_metadata.setter 3361 def y_position_metadata(self, y_position_metadata): 3362 """Sets the y_position_metadata of this Numerical. 3363 3364 # noqa: E501 3365 3366 :param y_position_metadata: The y_position_metadata of this Numerical. # noqa: E501 3367 :type: PropertyMetadata 3368 """ 3369 3370 self._y_position_metadata = y_position_metadata 3371 3372 def to_dict(self): 3373 """Returns the model properties as a dict""" 3374 result = {} 3375 3376 for attr, _ in six.iteritems(self.swagger_types): 3377 value = getattr(self, attr) 3378 if isinstance(value, list): 3379 result[attr] = list(map( 3380 lambda x: x.to_dict() if hasattr(x, "to_dict") else x, 3381 value 3382 )) 3383 elif hasattr(value, "to_dict"): 3384 result[attr] = value.to_dict() 3385 elif isinstance(value, dict): 3386 result[attr] = dict(map( 3387 lambda item: (item[0], item[1].to_dict()) 3388 if hasattr(item[1], "to_dict") else item, 3389 value.items() 3390 )) 3391 else: 3392 result[attr] = value 3393 if issubclass(Numerical, dict): 3394 for key, value in self.items(): 3395 result[key] = value 3396 3397 return result 3398 3399 def to_str(self): 3400 """Returns the string representation of the model""" 3401 return pprint.pformat(self.to_dict()) 3402 3403 def __repr__(self): 3404 """For `print` and `pprint`""" 3405 return self.to_str() 3406 3407 def __eq__(self, other): 3408 """Returns true if both objects are equal""" 3409 if not isinstance(other, Numerical): 3410 return False 3411 3412 return self.to_dict() == other.to_dict() 3413 3414 def __ne__(self, other): 3415 """Returns true if both objects are not equal""" 3416 if not isinstance(other, Numerical): 3417 return True 3418 3419 return self.to_dict() != other.to_dict()
NOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually.
288 def __init__(self, _configuration=None, **kwargs): # noqa: E501 289 """Numerical - a model defined in Swagger""" # noqa: E501 290 if _configuration is None: 291 _configuration = Configuration() 292 self._configuration = _configuration 293 294 self._agreement_attribute = None 295 self._agreement_attribute_locked = None 296 self._anchor_allow_white_space_in_characters = None 297 self._anchor_allow_white_space_in_characters_metadata = None 298 self._anchor_case_sensitive = None 299 self._anchor_case_sensitive_metadata = None 300 self._anchor_horizontal_alignment = None 301 self._anchor_horizontal_alignment_metadata = None 302 self._anchor_ignore_if_not_present = None 303 self._anchor_ignore_if_not_present_metadata = None 304 self._anchor_match_whole_word = None 305 self._anchor_match_whole_word_metadata = None 306 self._anchor_string = None 307 self._anchor_string_metadata = None 308 self._anchor_tab_processor_version = None 309 self._anchor_tab_processor_version_metadata = None 310 self._anchor_units = None 311 self._anchor_units_metadata = None 312 self._anchor_x_offset = None 313 self._anchor_x_offset_metadata = None 314 self._anchor_y_offset = None 315 self._anchor_y_offset_metadata = None 316 self._bold = None 317 self._bold_metadata = None 318 self._caption = None 319 self._caption_metadata = None 320 self._conceal_value_on_document = None 321 self._conceal_value_on_document_metadata = None 322 self._conditional_parent_label = None 323 self._conditional_parent_label_metadata = None 324 self._conditional_parent_value = None 325 self._conditional_parent_value_metadata = None 326 self._connected_object_details = None 327 self._custom_tab_id = None 328 self._custom_tab_id_metadata = None 329 self._disable_auto_size = None 330 self._disable_auto_size_metadata = None 331 self._document_id = None 332 self._document_id_metadata = None 333 self._error_details = None 334 self._extension_data = None 335 self._font = None 336 self._font_color = None 337 self._font_color_metadata = None 338 self._font_metadata = None 339 self._font_size = None 340 self._font_size_metadata = None 341 self._form_order = None 342 self._form_order_metadata = None 343 self._form_page_label = None 344 self._form_page_label_metadata = None 345 self._form_page_number = None 346 self._form_page_number_metadata = None 347 self._height = None 348 self._height_metadata = None 349 self._italic = None 350 self._italic_metadata = None 351 self._locale_policy = None 352 self._locked = None 353 self._locked_metadata = None 354 self._max_length = None 355 self._max_length_metadata = None 356 self._max_numerical_value = None 357 self._merge_field = None 358 self._merge_field_xml = None 359 self._min_numerical_value = None 360 self._name = None 361 self._name_metadata = None 362 self._numerical_value = None 363 self._original_numerical_value = None 364 self._original_value = None 365 self._original_value_metadata = None 366 self._page_number = None 367 self._page_number_metadata = None 368 self._recipient_id = None 369 self._recipient_id_guid = None 370 self._recipient_id_guid_metadata = None 371 self._recipient_id_metadata = None 372 self._require_all = None 373 self._require_all_metadata = None 374 self._required = None 375 self._required_metadata = None 376 self._require_initial_on_shared_change = None 377 self._require_initial_on_shared_change_metadata = None 378 self._sender_required = None 379 self._sender_required_metadata = None 380 self._shared = None 381 self._shared_metadata = None 382 self._share_to_recipients = None 383 self._share_to_recipients_metadata = None 384 self._smart_contract_information = None 385 self._source = None 386 self._status = None 387 self._status_metadata = None 388 self._tab_fully_qualified_path = None 389 self._tab_group_labels = None 390 self._tab_group_labels_metadata = None 391 self._tab_id = None 392 self._tab_id_metadata = None 393 self._tab_label = None 394 self._tab_label_metadata = None 395 self._tab_order = None 396 self._tab_order_metadata = None 397 self._tab_type = None 398 self._tab_type_metadata = None 399 self._template_locked = None 400 self._template_locked_metadata = None 401 self._template_required = None 402 self._template_required_metadata = None 403 self._tooltip = None 404 self._tool_tip_metadata = None 405 self._underline = None 406 self._underline_metadata = None 407 self._validation_type = None 408 self._value = None 409 self._value_metadata = None 410 self._warning_details = None 411 self._width = None 412 self._width_metadata = None 413 self._x_position = None 414 self._x_position_metadata = None 415 self._y_position = None 416 self._y_position_metadata = None 417 self.discriminator = None 418 419 setattr(self, "_{}".format('agreement_attribute'), kwargs.get('agreement_attribute', None)) 420 setattr(self, "_{}".format('agreement_attribute_locked'), kwargs.get('agreement_attribute_locked', None)) 421 setattr(self, "_{}".format('anchor_allow_white_space_in_characters'), kwargs.get('anchor_allow_white_space_in_characters', None)) 422 setattr(self, "_{}".format('anchor_allow_white_space_in_characters_metadata'), kwargs.get('anchor_allow_white_space_in_characters_metadata', None)) 423 setattr(self, "_{}".format('anchor_case_sensitive'), kwargs.get('anchor_case_sensitive', None)) 424 setattr(self, "_{}".format('anchor_case_sensitive_metadata'), kwargs.get('anchor_case_sensitive_metadata', None)) 425 setattr(self, "_{}".format('anchor_horizontal_alignment'), kwargs.get('anchor_horizontal_alignment', None)) 426 setattr(self, "_{}".format('anchor_horizontal_alignment_metadata'), kwargs.get('anchor_horizontal_alignment_metadata', None)) 427 setattr(self, "_{}".format('anchor_ignore_if_not_present'), kwargs.get('anchor_ignore_if_not_present', None)) 428 setattr(self, "_{}".format('anchor_ignore_if_not_present_metadata'), kwargs.get('anchor_ignore_if_not_present_metadata', None)) 429 setattr(self, "_{}".format('anchor_match_whole_word'), kwargs.get('anchor_match_whole_word', None)) 430 setattr(self, "_{}".format('anchor_match_whole_word_metadata'), kwargs.get('anchor_match_whole_word_metadata', None)) 431 setattr(self, "_{}".format('anchor_string'), kwargs.get('anchor_string', None)) 432 setattr(self, "_{}".format('anchor_string_metadata'), kwargs.get('anchor_string_metadata', None)) 433 setattr(self, "_{}".format('anchor_tab_processor_version'), kwargs.get('anchor_tab_processor_version', None)) 434 setattr(self, "_{}".format('anchor_tab_processor_version_metadata'), kwargs.get('anchor_tab_processor_version_metadata', None)) 435 setattr(self, "_{}".format('anchor_units'), kwargs.get('anchor_units', None)) 436 setattr(self, "_{}".format('anchor_units_metadata'), kwargs.get('anchor_units_metadata', None)) 437 setattr(self, "_{}".format('anchor_x_offset'), kwargs.get('anchor_x_offset', None)) 438 setattr(self, "_{}".format('anchor_x_offset_metadata'), kwargs.get('anchor_x_offset_metadata', None)) 439 setattr(self, "_{}".format('anchor_y_offset'), kwargs.get('anchor_y_offset', None)) 440 setattr(self, "_{}".format('anchor_y_offset_metadata'), kwargs.get('anchor_y_offset_metadata', None)) 441 setattr(self, "_{}".format('bold'), kwargs.get('bold', None)) 442 setattr(self, "_{}".format('bold_metadata'), kwargs.get('bold_metadata', None)) 443 setattr(self, "_{}".format('caption'), kwargs.get('caption', None)) 444 setattr(self, "_{}".format('caption_metadata'), kwargs.get('caption_metadata', None)) 445 setattr(self, "_{}".format('conceal_value_on_document'), kwargs.get('conceal_value_on_document', None)) 446 setattr(self, "_{}".format('conceal_value_on_document_metadata'), kwargs.get('conceal_value_on_document_metadata', None)) 447 setattr(self, "_{}".format('conditional_parent_label'), kwargs.get('conditional_parent_label', None)) 448 setattr(self, "_{}".format('conditional_parent_label_metadata'), kwargs.get('conditional_parent_label_metadata', None)) 449 setattr(self, "_{}".format('conditional_parent_value'), kwargs.get('conditional_parent_value', None)) 450 setattr(self, "_{}".format('conditional_parent_value_metadata'), kwargs.get('conditional_parent_value_metadata', None)) 451 setattr(self, "_{}".format('connected_object_details'), kwargs.get('connected_object_details', None)) 452 setattr(self, "_{}".format('custom_tab_id'), kwargs.get('custom_tab_id', None)) 453 setattr(self, "_{}".format('custom_tab_id_metadata'), kwargs.get('custom_tab_id_metadata', None)) 454 setattr(self, "_{}".format('disable_auto_size'), kwargs.get('disable_auto_size', None)) 455 setattr(self, "_{}".format('disable_auto_size_metadata'), kwargs.get('disable_auto_size_metadata', None)) 456 setattr(self, "_{}".format('document_id'), kwargs.get('document_id', None)) 457 setattr(self, "_{}".format('document_id_metadata'), kwargs.get('document_id_metadata', None)) 458 setattr(self, "_{}".format('error_details'), kwargs.get('error_details', None)) 459 setattr(self, "_{}".format('extension_data'), kwargs.get('extension_data', None)) 460 setattr(self, "_{}".format('font'), kwargs.get('font', None)) 461 setattr(self, "_{}".format('font_color'), kwargs.get('font_color', None)) 462 setattr(self, "_{}".format('font_color_metadata'), kwargs.get('font_color_metadata', None)) 463 setattr(self, "_{}".format('font_metadata'), kwargs.get('font_metadata', None)) 464 setattr(self, "_{}".format('font_size'), kwargs.get('font_size', None)) 465 setattr(self, "_{}".format('font_size_metadata'), kwargs.get('font_size_metadata', None)) 466 setattr(self, "_{}".format('form_order'), kwargs.get('form_order', None)) 467 setattr(self, "_{}".format('form_order_metadata'), kwargs.get('form_order_metadata', None)) 468 setattr(self, "_{}".format('form_page_label'), kwargs.get('form_page_label', None)) 469 setattr(self, "_{}".format('form_page_label_metadata'), kwargs.get('form_page_label_metadata', None)) 470 setattr(self, "_{}".format('form_page_number'), kwargs.get('form_page_number', None)) 471 setattr(self, "_{}".format('form_page_number_metadata'), kwargs.get('form_page_number_metadata', None)) 472 setattr(self, "_{}".format('height'), kwargs.get('height', None)) 473 setattr(self, "_{}".format('height_metadata'), kwargs.get('height_metadata', None)) 474 setattr(self, "_{}".format('italic'), kwargs.get('italic', None)) 475 setattr(self, "_{}".format('italic_metadata'), kwargs.get('italic_metadata', None)) 476 setattr(self, "_{}".format('locale_policy'), kwargs.get('locale_policy', None)) 477 setattr(self, "_{}".format('locked'), kwargs.get('locked', None)) 478 setattr(self, "_{}".format('locked_metadata'), kwargs.get('locked_metadata', None)) 479 setattr(self, "_{}".format('max_length'), kwargs.get('max_length', None)) 480 setattr(self, "_{}".format('max_length_metadata'), kwargs.get('max_length_metadata', None)) 481 setattr(self, "_{}".format('max_numerical_value'), kwargs.get('max_numerical_value', None)) 482 setattr(self, "_{}".format('merge_field'), kwargs.get('merge_field', None)) 483 setattr(self, "_{}".format('merge_field_xml'), kwargs.get('merge_field_xml', None)) 484 setattr(self, "_{}".format('min_numerical_value'), kwargs.get('min_numerical_value', None)) 485 setattr(self, "_{}".format('name'), kwargs.get('name', None)) 486 setattr(self, "_{}".format('name_metadata'), kwargs.get('name_metadata', None)) 487 setattr(self, "_{}".format('numerical_value'), kwargs.get('numerical_value', None)) 488 setattr(self, "_{}".format('original_numerical_value'), kwargs.get('original_numerical_value', None)) 489 setattr(self, "_{}".format('original_value'), kwargs.get('original_value', None)) 490 setattr(self, "_{}".format('original_value_metadata'), kwargs.get('original_value_metadata', None)) 491 setattr(self, "_{}".format('page_number'), kwargs.get('page_number', None)) 492 setattr(self, "_{}".format('page_number_metadata'), kwargs.get('page_number_metadata', None)) 493 setattr(self, "_{}".format('recipient_id'), kwargs.get('recipient_id', None)) 494 setattr(self, "_{}".format('recipient_id_guid'), kwargs.get('recipient_id_guid', None)) 495 setattr(self, "_{}".format('recipient_id_guid_metadata'), kwargs.get('recipient_id_guid_metadata', None)) 496 setattr(self, "_{}".format('recipient_id_metadata'), kwargs.get('recipient_id_metadata', None)) 497 setattr(self, "_{}".format('require_all'), kwargs.get('require_all', None)) 498 setattr(self, "_{}".format('require_all_metadata'), kwargs.get('require_all_metadata', None)) 499 setattr(self, "_{}".format('required'), kwargs.get('required', None)) 500 setattr(self, "_{}".format('required_metadata'), kwargs.get('required_metadata', None)) 501 setattr(self, "_{}".format('require_initial_on_shared_change'), kwargs.get('require_initial_on_shared_change', None)) 502 setattr(self, "_{}".format('require_initial_on_shared_change_metadata'), kwargs.get('require_initial_on_shared_change_metadata', None)) 503 setattr(self, "_{}".format('sender_required'), kwargs.get('sender_required', None)) 504 setattr(self, "_{}".format('sender_required_metadata'), kwargs.get('sender_required_metadata', None)) 505 setattr(self, "_{}".format('shared'), kwargs.get('shared', None)) 506 setattr(self, "_{}".format('shared_metadata'), kwargs.get('shared_metadata', None)) 507 setattr(self, "_{}".format('share_to_recipients'), kwargs.get('share_to_recipients', None)) 508 setattr(self, "_{}".format('share_to_recipients_metadata'), kwargs.get('share_to_recipients_metadata', None)) 509 setattr(self, "_{}".format('smart_contract_information'), kwargs.get('smart_contract_information', None)) 510 setattr(self, "_{}".format('source'), kwargs.get('source', None)) 511 setattr(self, "_{}".format('status'), kwargs.get('status', None)) 512 setattr(self, "_{}".format('status_metadata'), kwargs.get('status_metadata', None)) 513 setattr(self, "_{}".format('tab_fully_qualified_path'), kwargs.get('tab_fully_qualified_path', None)) 514 setattr(self, "_{}".format('tab_group_labels'), kwargs.get('tab_group_labels', None)) 515 setattr(self, "_{}".format('tab_group_labels_metadata'), kwargs.get('tab_group_labels_metadata', None)) 516 setattr(self, "_{}".format('tab_id'), kwargs.get('tab_id', None)) 517 setattr(self, "_{}".format('tab_id_metadata'), kwargs.get('tab_id_metadata', None)) 518 setattr(self, "_{}".format('tab_label'), kwargs.get('tab_label', None)) 519 setattr(self, "_{}".format('tab_label_metadata'), kwargs.get('tab_label_metadata', None)) 520 setattr(self, "_{}".format('tab_order'), kwargs.get('tab_order', None)) 521 setattr(self, "_{}".format('tab_order_metadata'), kwargs.get('tab_order_metadata', None)) 522 setattr(self, "_{}".format('tab_type'), kwargs.get('tab_type', None)) 523 setattr(self, "_{}".format('tab_type_metadata'), kwargs.get('tab_type_metadata', None)) 524 setattr(self, "_{}".format('template_locked'), kwargs.get('template_locked', None)) 525 setattr(self, "_{}".format('template_locked_metadata'), kwargs.get('template_locked_metadata', None)) 526 setattr(self, "_{}".format('template_required'), kwargs.get('template_required', None)) 527 setattr(self, "_{}".format('template_required_metadata'), kwargs.get('template_required_metadata', None)) 528 setattr(self, "_{}".format('tooltip'), kwargs.get('tooltip', None)) 529 setattr(self, "_{}".format('tool_tip_metadata'), kwargs.get('tool_tip_metadata', None)) 530 setattr(self, "_{}".format('underline'), kwargs.get('underline', None)) 531 setattr(self, "_{}".format('underline_metadata'), kwargs.get('underline_metadata', None)) 532 setattr(self, "_{}".format('validation_type'), kwargs.get('validation_type', None)) 533 setattr(self, "_{}".format('value'), kwargs.get('value', None)) 534 setattr(self, "_{}".format('value_metadata'), kwargs.get('value_metadata', None)) 535 setattr(self, "_{}".format('warning_details'), kwargs.get('warning_details', None)) 536 setattr(self, "_{}".format('width'), kwargs.get('width', None)) 537 setattr(self, "_{}".format('width_metadata'), kwargs.get('width_metadata', None)) 538 setattr(self, "_{}".format('x_position'), kwargs.get('x_position', None)) 539 setattr(self, "_{}".format('x_position_metadata'), kwargs.get('x_position_metadata', None)) 540 setattr(self, "_{}".format('y_position'), kwargs.get('y_position', None)) 541 setattr(self, "_{}".format('y_position_metadata'), kwargs.get('y_position_metadata', None))
Numerical - a model defined in Swagger
Gets the agreement_attribute of this Numerical. # noqa: E501
# noqa: E501
Returns
The agreement_attribute of this Numerical. # noqa: E501
Gets the agreement_attribute_locked of this Numerical. # noqa: E501
# noqa: E501
Returns
The agreement_attribute_locked of this Numerical. # noqa: E501
Gets the anchor_allow_white_space_in_characters of this Numerical. # noqa: E501
# noqa: E501
Returns
The anchor_allow_white_space_in_characters of this Numerical. # noqa: E501
Gets the anchor_allow_white_space_in_characters_metadata of this Numerical. # noqa: E501
# noqa: E501
Returns
The anchor_allow_white_space_in_characters_metadata of this Numerical. # noqa: E501
Gets the anchor_case_sensitive of this Numerical. # noqa: E501
When set to true, the anchor string does not consider case when matching strings in the document. The default value is true. # noqa: E501
Returns
The anchor_case_sensitive of this Numerical. # noqa: E501
Gets the anchor_case_sensitive_metadata of this Numerical. # noqa: E501
# noqa: E501
Returns
The anchor_case_sensitive_metadata of this Numerical. # noqa: E501
Gets the anchor_horizontal_alignment of this Numerical. # noqa: E501
Specifies the alignment of anchor tabs with anchor strings. Possible values are left or right. The default value is left. # noqa: E501
Returns
The anchor_horizontal_alignment of this Numerical. # noqa: E501
Gets the anchor_horizontal_alignment_metadata of this Numerical. # noqa: E501
# noqa: E501
Returns
The anchor_horizontal_alignment_metadata of this Numerical. # noqa: E501
Gets the anchor_ignore_if_not_present of this Numerical. # noqa: E501
When set to true, this tab is ignored if anchorString is not found in the document. # noqa: E501
Returns
The anchor_ignore_if_not_present of this Numerical. # noqa: E501
Gets the anchor_ignore_if_not_present_metadata of this Numerical. # noqa: E501
# noqa: E501
Returns
The anchor_ignore_if_not_present_metadata of this Numerical. # noqa: E501
Gets the anchor_match_whole_word of this Numerical. # noqa: E501
When set to true, the anchor string in this tab matches whole words only (strings embedded in other strings are ignored.) The default value is true. # noqa: E501
Returns
The anchor_match_whole_word of this Numerical. # noqa: E501
Gets the anchor_match_whole_word_metadata of this Numerical. # noqa: E501
# noqa: E501
Returns
The anchor_match_whole_word_metadata of this Numerical. # noqa: E501
Gets the anchor_string of this Numerical. # noqa: E501
Anchor text information for a radio button. # noqa: E501
Returns
The anchor_string of this Numerical. # noqa: E501
Gets the anchor_string_metadata of this Numerical. # noqa: E501
# noqa: E501
Returns
The anchor_string_metadata of this Numerical. # noqa: E501
Gets the anchor_tab_processor_version of this Numerical. # noqa: E501
# noqa: E501
Returns
The anchor_tab_processor_version of this Numerical. # noqa: E501
Gets the anchor_tab_processor_version_metadata of this Numerical. # noqa: E501
# noqa: E501
Returns
The anchor_tab_processor_version_metadata of this Numerical. # noqa: E501
Gets the anchor_units of this Numerical. # noqa: E501
Specifies units of the X and Y offset. Units could be pixels, millimeters, centimeters, or inches. # noqa: E501
Returns
The anchor_units of this Numerical. # noqa: E501
Gets the anchor_units_metadata of this Numerical. # noqa: E501
# noqa: E501
Returns
The anchor_units_metadata of this Numerical. # noqa: E501
Gets the anchor_x_offset of this Numerical. # noqa: E501
Specifies the X axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501
Returns
The anchor_x_offset of this Numerical. # noqa: E501
Gets the anchor_x_offset_metadata of this Numerical. # noqa: E501
# noqa: E501
Returns
The anchor_x_offset_metadata of this Numerical. # noqa: E501
Gets the anchor_y_offset of this Numerical. # noqa: E501
Specifies the Y axis location of the tab, in anchorUnits, relative to the anchorString. # noqa: E501
Returns
The anchor_y_offset of this Numerical. # noqa: E501
Gets the anchor_y_offset_metadata of this Numerical. # noqa: E501
# noqa: E501
Returns
The anchor_y_offset_metadata of this Numerical. # noqa: E501
Gets the bold of this Numerical. # noqa: E501
When set to true, the information in the tab is bold. # noqa: E501
Returns
The bold of this Numerical. # noqa: E501
Gets the bold_metadata of this Numerical. # noqa: E501
# noqa: E501
Returns
The bold_metadata of this Numerical. # noqa: E501
Gets the caption of this Numerical. # noqa: E501
# noqa: E501
Returns
The caption of this Numerical. # noqa: E501
Gets the caption_metadata of this Numerical. # noqa: E501
# noqa: E501
Returns
The caption_metadata of this Numerical. # noqa: E501
Gets the conceal_value_on_document of this Numerical. # noqa: E501
When set to true, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes. # noqa: E501
Returns
The conceal_value_on_document of this Numerical. # noqa: E501
Gets the conceal_value_on_document_metadata of this Numerical. # noqa: E501
# noqa: E501
Returns
The conceal_value_on_document_metadata of this Numerical. # noqa: E501
Gets the conditional_parent_label of this Numerical. # noqa: E501
For conditional fields this is the TabLabel of the parent tab that controls this tab's visibility. # noqa: E501
Returns
The conditional_parent_label of this Numerical. # noqa: E501
Gets the conditional_parent_label_metadata of this Numerical. # noqa: E501
# noqa: E501
Returns
The conditional_parent_label_metadata of this Numerical. # noqa: E501
Gets the conditional_parent_value of this Numerical. # noqa: E501
For conditional fields, this is the value of the parent tab that controls the tab's visibility. If the parent tab is a Checkbox, Radio button, Optional Signature, or Optional Initial use "on" as the value to show that the parent tab is active. # noqa: E501
Returns
The conditional_parent_value of this Numerical. # noqa: E501
Gets the conditional_parent_value_metadata of this Numerical. # noqa: E501
# noqa: E501
Returns
The conditional_parent_value_metadata of this Numerical. # noqa: E501
Gets the connected_object_details of this Numerical. # noqa: E501
# noqa: E501
Returns
The connected_object_details of this Numerical. # noqa: E501
Gets the custom_tab_id of this Numerical. # noqa: E501
The DocuSign generated custom tab ID for the custom tab to be applied. This can only be used when adding new tabs for a recipient. When used, the new tab inherits all the custom tab properties. # noqa: E501
Returns
The custom_tab_id of this Numerical. # noqa: E501
Gets the custom_tab_id_metadata of this Numerical. # noqa: E501
# noqa: E501
Returns
The custom_tab_id_metadata of this Numerical. # noqa: E501
Gets the disable_auto_size of this Numerical. # noqa: E501
When set to true, disables the auto sizing of single line text boxes in the signing screen when the signer enters data. If disabled users will only be able enter as much data as the text box can hold. By default this is false. This property only affects single line text boxes. # noqa: E501
Returns
The disable_auto_size of this Numerical. # noqa: E501
Gets the disable_auto_size_metadata of this Numerical. # noqa: E501
# noqa: E501
Returns
The disable_auto_size_metadata of this Numerical. # noqa: E501
Gets the document_id of this Numerical. # noqa: E501
Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. # noqa: E501
Returns
The document_id of this Numerical. # noqa: E501
Gets the document_id_metadata of this Numerical. # noqa: E501
# noqa: E501
Returns
The document_id_metadata of this Numerical. # noqa: E501
Gets the error_details of this Numerical. # noqa: E501
Array or errors. # noqa: E501
Returns
The error_details of this Numerical. # noqa: E501
Gets the extension_data of this Numerical. # noqa: E501
# noqa: E501
Returns
The extension_data of this Numerical. # noqa: E501
Gets the font of this Numerical. # noqa: E501
The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default. # noqa: E501
Returns
The font of this Numerical. # noqa: E501
Gets the font_color of this Numerical. # noqa: E501
The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White. # noqa: E501
Returns
The font_color of this Numerical. # noqa: E501
Gets the font_color_metadata of this Numerical. # noqa: E501
# noqa: E501
Returns
The font_color_metadata of this Numerical. # noqa: E501
Gets the font_metadata of this Numerical. # noqa: E501
# noqa: E501
Returns
The font_metadata of this Numerical. # noqa: E501
Gets the font_size of this Numerical. # noqa: E501
The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72. # noqa: E501
Returns
The font_size of this Numerical. # noqa: E501
Gets the font_size_metadata of this Numerical. # noqa: E501
# noqa: E501
Returns
The font_size_metadata of this Numerical. # noqa: E501
Gets the form_order of this Numerical. # noqa: E501
# noqa: E501
Returns
The form_order of this Numerical. # noqa: E501
Gets the form_order_metadata of this Numerical. # noqa: E501
# noqa: E501
Returns
The form_order_metadata of this Numerical. # noqa: E501
Gets the form_page_label of this Numerical. # noqa: E501
# noqa: E501
Returns
The form_page_label of this Numerical. # noqa: E501
Gets the form_page_label_metadata of this Numerical. # noqa: E501
# noqa: E501
Returns
The form_page_label_metadata of this Numerical. # noqa: E501
Gets the form_page_number of this Numerical. # noqa: E501
# noqa: E501
Returns
The form_page_number of this Numerical. # noqa: E501
Gets the form_page_number_metadata of this Numerical. # noqa: E501
# noqa: E501
Returns
The form_page_number_metadata of this Numerical. # noqa: E501
Gets the height of this Numerical. # noqa: E501
Height of the tab in pixels. # noqa: E501
Returns
The height of this Numerical. # noqa: E501
Gets the height_metadata of this Numerical. # noqa: E501
# noqa: E501
Returns
The height_metadata of this Numerical. # noqa: E501
Gets the italic of this Numerical. # noqa: E501
When set to true, the information in the tab is italic. # noqa: E501
Returns
The italic of this Numerical. # noqa: E501
Gets the italic_metadata of this Numerical. # noqa: E501
# noqa: E501
Returns
The italic_metadata of this Numerical. # noqa: E501
Gets the locale_policy of this Numerical. # noqa: E501
# noqa: E501
Returns
The locale_policy of this Numerical. # noqa: E501
Gets the locked of this Numerical. # noqa: E501
When set to true, the signer cannot change the data of the custom tab. # noqa: E501
Returns
The locked of this Numerical. # noqa: E501
Gets the locked_metadata of this Numerical. # noqa: E501
# noqa: E501
Returns
The locked_metadata of this Numerical. # noqa: E501
Gets the max_length of this Numerical. # noqa: E501
An optional value that describes the maximum length of the property when the property is a string. # noqa: E501
Returns
The max_length of this Numerical. # noqa: E501
Gets the max_length_metadata of this Numerical. # noqa: E501
# noqa: E501
Returns
The max_length_metadata of this Numerical. # noqa: E501
Gets the max_numerical_value of this Numerical. # noqa: E501
# noqa: E501
Returns
The max_numerical_value of this Numerical. # noqa: E501
Gets the merge_field of this Numerical. # noqa: E501
# noqa: E501
Returns
The merge_field of this Numerical. # noqa: E501
Gets the merge_field_xml of this Numerical. # noqa: E501
# noqa: E501
Returns
The merge_field_xml of this Numerical. # noqa: E501
Gets the min_numerical_value of this Numerical. # noqa: E501
# noqa: E501
Returns
The min_numerical_value of this Numerical. # noqa: E501
Gets the name of this Numerical. # noqa: E501
# noqa: E501
Returns
The name of this Numerical. # noqa: E501
Gets the name_metadata of this Numerical. # noqa: E501
# noqa: E501
Returns
The name_metadata of this Numerical. # noqa: E501
Gets the numerical_value of this Numerical. # noqa: E501
# noqa: E501
Returns
The numerical_value of this Numerical. # noqa: E501
Gets the original_numerical_value of this Numerical. # noqa: E501
# noqa: E501
Returns
The original_numerical_value of this Numerical. # noqa: E501
Gets the original_value of this Numerical. # noqa: E501
The initial value of the tab when it was sent to the recipient. # noqa: E501
Returns
The original_value of this Numerical. # noqa: E501
Gets the original_value_metadata of this Numerical. # noqa: E501
# noqa: E501
Returns
The original_value_metadata of this Numerical. # noqa: E501
Gets the page_number of this Numerical. # noqa: E501
Specifies the page number on which the tab is located. # noqa: E501
Returns
The page_number of this Numerical. # noqa: E501
Gets the page_number_metadata of this Numerical. # noqa: E501
# noqa: E501
Returns
The page_number_metadata of this Numerical. # noqa: E501
Gets the recipient_id of this Numerical. # noqa: E501
Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. # noqa: E501
Returns
The recipient_id of this Numerical. # noqa: E501
Gets the recipient_id_guid of this Numerical. # noqa: E501
# noqa: E501
Returns
The recipient_id_guid of this Numerical. # noqa: E501
Gets the recipient_id_guid_metadata of this Numerical. # noqa: E501
# noqa: E501
Returns
The recipient_id_guid_metadata of this Numerical. # noqa: E501
Gets the recipient_id_metadata of this Numerical. # noqa: E501
# noqa: E501
Returns
The recipient_id_metadata of this Numerical. # noqa: E501
Gets the require_all of this Numerical. # noqa: E501
When set to true and shared is true, information must be entered in this field to complete the envelope. # noqa: E501
Returns
The require_all of this Numerical. # noqa: E501
Gets the require_all_metadata of this Numerical. # noqa: E501
# noqa: E501
Returns
The require_all_metadata of this Numerical. # noqa: E501
Gets the required of this Numerical. # noqa: E501
When set to true, the signer is required to fill out this tab # noqa: E501
Returns
The required of this Numerical. # noqa: E501
Gets the required_metadata of this Numerical. # noqa: E501
# noqa: E501
Returns
The required_metadata of this Numerical. # noqa: E501
Gets the sender_required of this Numerical. # noqa: E501
When set to true, the sender must populate the tab before an envelope can be sent using the template. This value tab can only be changed by modifying (PUT) the template. Tabs with a senderRequired value of true cannot be deleted from an envelope. # noqa: E501
Returns
The sender_required of this Numerical. # noqa: E501
Gets the sender_required_metadata of this Numerical. # noqa: E501
# noqa: E501
Returns
The sender_required_metadata of this Numerical. # noqa: E501
Gets the smart_contract_information of this Numerical. # noqa: E501
# noqa: E501
Returns
The smart_contract_information of this Numerical. # noqa: E501
Gets the source of this Numerical. # noqa: E501
# noqa: E501
Returns
The source of this Numerical. # noqa: E501
Gets the status of this Numerical. # noqa: E501
Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. # noqa: E501
Returns
The status of this Numerical. # noqa: E501
Gets the status_metadata of this Numerical. # noqa: E501
# noqa: E501
Returns
The status_metadata of this Numerical. # noqa: E501
Gets the tab_fully_qualified_path of this Numerical. # noqa: E501
# noqa: E501
Returns
The tab_fully_qualified_path of this Numerical. # noqa: E501
Gets the tab_group_labels of this Numerical. # noqa: E501
# noqa: E501
Returns
The tab_group_labels of this Numerical. # noqa: E501
Gets the tab_group_labels_metadata of this Numerical. # noqa: E501
# noqa: E501
Returns
The tab_group_labels_metadata of this Numerical. # noqa: E501
Gets the tab_id of this Numerical. # noqa: E501
The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. # noqa: E501
Returns
The tab_id of this Numerical. # noqa: E501
Gets the tab_id_metadata of this Numerical. # noqa: E501
# noqa: E501
Returns
The tab_id_metadata of this Numerical. # noqa: E501
Gets the tab_label of this Numerical. # noqa: E501
The label string associated with the tab. # noqa: E501
Returns
The tab_label of this Numerical. # noqa: E501
Gets the tab_label_metadata of this Numerical. # noqa: E501
# noqa: E501
Returns
The tab_label_metadata of this Numerical. # noqa: E501
Gets the tab_order of this Numerical. # noqa: E501
# noqa: E501
Returns
The tab_order of this Numerical. # noqa: E501
Gets the tab_order_metadata of this Numerical. # noqa: E501
# noqa: E501
Returns
The tab_order_metadata of this Numerical. # noqa: E501
Gets the tab_type of this Numerical. # noqa: E501
# noqa: E501
Returns
The tab_type of this Numerical. # noqa: E501
Gets the tab_type_metadata of this Numerical. # noqa: E501
# noqa: E501
Returns
The tab_type_metadata of this Numerical. # noqa: E501
Gets the template_locked of this Numerical. # noqa: E501
When set to true, the sender cannot change any attributes of the recipient. Used only when working with template recipients. # noqa: E501
Returns
The template_locked of this Numerical. # noqa: E501
Gets the template_locked_metadata of this Numerical. # noqa: E501
# noqa: E501
Returns
The template_locked_metadata of this Numerical. # noqa: E501
Gets the template_required of this Numerical. # noqa: E501
When set to true, the sender may not remove the recipient. Used only when working with template recipients. # noqa: E501
Returns
The template_required of this Numerical. # noqa: E501
Gets the template_required_metadata of this Numerical. # noqa: E501
# noqa: E501
Returns
The template_required_metadata of this Numerical. # noqa: E501
Gets the tooltip of this Numerical. # noqa: E501
# noqa: E501
Returns
The tooltip of this Numerical. # noqa: E501
Gets the tool_tip_metadata of this Numerical. # noqa: E501
# noqa: E501
Returns
The tool_tip_metadata of this Numerical. # noqa: E501
Gets the underline of this Numerical. # noqa: E501
When set to true, the information in the tab is underlined. # noqa: E501
Returns
The underline of this Numerical. # noqa: E501
Gets the underline_metadata of this Numerical. # noqa: E501
# noqa: E501
Returns
The underline_metadata of this Numerical. # noqa: E501
Gets the validation_type of this Numerical. # noqa: E501
# noqa: E501
Returns
The validation_type of this Numerical. # noqa: E501
Gets the value of this Numerical. # noqa: E501
Specifies the value of the tab. # noqa: E501
Returns
The value of this Numerical. # noqa: E501
Gets the value_metadata of this Numerical. # noqa: E501
# noqa: E501
Returns
The value_metadata of this Numerical. # noqa: E501
Gets the warning_details of this Numerical. # noqa: E501
# noqa: E501
Returns
The warning_details of this Numerical. # noqa: E501
Gets the width of this Numerical. # noqa: E501
Width of the tab in pixels. # noqa: E501
Returns
The width of this Numerical. # noqa: E501
Gets the width_metadata of this Numerical. # noqa: E501
# noqa: E501
Returns
The width_metadata of this Numerical. # noqa: E501
Gets the x_position of this Numerical. # noqa: E501
This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501
Returns
The x_position of this Numerical. # noqa: E501
Gets the x_position_metadata of this Numerical. # noqa: E501
# noqa: E501
Returns
The x_position_metadata of this Numerical. # noqa: E501
Gets the y_position of this Numerical. # noqa: E501
This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. # noqa: E501
Returns
The y_position of this Numerical. # noqa: E501
Gets the y_position_metadata of this Numerical. # noqa: E501
# noqa: E501
Returns
The y_position_metadata of this Numerical. # noqa: E501
3372 def to_dict(self): 3373 """Returns the model properties as a dict""" 3374 result = {} 3375 3376 for attr, _ in six.iteritems(self.swagger_types): 3377 value = getattr(self, attr) 3378 if isinstance(value, list): 3379 result[attr] = list(map( 3380 lambda x: x.to_dict() if hasattr(x, "to_dict") else x, 3381 value 3382 )) 3383 elif hasattr(value, "to_dict"): 3384 result[attr] = value.to_dict() 3385 elif isinstance(value, dict): 3386 result[attr] = dict(map( 3387 lambda item: (item[0], item[1].to_dict()) 3388 if hasattr(item[1], "to_dict") else item, 3389 value.items() 3390 )) 3391 else: 3392 result[attr] = value 3393 if issubclass(Numerical, dict): 3394 for key, value in self.items(): 3395 result[key] = value 3396 3397 return result
Returns the model properties as a dict