Preserve QPowerPoint text hyperlinks in PPTX

This commit is contained in:
Курнат Андрей
2026-06-02 06:08:47 +03:00
parent 2f1c70852d
commit 0a675236b3
6 changed files with 152 additions and 9 deletions
+2
View File
@@ -87,7 +87,9 @@ export interface SlideDeck {
export interface Slide {
id: string;
title: string;
titleHyperlink?: string;
subtitle: string;
subtitleHyperlink?: string;
subtitleListStyle?: SlideListStyle;
notes: string;
theme: "classic" | "ocean" | "graphite";