AutoCorrect Properties

Include Protected Members
Include Inherited Members

The AutoCorrect type exposes the following members.

Properties

  Name Description
Public property Application Returns a Application object that represents the creator of the specified object.
Public property CorrectCapsLock Returns or sets a value that indicates if Microsoft Word automatically corrects instances in which you use the CAPS LOCK key inadvertently as you type.
Public property CorrectDays Returns or sets a value that indicates if Microsoft Word automatically capitalizes the first letter of days of the week.
Public property CorrectHangulAndAlphabet Returns or sets a value that indicates if Microsoft Word automatically applies the correct font to Latin words typed in the middle of Hangul text or vice versa.
Public property CorrectInitialCaps Returns or sets a value that indicates if Microsoft 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."
Public property CorrectKeyboardSetting Returns or sets a value that indicates if Microsoft Word automatically transposes words to their native alphabet if you type text in a language other than the current keyboard language.
Public property CorrectSentenceCaps Returns or sets a value that indicates if Microsoft Word automatically capitalizes the first letter in each sentence.
Public property CorrectTableCells Returns or sets a value that indicates whether to automatically capitalize the first letter of table cells.
Public property Creator Returns a value that indicates the application in which the specified object was created.
Public property DisplayAutoCorrectOptions Returns or sets a value that indicates whether to display the AutoCorrect Options button.
Public property Entries Returns a value that indicates a AutoCorrectEntries collection that represents the current list of AutoCorrect entries.
Public property FirstLetterAutoAdd Returns or sets a value that indicates if Microsoft Word automatically adds abbreviations to the list of AutoCorrect First Letter exceptions.
Public property FirstLetterExceptions Returns a FirstLetterExceptions collection that represents the list of abbreviations after which Microsoft Word won't automatically capitalize the next letter.
Public property HangulAndAlphabetAutoAdd Returns or sets a value that indicates whether to automatically add words to the list of Hangul and alphabet AutoCorrect exceptions on the Korean tab in the AutoCorrect Exceptions dialog box.
Public property HangulAndAlphabetExceptions Returns a HangulAndAlphabetExceptions collection that represents the list of Hangul and alphabet AutoCorrect exceptions.
Public property OtherCorrectionsAutoAdd Returns or sets a value that indicates whether to add words to the list of AutoCorrect exceptions on the Other Corrections tab in the AutoCorrect Exceptions dialog box.
Public property OtherCorrectionsExceptions Returns a OtherCorrectionsExceptions collection that represents the list of words that Microsoft Word won't correct automatically.
Public property Parent Returns an object that represents the parent object of the specified object.
Public property ReplaceText Returns or sets a value that indicates whether to automatically replace specified text with entries from the AutoCorrect list.
Public property ReplaceTextFromSpellingChecker Returns or sets a value that indicates whether to automatically replace misspelled text with suggestions from the spelling checker as the user types.
Public property TwoInitialCapsAutoAdd Returns or sets a value that indicates whether to automatically add words to the list of AutoCorrect Initial Caps exceptions.
Public property TwoInitialCapsExceptions Returns a TwoInitialCapsExceptions collection that represents the list of terms containing mixed capitalization that Microsoft Word won't correct automatically.

Top

See Also

Reference

AutoCorrect Interface

Microsoft.Office.Interop.Word Namespace