Options.ShowFormatError Propriété
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.
True pour que Microsoft Word signale les incohérences de mise en forme en plaçant un trait ondulé le texte mis en forme de la même manière aux autres mises en forme qui est utilisée plus fréquemment dans un document.
public:
property bool ShowFormatError { bool get(); void set(bool value); };
public bool ShowFormatError { get; set; }
member this.ShowFormatError : bool with get, set
Public Property ShowFormatError As Boolean