Share via


AutoCorrect Object Members

Word Developer Reference

Represents the AutoCorrect functionality in Word.

Properties

  Name Description
Bb225986.properties(en-us,office.12).gif Application Returns an Application object that represents the Microsoft Word application.
Bb225986.properties(en-us,office.12).gif CorrectCapsLock True if Word automatically corrects instances in which you use the CAPS LOCK key inadvertently as you type. Read/write Boolean.
Bb225986.properties(en-us,office.12).gif CorrectDays True if Word automatically capitalizes the first letter of days of the week. Read/write Boolean.
Bb225986.properties(en-us,office.12).gif CorrectHangulAndAlphabet True if Microsoft Word automatically applies the correct font to Latin words typed in the middle of Hangul text or vice versa. Read/write Boolean.
Bb225986.properties(en-us,office.12).gif CorrectInitialCaps True if Word automatically makes the second letter lowercase if the first two letters of a word are typed in uppercase. For example, "WOrd" is corrected to "Word." Read/write Boolean.
Bb225986.properties(en-us,office.12).gif CorrectKeyboardSetting True if Microsoft Word automatically transposes words to their native alphabet if you type text in a language other than the current keyboard language. Read/write Boolean.
Bb225986.properties(en-us,office.12).gif CorrectSentenceCaps True if Word automatically capitalizes the first letter in each sentence. Read/write Boolean.
Bb225986.properties(en-us,office.12).gif CorrectTableCells True to automatically capitalize the first letter of table cells. Read/write Boolean.
Bb225986.properties(en-us,office.12).gif Creator Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long.
Bb225986.properties(en-us,office.12).gif DisplayAutoCorrectOptions True for Microsoft Word to display the AutoCorrect Options button. Read/write Boolean.
Bb225986.properties(en-us,office.12).gif Entries Returns an AutoCorrectEntries collection that represents the current list of AutoCorrect entries.
Bb225986.properties(en-us,office.12).gif FirstLetterAutoAdd True if Word automatically adds abbreviations to the list of AutoCorrect First Letter exceptions. Read/write Boolean.
Bb225986.properties(en-us,office.12).gif FirstLetterExceptions Returns a FirstLetterExceptions collection that represents the list of abbreviations after which Word won't automatically capitalize the next letter. Read-only.
Bb225986.properties(en-us,office.12).gif HangulAndAlphabetAutoAdd True if Microsoft Word automatically adds words to the list of Hangul and alphabet AutoCorrect exceptions. Read/write Boolean.
Bb225986.properties(en-us,office.12).gif HangulAndAlphabetExceptions Returns a HangulAndAlphabetExceptions collection that represents the list of Hangul and alphabet AutoCorrect exceptions.
Bb225986.properties(en-us,office.12).gif OtherCorrectionsAutoAdd True if Microsoft Word automatically adds words to the list of AutoCorrect exceptions on the Other Corrections tab in the AutoCorrect Exceptions dialog box (AutoCorrect Options command, Tools menu). Word adds a word to this list if you delete and then retype a word that you didn't want Word to correct. Read/write Boolean.
Bb225986.properties(en-us,office.12).gif OtherCorrectionsExceptions Returns an OtherCorrectionsExceptions collection that represents the list of words that Microsoft Word won't correct automatically.
Bb225986.properties(en-us,office.12).gif Parent Returns an Object that represents the parent object of the specified AutoCorrect object.
Bb225986.properties(en-us,office.12).gif ReplaceText True if Microsoft Word automatically replaces specified text with entries from the AutoCorrect list. Read/write Boolean.
Bb225986.properties(en-us,office.12).gif ReplaceTextFromSpellingChecker True if Microsoft Word automatically replaces misspelled text with suggestions from the spelling checker as the user types. Word only replaces words that contain a single misspelling and for which the spelling dictionary only lists one alternative. Read/write Boolean.
Bb225986.properties(en-us,office.12).gif TwoInitialCapsAutoAdd True if Microsoft Word automatically adds words to the list of AutoCorrect Initial Caps exceptions. A word is added to this list if you delete and then retype the uppercase letter (following the initial uppercase letter) that Word changed to lowercase. Read/write Boolean.
Bb225986.properties(en-us,office.12).gif TwoInitialCapsExceptions Returns a TwoInitialCapsExceptions collection that represents the list of terms containing mixed capitalization that Word won't correct automatically.