Word) (自動校正物件
表示 Word 中的自動校正功能。
註解
使用 AutoCorrect 屬性可傳回 AutoCorrect 物件。 下列範例會啟用自動校正選項並建立自動校正項目。
With AutoCorrect
.CorrectCapsLock = True
.CorrectDays = True
.Entries.Add Name:="usualy", Value:="usually"
End With
Entries 屬性會傳回Entries 物件,代表 [自動校正] 對話方塊中的自動校正專案。
屬性
- Application
- CorrectCapsLock
- CorrectDays
- CorrectHangulAndAlphabet
- CorrectInitialCaps
- CorrectKeyboardSetting
- CorrectSentenceCaps
- CorrectTableCells
- Creator
- DisplayAutoCorrectOptions
- Entries
- FirstLetterAutoAdd
- FirstLetterExceptions
- HangulAndAlphabetAutoAdd
- HangulAndAlphabetExceptions
- OtherCorrectionsAutoAdd
- OtherCorrectionsExceptions
- Parent
- ReplaceText
- ReplaceTextFromSpellingChecker
- TwoInitialCapsAutoAdd
- TwoInitialCapsExceptions
請參閱
支援和意見反應
有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應。