Template Section Based Layout Configuration
data class TemplateSectionBasedLayoutConfiguration(val bodySections: List<TemplateBodySectionConfiguration>, val canvasSizeOptions: TemplateSectionBasedLayoutCanvasSizeOptions, val footerSections: List<TemplateHeaderFooterSectionConfiguration>, val headerSections: List<TemplateHeaderFooterSectionConfiguration>)
Constructors
Link copied to clipboard
constructor(bodySections: List<TemplateBodySectionConfiguration>, canvasSizeOptions: TemplateSectionBasedLayoutCanvasSizeOptions, footerSections: List<TemplateHeaderFooterSectionConfiguration>, headerSections: List<TemplateHeaderFooterSectionConfiguration>)