org.apache.fop.layout
Class HyphenationProps

java.lang.Object
  |
  +--org.apache.fop.layout.HyphenationProps

public class HyphenationProps
extends java.lang.Object

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


Field Summary
 java.lang.String country
           
 int hyphenate
           
 char hyphenationChar
           
 int hyphenationPushCharacterCount
           
 int hyphenationRemainCharacterCount
           
 java.lang.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 java.lang.String language

country

public java.lang.String country
Constructor Detail

HyphenationProps

public HyphenationProps()


Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.