Appearance
@shbernal/pptxgenjs / index / StandardLayout
Interface: StandardLayout
Defined in: units.ts:68
Properties
height
readonlyheight:number
Defined in: units.ts:76
Slide height in inches. Alias of StandardLayout.heightIn.
heightEmu
readonlyheightEmu:number
Defined in: units.ts:84
Slide height in English Metric Units.
heightIn
readonlyheightIn:number
Defined in: units.ts:80
Slide height in inches.
layout
readonlylayout:StandardLayoutName
Defined in: units.ts:70
PptxGenJS layout key used with pptx.layout.
name
readonlyname:string
Defined in: units.ts:72
PresentationML slide-size preset name, or custom for PowerPoint widescreen.
width
readonlywidth:number
Defined in: units.ts:74
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:82
Slide width in English Metric Units.
widthIn
readonlywidthIn:number
Defined in: units.ts:78
Slide width in inches.