org.apache.fop.hyphenation
Class Hyphenation
java.lang.Object
org.apache.fop.hyphenation.Hyphenation
public class Hyphenation
extends java.lang.Object
This class represents a hyphenated word.
getHyphenationPoints
public int[] getHyphenationPoints()
getPostHyphenText
public String getPostHyphenText(int index)
getPreHyphenText
public String getPreHyphenText(int index)
- the pre-break text, not including the hyphen character
length
public int length()
- the number of hyphenation points in the word
toString
public String toString()
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.