Skip to content

@shbernal/pptxgenjs


@shbernal/pptxgenjs / index / PresentationPropsInternal

Interface: PresentationPropsInternal

Defined in: core-interfaces.ts:3441

Extends

Properties

author

author: string

Defined in: core-interfaces.ts:3416

Inherited from

PresentationProps.author


company

company: string

Defined in: core-interfaces.ts:3417

Inherited from

PresentationProps.company


embeddedFonts

embeddedFonts: EmbeddedFont[]

Defined in: core-interfaces.ts:3447

Author-side embedded fonts (see PptxGenJS.embedFont); empty when none.


firstSlideNum

firstSlideNum: number

Defined in: core-interfaces.ts:3430

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:3418

Inherited from

PresentationProps.layout


masterSlide

masterSlide: PresSlideInternal

Defined in: core-interfaces.ts:3442

Overrides

PresentationProps.masterSlide


presLayout

presLayout: PresLayout

Defined in: core-interfaces.ts:3424

Presentation's layout read-only

Inherited from

PresentationProps.presLayout


revision

revision: string

Defined in: core-interfaces.ts:3425

Inherited from

PresentationProps.revision


rtlMode

rtlMode: boolean

Defined in: core-interfaces.ts:3435

Whether to enable right-to-left mode

Default

ts
false

Inherited from

PresentationProps.rtlMode


sections

sections: SectionInternalProps[]

Defined in: core-interfaces.ts:3443


slideLayouts

slideLayouts: SlideLayoutInternal[]

Defined in: core-interfaces.ts:3444


slides

slides: PresSlideInternal[]

Defined in: core-interfaces.ts:3445


subject

subject: string

Defined in: core-interfaces.ts:3436

Inherited from

PresentationProps.subject


theme

theme: ThemeProps

Defined in: core-interfaces.ts:3437

Inherited from

PresentationProps.theme


title

title: string

Defined in: core-interfaces.ts:3438

Inherited from

PresentationProps.title