Home
last modified time | relevance | path

Searched refs:PR_HYPHENATION_PUSH_CHARACTER_COUNT (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/properties/
H A DCommonHyphenation.java110 = (NumberProperty) propertyList.get(Constants.PR_HYPHENATION_PUSH_CHARACTER_COUNT); in getInstance()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/
H A DConstants.java464 int PR_HYPHENATION_PUSH_CHARACTER_COUNT = 120; field
H A DFOPropertyMapping.java1115 m = new NumberProperty.PositiveIntegerMaker(PR_HYPHENATION_PUSH_CHARACTER_COUNT); in createHyphenationProperties()