示例#1
0
 public SpanElement()
 {
     childs = new PrintElementCollection(this);
     _Flows = new FlowRowCollection();
 }
示例#2
0
 public PrintableDocument()
 {
     this.childs = new PrintElementCollection(this);
     this._Rows  = new FlowRowCollection();
 }