Home
last modified time | relevance | path

Searched refs:EN_LINE_THROUGH (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 DTextDecorationMaker.java83 case Constants.EN_LINE_THROUGH: in convertProperty()
104 case Constants.EN_LINE_THROUGH: in convertProperty()
H A DCommonTextDecoration.java107 } else if (propEnum == Constants.EN_LINE_THROUGH) { in calcTextDecoration()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/
H A DConstants.java1012 int EN_LINE_THROUGH = 77; field
H A DFOPropertyMapping.java1761 m.addEnum("line-through", getEnumProperty(EN_LINE_THROUGH, "LINE_THROUGH")); in createCharacterProperties()