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
vb.net
vb.net
Public ReadOnly Property HyphenSettings() As WordHyphenSettings
Example
Code Block
csharp
csharp
titleC#

          WordHyphenSettings oWordHyphenSettings = oDocument.HyphenSettings;
        
Code Block
vb.net
vb.net
titlevb.net

          Dim oWordHyphenSettings As WordHyphenSettings = oDocument.HyphenSettings