Home
last modified time | relevance | path

Searched refs:PR_WORD_SPACING (Results 1 – 5 of 5) sorted by relevance

/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/flow/
H A DBidiOverride.java61 wordSpacing = pList.get(PR_WORD_SPACING); in bind()
H A DCharacter.java115 wordSpacing = pList.get(PR_WORD_SPACING); in bind()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/
H A DConstants.java754 int PR_WORD_SPACING = 265; field
H A DFOText.java194 this.wordSpacing = pList.get(Constants.PR_WORD_SPACING); in bind()
H A DFOPropertyMapping.java1795 m = new SpacingPropertyMaker(PR_WORD_SPACING); in createCharacterProperties()