Package com.lowagie.text.pdf.hyphenation
Class Hyphenation
java.lang.Object
com.lowagie.text.pdf.hyphenation.Hyphenation
This class represents a hyphenated word.
- Author:
- Carlos Villegas <cav@uniscope.co.jp>
-
Method Summary
Modifier and TypeMethodDescriptionint[]getPostHyphenText(int index) getPreHyphenText(int index) intlength()toString()
-
Method Details
-
length
public int length()- Returns:
- the number of hyphenation points in the word
-
getPreHyphenText
- Returns:
- the pre-break text, not including the hyphen character
-
getPostHyphenText
- Returns:
- the post-break text
-
getHyphenationPoints
public int[] getHyphenationPoints()- Returns:
- the hyphenation points
-
toString
-