TemplateSectionBasedLayoutPaperCanvasSizeOptions

data class TemplateSectionBasedLayoutPaperCanvasSizeOptions(val paperMargin: TemplateSpacing? = null, val paperOrientation: TemplatePaperOrientation? = null, val paperSize: TemplatePaperSize? = null)

Constructors

constructor(paperMargin: TemplateSpacing? = null, paperOrientation: TemplatePaperOrientation? = null, paperSize: TemplatePaperSize? = null)

Types

Link copied to clipboard
object Companion

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.