Options.InsertedTextMark Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets how Microsoft Word formats inserted text while change tracking is enabled (the TrackRevisions property is True).
public:
property Microsoft::Office::Interop::Word::WdInsertedTextMark InsertedTextMark { Microsoft::Office::Interop::Word::WdInsertedTextMark get(); void set(Microsoft::Office::Interop::Word::WdInsertedTextMark value); };
public Microsoft.Office.Interop.Word.WdInsertedTextMark InsertedTextMark { get; set; }
member this.InsertedTextMark : Microsoft.Office.Interop.Word.WdInsertedTextMark with get, set
Public Property InsertedTextMark As WdInsertedTextMark
Property Value
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.