Message-ID: <800942204.9497.1711692207135.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_9496_1627111186.1711692207135" ------=_Part_9496_1627111186.1711692207135 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Document.HyphenSettings

Document.HyphenSettings

Description

=20

Returns a WordHyphenSettings= object that can be used to get and set the hyphenation settings for th= is Document.

=20
C#
=20
 public WordHyphenSettings HyphenSettings{ get; }
=20
=20
vb.net
=20
Public ReadOnly Property HyphenSettings() As WordHyphenSettings
=20
=20

Examples

=20
C#
=20

          WordHyphenSettings oWordHyphenSettings =3D oDocument.HyphenSettin=
gs;
        
=20
=20
vb.net
=20

          Dim oWordHyphenSettings As WordHyphenSettings =3D oDocument.Hyphe=
nSettings
        
=20
------=_Part_9496_1627111186.1711692207135--