diff --git a/src/file/table/table-cell/table-cell.ts b/src/file/table/table-cell/table-cell.ts index 3526e788bd..39fcbb83cc 100644 --- a/src/file/table/table-cell/table-cell.ts +++ b/src/file/table/table-cell/table-cell.ts @@ -61,4 +61,8 @@ export class TableCell extends XmlComponent { public get Borders(): TableCellBorders { return this.properties.Borders; } + + public get Properties(): TableCellProperties { + return this.properties; + } }