Document Object Model (DOM) is an in-memory representation of a Word document. Read, manipulate, and modify the content and formatting of a Word document using C#....use FindReplaceOptions to replace text only inside tables? A:... Then call document.Range.Replace("old", "new", options) . Translate...