TwoInitialCapsExceptions.Add(String) Méthode
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.
Renvoie un TwoInitialCapsExceptions Object qui représente une nouvelle exception ajoutée à la liste des exceptions de correction automatique.
public:
Microsoft::Office::Interop::Word::TwoInitialCapsException ^ Add(System::String ^ Name);
public Microsoft.Office.Interop.Word.TwoInitialCapsException Add (string Name);
abstract member Add : string -> Microsoft.Office.Interop.Word.TwoInitialCapsException
Public Function Add (Name As String) As TwoInitialCapsException
Paramètres
- Name
- String
Argument de type String obligatoire. Abréviation que Microsoft Word ne doit pas suivre avec une lettre majuscule.
Retours
Remarques
Si la TwoInitialCapsAutoAdd propriété a la valeur true, les mots sont automatiquement ajoutés à la liste des exceptions sur les majuscules.