OMathAutoCorrectEntries Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente une collection d'entrées AutoMaths. Utilisez l' OMathAutoCorrectEntry objet pour accéder à des entrées de correction automatique individuelles.
public interface class OMathAutoCorrectEntries : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("18CD5EC8-8B7B-42C8-992A-2A407468642C")]
public interface OMathAutoCorrectEntries : System.Collections.IEnumerable
type OMathAutoCorrectEntries = interface
interface IEnumerable
Public Interface OMathAutoCorrectEntries
Implements IEnumerable
- Attributs
- Implémente
Propriétés
| Application |
Renvoie un Object qui représente l’application Microsoft Word. |
| Count |
Renvoie le nombre d’éléments dans la OMathAutoCorrectEntries collection. En lecture seule. |
| Creator |
Renvoie un entier 32 bits qui indique l'application dans laquelle le complément a été créé. En lecture seule. |
| Item[Object] |
Renvoie un Microsoft.Office.Interop.Word.OmathAutoCorrectEntry Object qui représente l’élément spécifié dans la collection. |
| Parent |
Cette propriété renvoie l’objet parent de l' OMathAutoCorrectEntries objet spécifié. |
Méthodes
| Add(String, String) |
Crée une correction automatique d’équation et renvoie un OMathAutoCorrectEntry objet. |
| GetEnumerator() | |