Word) (Options.InsertedTextColor 屬性
會傳回或設定啟用追蹤修訂時所插入的文字的色彩。 讀取/寫入 WdColorIndex 。
語法
expression. InsertedTextColor
需要 expression。 代表 Options 物件的變數。
註解
如果 InsertedTextColor 屬性設為 wdByAuthor ,Microsoft Word 自動將唯一的色彩指派給每個修訂文件的前八位作者。
範例
本範例會將所插入文字的色彩設為深紅色。
Options.InsertedTextColor = wdDarkRed
This example returns the current status of the Color option under Track Changes options on the Track Changes tab in the Options dialog box.
Dim lngColor As Long
lngColor = Options.InsertedTextColor
另請參閱
支援和意見反應
有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應。