Preserve QPowerPoint subtitle lists in PPTX
This commit is contained in:
@@ -87,6 +87,7 @@ export interface Slide {
|
||||
id: string;
|
||||
title: string;
|
||||
subtitle: string;
|
||||
subtitleListStyle?: SlideListStyle;
|
||||
notes: string;
|
||||
theme: "classic" | "ocean" | "graphite";
|
||||
hidden?: boolean;
|
||||
@@ -101,6 +102,7 @@ export interface Slide {
|
||||
images?: SlideImage[];
|
||||
}
|
||||
|
||||
export type SlideListStyle = "bullet" | "number";
|
||||
export type SlideTransition = "fade" | "push" | "wipe";
|
||||
|
||||
export interface SlideImage {
|
||||
|
||||
Reference in New Issue
Block a user