Namespace: iTextSharp.text.pdf.hyphenation
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public class HyphenationTree : TernaryTree, 
	IPatternConsumer
Visual Basic
Public Class HyphenationTree _
	Inherits TernaryTree _
	Implements IPatternConsumer
Visual C++
public ref class HyphenationTree : public TernaryTree, 
	IPatternConsumer

Inheritance Hierarchy

System..::..Object
  iTextSharp.text.pdf.hyphenation..::..TernaryTree
    iTextSharp.text.pdf.hyphenation..::..HyphenationTree

See Also