Preserve QPowerPoint text alignment in PPTX
This commit is contained in:
@@ -100,6 +100,7 @@ export interface Slide {
|
||||
titleItalics?: boolean;
|
||||
titleUnderline?: boolean;
|
||||
titleStrike?: boolean;
|
||||
titleAlign?: SlideTextAlign;
|
||||
titleColor?: string;
|
||||
titleFontSize?: number;
|
||||
titleFontFamily?: string;
|
||||
@@ -107,6 +108,7 @@ export interface Slide {
|
||||
subtitleItalics?: boolean;
|
||||
subtitleUnderline?: boolean;
|
||||
subtitleStrike?: boolean;
|
||||
subtitleAlign?: SlideTextAlign;
|
||||
subtitleColor?: string;
|
||||
subtitleFontSize?: number;
|
||||
subtitleFontFamily?: string;
|
||||
@@ -114,6 +116,7 @@ export interface Slide {
|
||||
}
|
||||
|
||||
export type SlideListStyle = "bullet" | "number";
|
||||
export type SlideTextAlign = "left" | "center" | "right";
|
||||
export type SlideTransition = "fade" | "push" | "wipe";
|
||||
|
||||
export interface SlideImage {
|
||||
|
||||
Reference in New Issue
Block a user