Preserve QPowerPoint text run styles in PPTX

This commit is contained in:
Курнат Андрей
2026-06-02 07:41:11 +03:00
parent b8c347142a
commit c4532902c8
7 changed files with 228 additions and 9 deletions
+6
View File
@@ -96,9 +96,15 @@ export interface Slide {
hidden?: boolean;
transition?: SlideTransition;
backgroundColor?: string;
titleBold?: boolean;
titleItalics?: boolean;
titleUnderline?: boolean;
titleColor?: string;
titleFontSize?: number;
titleFontFamily?: string;
subtitleBold?: boolean;
subtitleItalics?: boolean;
subtitleUnderline?: boolean;
subtitleColor?: string;
subtitleFontSize?: number;
subtitleFontFamily?: string;