Add documentation reference

This commit is contained in:
Dolan
2020-10-24 21:38:20 +01:00
parent ea5f9a48ab
commit 18a1677588

View File

@ -1,6 +1,8 @@
import { HeightRule, TableRowHeight } from "file/table/table-row/table-row-height";
// http://officeopenxml.com/WPtableRowProperties.php
import { IgnoreIfEmptyXmlComponent, XmlAttributeComponent, XmlComponent } from "file/xml-components";
import { HeightRule, TableRowHeight } from "./table-row-height";
export class TableRowProperties extends IgnoreIfEmptyXmlComponent {
constructor() {
super("w:trPr");