feature: add support for section page borders

This commit is contained in:
Igor Bulovski
2018-07-03 13:48:31 +02:00
parent 612a2f90ac
commit 796e000826
11 changed files with 261 additions and 34 deletions

View File

@ -1,7 +1,8 @@
import { expect } from "chai";
import { TableCellBorders, BorderStyle, TableCellWidth, WidthType } from "./table-cell";
import { TableCellBorders, TableCellWidth, WidthType } from "./table-cell";
import { Formatter } from "../../export/formatter";
import { BorderStyle } from "../styles";
describe("TableCellBorders", () => {
describe("#prepForXml", () => {