UNPKG

@joefitter/docx

Version:

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

6 lines (5 loc) 263 B
import { XmlComponent } from "../../../../../file/xml-components"; import { PageOrientation } from "./page-size-attributes"; export declare class PageSize extends XmlComponent { constructor(width: number, height: number, orientation: PageOrientation); }