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