Dashboard Section Based Layout Paper Canvas Size Options Args
data class DashboardSectionBasedLayoutPaperCanvasSizeOptionsArgs(val paperMargin: Output<DashboardSpacingArgs>? = null, val paperOrientation: Output<DashboardPaperOrientation>? = null, val paperSize: Output<DashboardPaperSize>? = null) : ConvertibleToJava<DashboardSectionBasedLayoutPaperCanvasSizeOptionsArgs>
Constructors
Link copied to clipboard
constructor(paperMargin: Output<DashboardSpacingArgs>? = null, paperOrientation: Output<DashboardPaperOrientation>? = null, paperSize: Output<DashboardPaperSize>? = null)
Properties
Link copied to clipboard
Defines the spacing between the canvas content and the top, bottom, left, and right edges.
Link copied to clipboard
The paper orientation that is used to define canvas dimensions. Choose one of the following options:
Link copied to clipboard
The paper size that is used to define canvas dimensions.