TemplateBodySectionConfiguration

data class TemplateBodySectionConfiguration(val content: TemplateBodySectionContent, val pageBreakConfiguration: TemplateSectionPageBreakConfiguration? = null, val repeatConfiguration: TemplateBodySectionRepeatConfiguration? = null, val sectionId: String, val style: TemplateSectionStyle? = null)

Constructors

Link copied to clipboard
constructor(content: TemplateBodySectionContent, pageBreakConfiguration: TemplateSectionPageBreakConfiguration? = null, repeatConfiguration: TemplateBodySectionRepeatConfiguration? = null, sectionId: String, style: TemplateSectionStyle? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The configuration of content in a body section.

Link copied to clipboard

The configuration of a page break for a section.

Link copied to clipboard

Describes the configurations that are required to declare a section as repeating.

Link copied to clipboard

The unique identifier of a body section.

Link copied to clipboard

The style options of a body section.