UNPKG

docx

Version:

Generate .docx documents with JavaScript (formerly Office-Clippy)

9 lines (8 loc) 252 B
import { XmlComponent } from "../../../file/xml-components"; export declare enum TableLayoutType { AUTOFIT = "autofit", FIXED = "fixed" } export declare class TableLayout extends XmlComponent { constructor(type: TableLayoutType); }