Analysis Section Based Layout Configuration
data class AnalysisSectionBasedLayoutConfiguration(val bodySections: List<AnalysisBodySectionConfiguration>, val canvasSizeOptions: AnalysisSectionBasedLayoutCanvasSizeOptions, val footerSections: List<AnalysisHeaderFooterSectionConfiguration>, val headerSections: List<AnalysisHeaderFooterSectionConfiguration>)
Constructors
Link copied to clipboard
constructor(bodySections: List<AnalysisBodySectionConfiguration>, canvasSizeOptions: AnalysisSectionBasedLayoutCanvasSizeOptions, footerSections: List<AnalysisHeaderFooterSectionConfiguration>, headerSections: List<AnalysisHeaderFooterSectionConfiguration>)