ThemeMarginStyleArgs

data class ThemeMarginStyleArgs(val show: Output<Boolean>? = null) : ConvertibleToJava<ThemeMarginStyleArgs>

The display options for margins around the outside edge of sheets.

Constructors

Link copied to clipboard
constructor(show: Output<Boolean>? = null)

Properties

Link copied to clipboard
val show: Output<Boolean>? = null

This Boolean value controls whether to display sheet margins.

Functions

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