Home
last modified time | relevance | path

Searched refs:PR_BACKGROUND_POSITION_HORIZONTAL (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 DBackgroundPositionShorthand.java121 if (propId == Constants.PR_BACKGROUND_POSITION_HORIZONTAL) { in getValueForProperty()
H A DCommonBorderPaddingBackground.java354 Constants.PR_BACKGROUND_POSITION_HORIZONTAL).getLength(); in CommonBorderPaddingBackground()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/
H A DConstants.java248 int PR_BACKGROUND_POSITION_HORIZONTAL = 12; field
H A DFOPropertyMapping.java620 m = new LengthProperty.Maker(PR_BACKGROUND_POSITION_HORIZONTAL); in createBorderPaddingBackgroundProperties()