Skip to content

@shbernal/pptxgenjs


@shbernal/pptxgenjs / index / SlideMasterObject

Type Alias: SlideMasterObject

SlideMasterObject = { chart: SlideMasterChartProps; } | { image: ImageProps; } | { line: ShapeProps; } | { rect: ShapeProps; } | { roundRect: ShapeProps; } | { text: { options?: TextPropsOptions; text: string | number | TextProps[]; }; } | { placeholder: { options: PlaceholderProps; text?: string; }; }

Defined in: core-interfaces.ts:2833