Preserve QPowerPoint strikethrough in PPTX

This commit is contained in:
Курнат Андрей
2026-06-02 07:46:39 +03:00
parent c4532902c8
commit b117e11431
6 changed files with 65 additions and 11 deletions
+2
View File
@@ -99,12 +99,14 @@ export interface Slide {
titleBold?: boolean;
titleItalics?: boolean;
titleUnderline?: boolean;
titleStrike?: boolean;
titleColor?: string;
titleFontSize?: number;
titleFontFamily?: string;
subtitleBold?: boolean;
subtitleItalics?: boolean;
subtitleUnderline?: boolean;
subtitleStrike?: boolean;
subtitleColor?: string;
subtitleFontSize?: number;
subtitleFontFamily?: string;