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