TwoInitialCapsExceptions.Add(String) Méthode

Définition

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

TwoInitialCapsException

Remarques

Si la TwoInitialCapsAutoAdd propriété a la valeur true, les mots sont automatiquement ajoutés à la liste des exceptions sur les majuscules.

S’applique à