Preserve QPowerPoint hidden slides in PPTX
This commit is contained in:
@@ -86,6 +86,7 @@ export interface Slide {
|
||||
subtitle: string;
|
||||
notes: string;
|
||||
theme: "classic" | "ocean" | "graphite";
|
||||
hidden?: boolean;
|
||||
backgroundColor?: string;
|
||||
titleColor?: string;
|
||||
titleFontSize?: number;
|
||||
|
||||
Reference in New Issue
Block a user