Save This Page
Home » iText-src-2.1.3 » com.lowagie » text » pdf » hyphenation » [javadoc | source]
com.lowagie.text.pdf.hyphenation
public class: Hyphen [javadoc | source]
java.lang.Object
   com.lowagie.text.pdf.hyphenation.Hyphen

All Implemented Interfaces:
    Serializable

This class represents a hyphen. A 'full' hyphen is made of 3 parts: the pre-break text, post-break text and no-break. If no line-break is generated at this position, the no-break text is used, otherwise, pre-break and post-break are used. Typically, pre-break is equal to the hyphen character and the others are empty. However, this general scheme allows support for cases in some languages where words change spelling if they're split across lines, like german's 'backen' which hyphenates 'bak-ken'. BTW, this comes from TeX.
Field Summary
public  String preBreak     
public  String noBreak     
public  String postBreak     
Constructor:
 Hyphen(String pre) 
 Hyphen(String pre,
    String no,
    String post) 
Method from com.lowagie.text.pdf.hyphenation.Hyphen Summary:
toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.lowagie.text.pdf.hyphenation.Hyphen Detail:
 public String toString()