Home
last modified time | relevance | path

Searched refs:CP_INLINE_PROGRESSION_DIRECTION (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/properties/
H A DLengthPairProperty.java101 } else if (cmpId == CP_INLINE_PROGRESSION_DIRECTION) { in setComponent()
112 } else if (cmpId == CP_INLINE_PROGRESSION_DIRECTION) { in getComponent()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/
H A DConstants.java840 int CP_INLINE_PROGRESSION_DIRECTION = 3 << COMPOUND_SHIFT; field
H A DFOPropertyMapping.java332 addSubpropMakerName("inline-progression-direction", CP_INLINE_PROGRESSION_DIRECTION);
2423 sub = new LengthProperty.Maker(CP_INLINE_PROGRESSION_DIRECTION); in createTableProperties()