Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Description

Excerpt

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

Signature
C#
C#
 public WordHyphenSettings HyphenSettings{ get; }
{signature}{signature:
}
Signature
vb.net
vb.net
Public ReadOnly Property HyphenSettings() As WordHyphenSettings
{signature}
{example}{code:csharp|title=C#}
Example
Code Block
csharp
csharp
titleC#


          WordHyphenSettings oWordHyphenSettings = oDocument.HyphenSettings;
        
{code} {code:
Code Block
vb.net
|title=
vb.net
titlevb.net
}


          Dim oWordHyphenSettings As WordHyphenSettings = oDocument.HyphenSettings
        
{code} {example}