HangulAndAlphabetExceptions Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A collection of HangulAndAlphabetException objects that represents all Hangul and alphabet AutoCorrect exceptions. This list corresponds to the list of AutoCorrect exceptions on the Korean tab in the AutoCorrect Exceptions dialog box (AutoCorrect command, Tools menu).
public interface class HangulAndAlphabetExceptions : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000209D1-0000-0000-C000-000000000046")]
public interface HangulAndAlphabetExceptions : System.Collections.IEnumerable
type HangulAndAlphabetExceptions = interface
interface IEnumerable
Public Interface HangulAndAlphabetExceptions
Implements IEnumerable
- Attributes
- Implements
Remarks
Use the HangulAndAlphabetExceptions property to return the HangulAndAlphabetExceptions collection.
If the value of the HangulAndAlphabetAutoAdd property is True, words are automatically added to the list of Hangul and alphabet AutoCorrect exceptions. Use the Add(String) method to add an item to the HangulAndAlphabetExceptions collection.
Use HangulAndAlphabetExceptions(index
), where index
is the Hangul or alphabet AutoCorrect exception name or the index number, to return a single HangulAndAlphabetException object.
The index number represents the position of the Hangul or alphabet AutoCorrect exception in the HangulAndAlphabetExceptions collection.
Properties
Application |
Returns a Application object that represents the Microsoft Word application. |
Count |
Returns the number of items in the specified collection. |
Creator |
Returns a 32-bit integer that indicates the application in which the specified object was created. |
Item[Object] |
Returns an individual object in a collection. |
Parent |
Returns an object that represents the parent object of the specified object. |
Methods
Add(String) |
Returns a HangulAndAlphabetException object that represents a new exception to the list of AutoCorrect exceptions. |
GetEnumerator() |