Skip to content

@shbernal/ts-pptx


@shbernal/ts-pptx / index / StandardLayout

Interface: StandardLayout

Defined in: src/units.ts:69

Properties

heightEmu

readonly heightEmu: number

Defined in: src/units.ts:81

Slide height in English Metric Units.


heightIn

readonly heightIn: number

Defined in: src/units.ts:77

Slide height in inches.


layout

readonly layout: StandardLayoutName

Defined in: src/units.ts:71

ts-pptx layout key used with pptx.layout.


name

readonly name: string

Defined in: src/units.ts:73

PresentationML slide-size preset name, or custom for PowerPoint widescreen.


widthEmu

readonly widthEmu: number

Defined in: src/units.ts:79

Slide width in English Metric Units.


widthIn

readonly widthIn: 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.