|
fop 0.93 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.fop.fo.properties.CommonHyphenation
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. |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public java.lang.String language
public java.lang.String country
public java.lang.String script
public int hyphenate
public char hyphenationCharacter
public int hyphenationPushCharacterCount
public int hyphenationRemainCharacterCount
| Constructor Detail |
public CommonHyphenation(PropertyList pList)
throws PropertyException
pList - The PropertyList with propery values.
|
fop 0.93 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||