Options.InsertedTextMark 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回或设置启用更改跟踪时 Microsoft Word插入文本的格式, (TrackRevisions 属性为 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
属性值
注解
如果未启用更改跟踪,则忽略此属性。 将此属性与 属性一起使用 InsertedTextColor 可控制文档中插入的文本的外观。
属性 ShowRevisions 必须为 True ,才能在编辑期间查看插入文本的格式。 属性PrintRevisions必须为 True,以便Word在打印文档时使用插入文本的格式。