Ejemplo n.º 1
0
 public HWPFFileSystem()
 {
     _streams["WordDocument"] = new HWPFStream();
     _streams["1Table"] = new HWPFStream();
     _streams["Data"] = new HWPFStream();
 }
Ejemplo n.º 2
0
 public HWPFFileSystem()
 {
     _streams["WordDocument"] = new HWPFStream();
     _streams["1Table"]       = new HWPFStream();
     _streams["Data"]         = new HWPFStream();
 }