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