Save This Page
Home » iText-src-2.1.3 » com.lowagie » text » pdf » hyphenation » [javadoc | source]
com.lowagie.text.pdf.hyphenation
public class: Hyphenation [javadoc | source]
java.lang.Object
   com.lowagie.text.pdf.hyphenation.Hyphenation
This class represents a hyphenated word.
Constructor:
 Hyphenation(String word,
    int[] points) 
    rawWord as made of alternating strings and Hyphen instances
Method from com.lowagie.text.pdf.hyphenation.Hyphenation Summary:
getHyphenationPoints,   getPostHyphenText,   getPreHyphenText,   length,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.lowagie.text.pdf.hyphenation.Hyphenation Detail:
 public int[] getHyphenationPoints() 
 public String getPostHyphenText(int index) 
 public String getPreHyphenText(int index) 
 public int length() 
 public String toString()