Options.AutoFormatReplaceOrdinals 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 si le numéro ordinal suffixes « st », « e », « Bureau à distance » et « e » sont remplacés par les mêmes lettres en exposant quand Word met automatiquement en forme un document ou une plage. Par exemple, « 1er » est remplacé par « 1 » suivi par « er » en exposant.
public:
property bool AutoFormatReplaceOrdinals { bool get(); void set(bool value); };
public bool AutoFormatReplaceOrdinals { get; set; }
member this.AutoFormatReplaceOrdinals : bool with get, set
Public Property AutoFormatReplaceOrdinals As Boolean