Preserve QPowerPoint image hyperlinks in PPTX

This commit is contained in:
Курнат Андрей
2026-06-02 06:17:58 +03:00
parent 0a675236b3
commit e5727b4484
6 changed files with 165 additions and 8 deletions
+1
View File
@@ -112,6 +112,7 @@ export interface SlideImage {
id: string;
src: string;
alt?: string;
hyperlink?: string;
x: number;
y: number;
width: number;