fop 0.94

org.apache.fop.fo.properties
Class CommonHyphenation

java.lang.Object
  extended by org.apache.fop.fo.properties.CommonHyphenation

public class CommonHyphenation
extends java.lang.Object

Store all common hyphenation properties. See Sec. 7.9 of the XSL-FO Standard. Public "structure" allows direct member access.


Field Summary
 java.lang.String country
          The "country" property.
 int hyphenate
          The "hyphenate" property.
 char hyphenationCharacter
          The "hyphenation-character" property.
 int hyphenationPushCharacterCount
          The "hyphenation-push-character" property.
 int hyphenationRemainCharacterCount
          The "hyphenation-remain-character-count" property.
 java.lang.String language
          The "language" property.
 java.lang.String script
          The "script" property.
 
Constructor Summary
CommonHyphenation(PropertyList pList)
          Create a CommonHyphenation object.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

language

public java.lang.String language
The "language" property.


country

public java.lang.String country
The "country" property.


script

public java.lang.String script
The "script" property.


hyphenate

public int hyphenate
The "hyphenate" property.


hyphenationCharacter

public char hyphenationCharacter
The "hyphenation-character" property.


hyphenationPushCharacterCount

public int hyphenationPushCharacterCount
The "hyphenation-push-character" property.


hyphenationRemainCharacterCount

public int hyphenationRemainCharacterCount
The "hyphenation-remain-character-count" property.

Constructor Detail

CommonHyphenation

public CommonHyphenation(PropertyList pList)
                  throws PropertyException
Create a CommonHyphenation object.

Parameters:
pList - The PropertyList with propery values.
Throws:
PropertyException

fop 0.94

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.