Appearance
@shbernal/ts-pptx / index / StandardLayout
Interface: StandardLayout
Defined in: src/units.ts:69
Properties
heightEmu
readonlyheightEmu:number
Defined in: src/units.ts:81
Slide height in English Metric Units.
heightIn
readonlyheightIn:number
Defined in: src/units.ts:77
Slide height in inches.
layout
readonlylayout:StandardLayoutName
Defined in: src/units.ts:71
ts-pptx layout key used with pptx.layout.
name
readonlyname:string
Defined in: src/units.ts:73
PresentationML slide-size preset name, or custom for PowerPoint widescreen.
widthEmu
readonlywidthEmu:number
Defined in: src/units.ts:79
Slide width in English Metric Units.
widthIn
readonlywidthIn:number
Defined in: src/units.ts:75
Slide width in inches — inches is ts-pptx's default coordinate unit, so this is the value to use for addText/addShape math.