AutoCorrect Members (Word)
Represents the AutoCorrect functionality in Word.
Properties
Name |
Description |
---|---|
Returns an Application object that represents the Microsoft Word application. |
|
True if Word automatically corrects instances in which you use the CAPS LOCK key inadvertently as you type. Read/write Boolean. |
|
True if Word automatically capitalizes the first letter of days of the week. Read/write Boolean. |
|
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. |
|
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. |
|
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. |
|
True if Word automatically capitalizes the first letter in each sentence. Read/write Boolean. |
|
True to automatically capitalize the first letter of table cells. Read/write Boolean. |
|
Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long. |
|
True for Microsoft Word to display the AutoCorrect Options button. Read/write Boolean. |
|
Returns an AutoCorrectEntries collection that represents the current list of AutoCorrect entries. |
|
True if Word automatically adds abbreviations to the list of AutoCorrect First Letter exceptions. Read/write Boolean. |
|
Returns a FirstLetterExceptions collection that represents the list of abbreviations after which Word won't automatically capitalize the next letter. Read-only. |
|
True if Microsoft Word automatically adds words to the list of Hangul and alphabet AutoCorrect exceptions. Read/write Boolean. |
|
Returns a HangulAndAlphabetExceptions collection that represents the list of Hangul and alphabet AutoCorrect exceptions. . |
|
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. |
|
Returns an OtherCorrectionsExceptions collection that represents the list of words that Microsoft Word won't correct automatically. |
|
Returns an Object that represents the parent object of the specified AutoCorrect object. |
|
True if Microsoft Word automatically replaces specified text with entries from the AutoCorrect list. Read/write Boolean. |
|
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. |
|
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. |
|
Returns a TwoInitialCapsExceptions collection that represents the list of terms containing mixed capitalization that Word won't correct automatically. |