Skip to content

@shbernal/pptxgenjs


@shbernal/pptxgenjs / index / StandardLayout

Interface: StandardLayout

Defined in: units.ts:26

Properties

height

readonly height: number

Defined in: units.ts:34

Slide height in inches. Alias of StandardLayout.heightIn.


heightEmu

readonly heightEmu: number

Defined in: units.ts:42

Slide height in English Metric Units.


heightIn

readonly heightIn: number

Defined in: units.ts:38

Slide height in inches.


layout

readonly layout: StandardLayoutName

Defined in: units.ts:28

PptxGenJS layout key used with pptx.layout.


name

readonly name: string

Defined in: units.ts:30

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


width

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

readonly widthEmu: number

Defined in: units.ts:40

Slide width in English Metric Units.


widthIn

readonly widthIn: number

Defined in: units.ts:36

Slide width in inches.