Configuration preferences for the editor
| Name | Type | Description | Notes |
|---|---|---|---|
| height_multiplier | float | [optional] |
frompdf_generator_api_client.models.template_definition_editorimportTemplateDefinitionEditor# TODO update the JSON string belowjson="{}"# create an instance of TemplateDefinitionEditor from a JSON stringtemplate_definition_editor_instance=TemplateDefinitionEditor.from_json(json)
# print the JSON string representation of the objectprint(TemplateDefinitionEditor.to_json())
# convert the object into a dicttemplate_definition_editor_dict=template_definition_editor_instance.to_dict()
# create an instance of TemplateDefinitionEditor from a dicttemplate_definition_editor_from_dict=TemplateDefinitionEditor.from_dict(template_definition_editor_dict)