Home
last modified time | relevance | path

Searched refs:PR_TOP (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.java66 top = pList.get(Constants.PR_TOP).getLength(); in CommonRelativePosition()
H A DCommonAbsolutePosition.java65 top = pList.get(Constants.PR_TOP).getLength(); in CommonAbsolutePosition()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/
H A DConstants.java730 int PR_TOP = 253; field
H A DFOPropertyMapping.java427 l = new LengthProperty.Maker(PR_TOP); in createAbsolutePositionProperties()