_Document.AutoHyphenation 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.
Détermine si la coupure d’union automatique est activée pour le document spécifié.
public:
property bool AutoHyphenation { bool get(); void set(bool value); };
public bool AutoHyphenation { get; set; }
member this.AutoHyphenation : bool with get, set
Public Property AutoHyphenation As Boolean
Valeur de propriété
Remarques
Cette propriété renvoie True si la coupure d’union automatique est activée pour le document spécifié, et False si ce n’est pas le cas.