Defines page size if layout is repeated on the page e.g sheet labels
| Name | Type | Description | Notes |
|---|---|---|---|
| format | str | Defines template page size | [optional] |
| width | float | Page width in units | [optional] |
| height | float | Page height in units | [optional] |
frompdf_generator_api_client.models.template_definition_new_layout_repeat_layoutimportTemplateDefinitionNewLayoutRepeatLayout# TODO update the JSON string belowjson="{}"# create an instance of TemplateDefinitionNewLayoutRepeatLayout from a JSON stringtemplate_definition_new_layout_repeat_layout_instance=TemplateDefinitionNewLayoutRepeatLayout.from_json(json)
# print the JSON string representation of the objectprint(TemplateDefinitionNewLayoutRepeatLayout.to_json())
# convert the object into a dicttemplate_definition_new_layout_repeat_layout_dict=template_definition_new_layout_repeat_layout_instance.to_dict()
# create an instance of TemplateDefinitionNewLayoutRepeatLayout from a dicttemplate_definition_new_layout_repeat_layout_from_dict=TemplateDefinitionNewLayoutRepeatLayout.from_dict(template_definition_new_layout_repeat_layout_dict)