iText 8.0.5 API
iText.Layout.Hyphenation Namespace Reference

Classes

class   ByteVector
  This class implements a simple byte vector with access to the underlying array. More...
 
class   CharVector
  This class implements a simple char vector with access to the underlying array. More...
 
class   Hyphen
  Represents a hyphen. More...
 
class   Hyphenation
  This class represents a hyphenated word. More...
 
class   HyphenationConfig
  This is the class used to configure hyphenation on layout level More...
 
class   HyphenationConstants
  Class containing constants to be used in hyphenation on layout level. More...
 
class   HyphenationException
  A hyphenation exception. More...
 
class   HyphenationTree
  This tree structure stores the hyphenation patterns in an efficient way for fast lookup. More...
 
class   HyphenationTreeCache
  This is a cache for HyphenationTree instances. More...
 
class   Hyphenator
  This class is the main entry point to the hyphenation package. More...
 
interface   IPatternConsumer
  This interface is used to connect the XML pattern file parser to the hyphenation tree. More...
 
class   PatternParser
  A SAX document handler to read and parse hyphenation patterns from a XML file. More...
 
class   TernaryTree
 

Functions

  TernaryTreeIterator (TernaryTree tt)
  default constructor More...
 
virtual void  Reset ()
  Resets the Iterator to its initial state. More...
 
virtual char  GetValue ()
 
Returns
value

 
virtual bool  MoveNext ()
 
Returns
true if more elements

 

Function Documentation

◆ Reset()

virtual void iText.Layout.Hyphenation.Reset ( )
virtual

Resets the Iterator to its initial state.

◆ TernaryTreeIterator()

iText.Layout.Hyphenation.TernaryTreeIterator ( TernaryTree  tt )

default constructor