org.apache.fop.fo.properties

Class 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

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.
String
language
The "language" property.
String
script
The "script" property.

Constructor Summary

CommonHyphenation(PropertyList pList)
Create a CommonHyphenation object.

Field Details

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.

Constructor Details

CommonHyphenation

public CommonHyphenation(PropertyList pList)
            throws PropertyException
Create a CommonHyphenation object.
Parameters:
pList - The PropertyList with propery values.

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