public PrintableDocument() { this.childs = new PrintElementCollection(this); this._Rows = new FlowRowCollection(); }
public Block() { childs = new PrintElementCollection(this); _Flows = new FlowRowCollection(); }