Home
last modified time | relevance | path

Searched refs:PR_BACKGROUND_POSITION_VERTICAL (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.java69 Constants.PR_BACKGROUND_POSITION_VERTICAL); in make()
123 } else if (propId == Constants.PR_BACKGROUND_POSITION_VERTICAL) { in getValueForProperty()
H A DCommonBorderPaddingBackground.java356 Constants.PR_BACKGROUND_POSITION_VERTICAL).getLength(); in CommonBorderPaddingBackground()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/
H A DConstants.java250 int PR_BACKGROUND_POSITION_VERTICAL = 13; field
H A DFOPropertyMapping.java631 m = new LengthProperty.Maker(PR_BACKGROUND_POSITION_VERTICAL); in createBorderPaddingBackgroundProperties()