Home
last modified time | relevance | path

Searched refs:PR_LEFT (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 DCommonRelativePosition.java68 left = pList.get(Constants.PR_LEFT).getLength(); in CommonRelativePosition()
H A DCommonAbsolutePosition.java67 left = pList.get(Constants.PR_LEFT).getLength(); in CommonAbsolutePosition()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/
H A DConstants.java504 int PR_LEFT = 140; field
H A DFOPropertyMapping.java451 l = new LengthProperty.Maker(PR_LEFT); in createAbsolutePositionProperties()