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