Skip to content

@shbernal/pptxgenjs


@shbernal/pptxgenjs / index / StandardLayout

Interface: StandardLayout

Defined in: units.ts:68

Properties

height

readonly height: number

Defined in: units.ts:76

Slide height in inches. Alias of StandardLayout.heightIn.


heightEmu

readonly heightEmu: number

Defined in: units.ts:84

Slide height in English Metric Units.


heightIn

readonly heightIn: number

Defined in: units.ts:80

Slide height in inches.


layout

readonly layout: StandardLayoutName

Defined in: units.ts:70

PptxGenJS layout key used with pptx.layout.


name

readonly name: string

Defined in: units.ts:72

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


width

readonly width: 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

readonly widthEmu: number

Defined in: units.ts:82

Slide width in English Metric Units.


widthIn

readonly widthIn: number

Defined in: units.ts:78

Slide width in inches.