Add tests

This commit is contained in:
Dolan
2018-11-01 02:22:32 +00:00
parent a84eb16392
commit 61411fd0f3
16 changed files with 673 additions and 223 deletions

View File

@ -2,6 +2,7 @@ import { XmlComponent } from "file/xml-components";
import {
GridSpan,
ITableCellShadingAttributesProperties,
TableCellBorders,
TableCellShading,
TableCellWidth,
@ -49,7 +50,7 @@ export class TableCellProperties extends XmlComponent {
return this;
}
public setShading(attrs: object): TableCellProperties {
public setShading(attrs: ITableCellShadingAttributesProperties): TableCellProperties {
this.root.push(new TableCellShading(attrs));
return this;