org.apache.fop.layout
Class HyphenationProps

java.lang.Object
  extended byorg.apache.fop.layout.HyphenationProps

public class HyphenationProps
extends Object

Store all hyphenation related properties on an FO. Public "structure" allows direct member access.


Field Summary
 String country
           
 int hyphenate
           
 char hyphenationChar
           
 int hyphenationPushCharacterCount
           
 int hyphenationRemainCharacterCount
           
 String language
           
 
Constructor Summary
HyphenationProps()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hyphenate

public int hyphenate

hyphenationChar

public char hyphenationChar

hyphenationPushCharacterCount

public int hyphenationPushCharacterCount

hyphenationRemainCharacterCount

public int hyphenationRemainCharacterCount

language

public String language

country

public String country
Constructor Detail

HyphenationProps

public HyphenationProps()


Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.