Home
last modified time | relevance | path

Searched refs:PR_INLINE_PROGRESSION_DIMENSION (Results 1 – 8 of 8) sorted by relevance

/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/properties/
H A DLengthRangeProperty.java96 || this.propId == PR_INLINE_PROGRESSION_DIMENSION) { in convertProperty()
119 || this.propId == PR_INLINE_PROGRESSION_DIMENSION) { in setSubprop()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/extensions/
H A DExternalDocument.java73 inlineProgressionDimension = pList.get(PR_INLINE_PROGRESSION_DIMENSION).getLengthRange(); in bind()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/flow/
H A DBlockContainer.java93 inlineProgressionDimension = pList.get(PR_INLINE_PROGRESSION_DIMENSION).getLengthRange(); in bind()
H A DInlineContainer.java82 inlineProgressionDimension = pList.get(PR_INLINE_PROGRESSION_DIMENSION).getLengthRange(); in bind()
H A DAbstractGraphics.java107 inlineProgressionDimension = pList.get(PR_INLINE_PROGRESSION_DIMENSION).getLengthRange(); in bind()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/
H A DConstants.java478 int PR_INLINE_PROGRESSION_DIMENSION = 127; field
H A DFOPropertyMapping.java1408 m = new LengthRangeProperty.Maker(PR_INLINE_PROGRESSION_DIMENSION); in createAreaDimensionProperties()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/flow/table/
H A DTable.java134 inlineProgressionDimension = pList.get(PR_INLINE_PROGRESSION_DIMENSION).getLengthRange(); in bind()