From 2b0953bb1916af7d2f38eed09a0a58d9ea319794 Mon Sep 17 00:00:00 2001 From: Dolan Date: Mon, 2 Dec 2019 23:13:26 +0000 Subject: [PATCH] Add right indent --- src/file/paragraph/formatting/indent.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/file/paragraph/formatting/indent.ts b/src/file/paragraph/formatting/indent.ts index 035571b690..3aad7d4e8a 100644 --- a/src/file/paragraph/formatting/indent.ts +++ b/src/file/paragraph/formatting/indent.ts @@ -7,6 +7,7 @@ export interface IIndentAttributesProperties { readonly firstLine?: number; readonly start?: number; readonly end?: number; + readonly right?: number; } class IndentAttributes extends XmlAttributeComponent { @@ -16,6 +17,7 @@ class IndentAttributes extends XmlAttributeComponent