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