import {XmlComponent, Attributes} from "../../xml-components"; export class Columns { private cols: Array; constructor() { this.cols = new Array(); this.cols.push(new Attributes({ space: "708" })); } }