diff --git a/src/file/table/table-properties/table-cell-margin.ts b/src/file/table/table-properties/table-cell-margin.ts index 6889b6f580..9d94e7c84a 100644 --- a/src/file/table/table-properties/table-cell-margin.ts +++ b/src/file/table/table-properties/table-cell-margin.ts @@ -22,15 +22,6 @@ class BaseTableCellMargin extends XmlComponent { }), ); } - - public setProperties(value: number, type: WidthType = WidthType.DXA): void { - this.root.push( - new TableCellMarginAttributes({ - type: type, - value: value, - }), - ); - } } export interface ITableCellMarginOptions {