AnalysisBodySectionConfigurationArgs

data class AnalysisBodySectionConfigurationArgs(val content: Output<AnalysisBodySectionContentArgs>, val pageBreakConfiguration: Output<AnalysisSectionPageBreakConfigurationArgs>? = null, val repeatConfiguration: Output<AnalysisBodySectionRepeatConfigurationArgs>? = null, val sectionId: Output<String>, val style: Output<AnalysisSectionStyleArgs>? = null) : ConvertibleToJava<AnalysisBodySectionConfigurationArgs>

Constructors

Link copied to clipboard
constructor(content: Output<AnalysisBodySectionContentArgs>, pageBreakConfiguration: Output<AnalysisSectionPageBreakConfigurationArgs>? = null, repeatConfiguration: Output<AnalysisBodySectionRepeatConfigurationArgs>? = null, sectionId: Output<String>, style: Output<AnalysisSectionStyleArgs>? = 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
val sectionId: Output<String>

The unique identifier of a body section.

Link copied to clipboard
val style: Output<AnalysisSectionStyleArgs>? = null

The style options of a body section.

Functions

Link copied to clipboard
open override fun toJava(): AnalysisBodySectionConfigurationArgs