Options.InsertedTextMark (Word)

Returns or sets how Microsoft Word formats inserted text while change tracking is enabled (the TrackRevisions property is True). Possible return values are wdInsertedTextMarkBold - Inserted text is displayed in bold, wdInsertedTextMarkColorOnly - Inserted text is displayed in a specified color, wdInsertedTextMarkDoubleStrikeThrough - Inserted text is marked up by using double-strikethrough characters, wdInsertedTextMarkDoubleUnderline - Inserted text is marked up by using double-underline characters, wdInsertedTextMarkItalic - Inserted text is displayed in italic, wdInsertedTextMarkNone - Inserted text is not marked up, wdInsertedTextMarkStrikeThrough - Inserted text is marked up by using strikethrough characters, wdInsertedTextMarkUnderline - Inserted text is underlined.

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 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.


Options.InsertedTextMark = wdInsertedTextMarkItalic