import {XmlComponent, Attributes} from "../../xml-components"; export class PageSize { private pgSz: Array; constructor() { this.pgSz = new Array(); this.pgSz.push(new Attributes({ w: "11906", h: "16838" })); } }