AutoCorrect.OtherCorrectionsAutoAdd 属性

定义

返回或设置一个值,该值指示是否向“自动更正异常”对话框中“其他更正”选项卡上的“自动更正”异常列表添加字词。

public:
 property bool OtherCorrectionsAutoAdd { bool get(); void set(bool value); };
public bool OtherCorrectionsAutoAdd { get; set; }
member this.OtherCorrectionsAutoAdd : bool with get, set
Public Property OtherCorrectionsAutoAdd As Boolean

属性值

注解

“自动更正异常”对话框位于“工具”菜单中。 单击“自动更正选项”,然后单击“自动更正”选项卡,然后单击“异常”按钮。

如果删除并重新键入不希望Word更正的单词,Microsoft Word会向此列表中添加一个单词。

适用于