_ParagraphFormat.Hyphenation 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 les paragraphes spécifiés sont inclus dans la coupure de mots automatique. False si les paragraphes spécifiés doivent être exclus de la coupure de mots automatique. Peut être True, False ou wdUndefined.
public:
property int Hyphenation { int get(); void set(int value); };
public int Hyphenation { get; set; }
member this.Hyphenation : int with get, set
Public Property Hyphenation As Integer