From b8e84c368073957683b543077e6b7a73ea17a61a Mon Sep 17 00:00:00 2001 From: Dolan Miu Date: Wed, 18 May 2016 17:09:26 +0100 Subject: [PATCH] added position in attributes --- ts/docx/xml-components/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/docx/xml-components/index.ts b/ts/docx/xml-components/index.ts index 096214c5f7..818994bdbc 100644 --- a/ts/docx/xml-components/index.ts +++ b/ts/docx/xml-components/index.ts @@ -91,6 +91,7 @@ interface AttributesProperties { footer?: string; gutter?: string; linePitch?: string; + pos?: string; } export class Attributes extends XmlAttributeComponent {