Options.InsertedTextMark Property
Returns or sets how Microsoft Word formats inserted text while change tracking is enabled (the TrackRevisions property is True).
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property InsertedTextMark As WdInsertedTextMark
Get
Set
'Usage
Dim instance As Options
Dim value As WdInsertedTextMark
value = instance.InsertedTextMark
instance.InsertedTextMark = value
WdInsertedTextMark InsertedTextMark { get; set; }
Property Value
Type: Microsoft.Office.Interop.Word.WdInsertedTextMark
Remarks
If change tracking is not enabled, this property is ignored. Use this property with the InsertedTextColor property to control the appearance of inserted text in a document.
The ShowRevisions property must be True in order to see the formatting for inserted text during editing. The PrintRevisions property must be True in order for Word to use the formatting for inserted text when printing a document.