Appearance
@shbernal/ts-pptx / index / SlideMasterProps
Interface: SlideMasterProps
Defined in: src/types/master.ts:108
Properties
background?
optionalbackground?:BackgroundProps
Defined in: src/types/master.ts:113
margin?
optionalmargin?:Margin
Defined in: src/types/master.ts:114
objects?
optionalobjects?:SlideMasterObject[]
Defined in: src/types/master.ts:116
slideNumber?
optionalslideNumber?:SlideNumberProps
Defined in: src/types/master.ts:115
textStyles?
optionaltextStyles?: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