Template Body Section Configuration Args
data class TemplateBodySectionConfigurationArgs(val content: Output<TemplateBodySectionContentArgs>, val pageBreakConfiguration: Output<TemplateSectionPageBreakConfigurationArgs>? = null, val repeatConfiguration: Output<TemplateBodySectionRepeatConfigurationArgs>? = null, val sectionId: Output<String>, val style: Output<TemplateSectionStyleArgs>? = null) : ConvertibleToJava<TemplateBodySectionConfigurationArgs>
Constructors
Link copied to clipboard
constructor(content: Output<TemplateBodySectionContentArgs>, pageBreakConfiguration: Output<TemplateSectionPageBreakConfigurationArgs>? = null, repeatConfiguration: Output<TemplateBodySectionRepeatConfigurationArgs>? = null, sectionId: Output<String>, style: Output<TemplateSectionStyleArgs>? = null)
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 style options of a body section.