Add documentation reference
This commit is contained in:
@ -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 { IgnoreIfEmptyXmlComponent, XmlAttributeComponent, XmlComponent } from "file/xml-components";
|
||||||
|
|
||||||
|
import { HeightRule, TableRowHeight } from "./table-row-height";
|
||||||
|
|
||||||
export class TableRowProperties extends IgnoreIfEmptyXmlComponent {
|
export class TableRowProperties extends IgnoreIfEmptyXmlComponent {
|
||||||
constructor() {
|
constructor() {
|
||||||
super("w:trPr");
|
super("w:trPr");
|
||||||
|
Reference in New Issue
Block a user