Class Hyphenation

java.lang.Object
com.itextpdf.layout.hyphenation.Hyphenation

public class Hyphenation extends Object
This class represents a hyphenated word.

This work was authored by Carlos Villegas (cav@uniscope.co.jp).

  • Method Details

    • length

      public int length()
      Returns:
      the number of hyphenation points in the word
    • getPreHyphenText

      public String getPreHyphenText (int index)
      Parameters:
      index - an index position
      Returns:
      the pre-break text, not including the hyphen character
    • getPostHyphenText

      public String getPostHyphenText (int index)
      Parameters:
      index - an index position
      Returns:
      the post-break text
    • getHyphenationPoints

      public int[] getHyphenationPoints()
      Returns:
      the hyphenation points
    • toString

      public String toString()
      Overrides:
      toString in class Object