Exemple #1
0
 public NormDocument Normalize(string format)
 {
     Normalizer norm = new Normalizer (this, format);
     return norm.CreateNormDocument ();
 }