Ejemplo n.º 1
0
 // Public operations that are overridden for the Word Processing document type
 /// <summary>
 /// AcceptAllChanges
 /// </summary>
 public override void AcceptAllChanges()
 {
     Changes.AcceptAll();
 }