From fcb542471b3f8e10e48aa999f96f12fcd0337b35 Mon Sep 17 00:00:00 2001 From: bre7 Date: Tue, 18 Sep 2018 21:03:20 -0300 Subject: [PATCH] Added mirror margins options --- .../section-properties/page-margin/page-margin-attributes.ts | 2 ++ .../body/section-properties/page-margin/page-margin.ts | 3 ++- .../document/body/section-properties/section-properties.ts | 2 ++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/file/document/body/section-properties/page-margin/page-margin-attributes.ts b/src/file/document/body/section-properties/page-margin/page-margin-attributes.ts index a9d1ae46ee..e486ae5c72 100644 --- a/src/file/document/body/section-properties/page-margin/page-margin-attributes.ts +++ b/src/file/document/body/section-properties/page-margin/page-margin-attributes.ts @@ -8,6 +8,7 @@ export interface IPageMarginAttributes { header?: number; footer?: number; gutter?: number; + mirror?: boolean; } export class PageMarginAttributes extends XmlAttributeComponent { @@ -19,5 +20,6 @@ export class PageMarginAttributes extends XmlAttributeComponent