Preserve QPowerPoint text run styles in PPTX
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user