Skip to content

Latest commit

History

History
32 lines (23 loc) · 1.43 KB

File metadata and controls

32 lines (23 loc) · 1.43 KB

TemplateDefinitionNewLayoutRepeatLayout

Defines page size if layout is repeated on the page e.g sheet labels

Properties

NameTypeDescriptionNotes
formatstrDefines template page size[optional]
widthfloatPage width in units[optional]
heightfloatPage height in units[optional]

Example

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)

[Back to Model list][Back to API list][Back to README]