Appearance
@shbernal/pptxgenjs / index / StandardLayout
Interface: StandardLayout
Defined in: units.ts:26
Properties
height
readonlyheight:number
Defined in: units.ts:34
Slide height in inches. Alias of StandardLayout.heightIn.
heightEmu
readonlyheightEmu:number
Defined in: units.ts:42
Slide height in English Metric Units.
heightIn
readonlyheightIn:number
Defined in: units.ts:38
Slide height in inches.
layout
readonlylayout:StandardLayoutName
Defined in: units.ts:28
PptxGenJS layout key used with pptx.layout.
name
readonlyname:string
Defined in: units.ts:30
PresentationML slide-size preset name, or custom for PowerPoint widescreen.
width
readonlywidth:number
Defined in: units.ts:32
Slide width in inches. Alias of StandardLayout.widthIn — inches is PptxGenJS's default coordinate unit, so this is the value to use for addText/addShape math.
widthEmu
readonlywidthEmu:number
Defined in: units.ts:40
Slide width in English Metric Units.
widthIn
readonlywidthIn:number
Defined in: units.ts:36
Slide width in inches.