GemBox.Document
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    HyphenationDictionary Class

    Namespace:
    GemBox.Document.Hyphenation
    Assembly:
    GemBox.Document.dll

    Represents a base class for the hyphenation dictionary classes.

    • C#
    • VB.NET
    public abstract class HyphenationDictionary
    Public MustInherit Class HyphenationDictionary
    Inheritance:
    System.Object
    HyphenationDictionary
    Derived
    TexHyphenationDictionary

    Methods

    Hyphenate(String)

    Hyphenates a specific word.

    • C#
    • VB.NET
    public abstract IList<int> Hyphenate(string word)
    Public MustOverride Function Hyphenate(word As String) As IList(Of Integer)
    Parameters
    word
    System.String

    A word to be hyphenated.

    Returns
    System.Collections.Generic.IList<System.Int32>

    A list of positions in a word where it can be hyphenated.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.