Hi,
I’m trying to change the font of a run in a document that has tracked changes enabled. The following code doesn’t work for me unless I call AcceptAllRevisions() before, but I need to retain the revisions. Any ideas…... var document = new Document(@"c:\temp\support\TrackedChangesDoc...Assert(run.Font.Name == "Times New Roman"); } foreach (var run in...