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

Font.HyphenationRule

Description

Sets or returns a=20 Font.Hyphenation object that= represents the hyphenation rule for a character run.=20
C#
=20
public Hyphenation HyphenationRule{ get; set; }=
=20
=20
vb.net
=20
Public Property HyphenationRule() As Hyphenation=
=20
=20

Remarks

MS Word equivalent: No= ne=20

Examples

=20
C#
=20
          //--- Return HyphenationRule
          Font.Hyphenation oHyphenationRule =3D oFont.HyphenationRule;

          //--- Set HyphenationRule
          oFont.HyphenationRule =3D Font.Hyphenation.ChangeAfter;
        
=20
vb.net
=20
          '--- Return HyphenationRule
          Dim oHyphenationRule As Font.Hyphenation =3D oFont.HyphenationRul=
e

          '--- Set HyphenationRule
          oFont.HyphenationRule =3D Font.Hyphenation.ChangeAfter
        
=20
------=_Part_8366_940972828.1711643354157--