org.apache.fop.fo.properties
Class CommonHyphenation
java.lang.Object
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.
country
public String country
The "country" 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.
language
public String language
The "language" property.
script
public String script
The "script" property.
CommonHyphenation
public CommonHyphenation(PropertyList pList)
throws PropertyException
Create a CommonHyphenation object.
pList
- The PropertyList with propery values.
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.