textBoxes

@JvmName(name = "rxitxnaaglgbpddi")
suspend fun textBoxes(value: Output<List<AnalysisSheetTextBoxArgs>>)
@JvmName(name = "bjaaqjqhhmvckswd")
suspend fun textBoxes(value: List<AnalysisSheetTextBoxArgs>?)

Parameters

value

The text boxes that are on a sheet.


@JvmName(name = "unwyslveqgeoctac")
suspend fun textBoxes(vararg values: Output<AnalysisSheetTextBoxArgs>)


@JvmName(name = "ycxspwcwguuvgodw")
suspend fun textBoxes(values: List<Output<AnalysisSheetTextBoxArgs>>)
@JvmName(name = "csgdnncxbanjglld")
suspend fun textBoxes(vararg values: AnalysisSheetTextBoxArgs)

Parameters

values

The text boxes that are on a sheet.


@JvmName(name = "yrkxqrjcougqdiri")
suspend fun textBoxes(argument: List<suspend AnalysisSheetTextBoxArgsBuilder.() -> Unit>)
@JvmName(name = "hhjawilavmcphpaq")
suspend fun textBoxes(vararg argument: suspend AnalysisSheetTextBoxArgsBuilder.() -> Unit)
@JvmName(name = "pahlayjamfbduaqm")
suspend fun textBoxes(argument: suspend AnalysisSheetTextBoxArgsBuilder.() -> Unit)

Parameters

argument

The text boxes that are on a sheet.