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