Skip to content

@shbernal/pptxgenjs


@shbernal/pptxgenjs / index / SlideMasterProps

Interface: SlideMasterProps

Defined in: core-interfaces.ts:3153

Properties

background?

optional background?: BackgroundProps

Defined in: core-interfaces.ts:3158


margin?

optional margin?: Margin

Defined in: core-interfaces.ts:3159


objects?

optional objects?: SlideMasterObject[]

Defined in: core-interfaces.ts:3161


slideNumber?

optional slideNumber?: SlideNumberProps

Defined in: core-interfaces.ts:3160


textStyles?

optional textStyles?: MasterTextStyleProps

Defined in: core-interfaces.ts:3168

Per-level master text styles (title / body / other) written to the shared slide master's <p:txStyles>. Configure nested bullet character, font size, color, alignment, and indent for each of the nine list levels. Deck-wide (see MasterTextStyleProps).

Example

ts
textStyles: { body: [{ fontSize: 24, color: 'C00000', bullet: { characterCode: '25AA' } }] }

title

title: string

Defined in: core-interfaces.ts:3157

Unique name for this master