Home
last modified time | relevance | path

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

/dports/textproc/fop/fop-2.6/fop-core/src/test/java/org/apache/fop/fo/flow/
H A DMarkersTestCase.java78 when(rm.getPosition()).thenReturn(Constants.EN_FSWP); in testRegisterAndResolve()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/flow/
H A DMarkers.java157 case Constants.EN_FSWP: // retrieve-marker in resolve()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/
H A DConstants.java966 int EN_FSWP = 54; field
H A DFOPropertyMapping.java2167 m.addEnum("first-starting-within-page", getEnumProperty(EN_FSWP, "FSWP")); in createMarkersProperties()