Skip to content

@shbernal/pptxgenjs


@shbernal/pptxgenjs / index / IPresentationProps

Interface: IPresentationProps

Defined in: core-interfaces.ts:3022

Extends

Properties

author

author: string

Defined in: core-interfaces.ts:2997

Inherited from

PresentationProps.author


company

company: string

Defined in: core-interfaces.ts:2998

Inherited from

PresentationProps.company


firstSlideNum

firstSlideNum: number

Defined in: core-interfaces.ts:3011

Slide number to assign to the first slide (affects the slide-number field displayed in placeholders).

Default

ts
1

Inherited from

PresentationProps.firstSlideNum


layout

layout: string

Defined in: core-interfaces.ts:2999

Inherited from

PresentationProps.layout


masterSlide

masterSlide: PresSlideInternal

Defined in: core-interfaces.ts:3023

Overrides

PresentationProps.masterSlide


presLayout

presLayout: PresLayout

Defined in: core-interfaces.ts:3005

Presentation's layout read-only

Inherited from

PresentationProps.presLayout


revision

revision: string

Defined in: core-interfaces.ts:3006

Inherited from

PresentationProps.revision


rtlMode

rtlMode: boolean

Defined in: core-interfaces.ts:3016

Whether to enable right-to-left mode

Default

ts
false

Inherited from

PresentationProps.rtlMode


sections

sections: SectionInternalProps[]

Defined in: core-interfaces.ts:3024


slideLayouts

slideLayouts: SlideLayoutInternal[]

Defined in: core-interfaces.ts:3025


slides

slides: PresSlideInternal[]

Defined in: core-interfaces.ts:3026


subject

subject: string

Defined in: core-interfaces.ts:3017

Inherited from

PresentationProps.subject


theme

theme: ThemeProps

Defined in: core-interfaces.ts:3018

Inherited from

PresentationProps.theme


title

title: string

Defined in: core-interfaces.ts:3019

Inherited from

PresentationProps.title