Home
last modified time | relevance | path

Searched refs:EN_NO_WRAP (Results 1 – 4 of 4) sorted by relevance

/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/properties/
H A DWhiteSpaceShorthandParser.java49 return EnumProperty.getInstance(Constants.EN_NO_WRAP, "NO_WRAP"); in getValueForProperty()
53 case Constants.EN_NO_WRAP: in getValueForProperty()
55 return EnumProperty.getInstance(Constants.EN_NO_WRAP, "NO_WRAP"); in getValueForProperty()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/
H A DConstants.java1044 int EN_NO_WRAP = 93; field
H A DFOPropertyMapping.java1720 m.addEnum("no-wrap", getEnumProperty(EN_NO_WRAP, "NO_WRAP")); in createBlockAndLineProperties()
3050 m.addEnum("nowrap", getEnumProperty(EN_NO_WRAP, "NO_WRAP")); in createShorthandProperties()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/layoutmgr/inline/
H A DLineLayoutManager.java856 boolean canWrap = (wrapOption != EN_NO_WRAP); in findOptimalBreakingPoints()