Home
last modified time | relevance | path

Searched refs:PR_MARGIN_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 DCommonMarginInline.java70 marginTop = pList.get(Constants.PR_MARGIN_TOP).getLength(); in CommonMarginInline()
H A DCommonMarginBlock.java79 marginTop = pList.get(Constants.PR_MARGIN_TOP).getLength(); in CommonMarginBlock()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/
H A DConstants.java526 int PR_MARGIN_TOP = 151; field
H A DFOPropertyMapping.java1132 m = new LengthProperty.Maker(PR_MARGIN_TOP); in createMarginBlockProperties()
1167 corr.setCorresponding(PR_MARGIN_TOP, PR_MARGIN_TOP, PR_MARGIN_RIGHT, PR_MARGIN_LEFT); in createMarginBlockProperties()
1187 sCorr.setCorresponding(PR_MARGIN_LEFT, PR_MARGIN_RIGHT, PR_MARGIN_TOP, PR_MARGIN_TOP); in createMarginBlockProperties()