Document.AutoHyphenation (Word)
True si la coupure de mots automatique est activée pour le document spécifié.
With ActiveDocument
.HyphenationZone = InchesToPoints(0.25)
.HyphenateCaps = False
.AutoHyphenation = True
End With
True si la coupure de mots automatique est activée pour le document spécifié.
With ActiveDocument
.HyphenationZone = InchesToPoints(0.25)
.HyphenateCaps = False
.AutoHyphenation = True
End With