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