Preserve QPowerPoint hidden slides in PPTX

This commit is contained in:
Курнат Андрей
2026-06-01 19:28:38 +03:00
parent f4da4dc283
commit a2de721fc4
6 changed files with 161 additions and 8 deletions
+1
View File
@@ -86,6 +86,7 @@ export interface Slide {
subtitle: string;
notes: string;
theme: "classic" | "ocean" | "graphite";
hidden?: boolean;
backgroundColor?: string;
titleColor?: string;
titleFontSize?: number;