예제 #1
0
 public CT_WebPr()
 {
     this.xmlField         = false;
     this.sourceDataField  = false;
     this.parsePreField    = false;
     this.consecutiveField = false;
     this.firstRowField    = false;
     this.xl97Field        = false;
     this.textDatesField   = false;
     this.xl2000Field      = false;
     this.htmlTablesField  = false;
     this.htmlFormatField  = ST_HtmlFmt.none;
 }
예제 #2
0
 public CT_WebPr() {
     this.xmlField = false;
     this.sourceDataField = false;
     this.parsePreField = false;
     this.consecutiveField = false;
     this.firstRowField = false;
     this.xl97Field = false;
     this.textDatesField = false;
     this.xl2000Field = false;
     this.htmlTablesField = false;
     this.htmlFormatField = ST_HtmlFmt.none;
 }