Remove unused method

This commit is contained in:
Dolan
2021-03-07 21:53:16 +00:00
parent 0ec3b64ad7
commit 283c42cb55

View File

@ -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 {