Skip to content

@shbernal/ts-pptx


@shbernal/ts-pptx / index / SlideMasterProps

Interface: SlideMasterProps

Defined in: src/types/master.ts:108

Properties

background?

optional background?: BackgroundProps

Defined in: src/types/master.ts:113


margin?

optional margin?: Margin

Defined in: src/types/master.ts:114


objects?

optional objects?: SlideMasterObject[]

Defined in: src/types/master.ts:116


slideNumber?

optional slideNumber?: SlideNumberProps

Defined in: src/types/master.ts:115


textStyles?

optional textStyles?: MasterTextStyleProps

Defined in: src/types/master.ts:123

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: src/types/master.ts:112

Unique name for this master