Home
last modified time | relevance | path

Searched refs:EN_NO_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.java84 case Constants.EN_NO_LINE_THROUGH: in convertProperty()
105 case Constants.EN_NO_LINE_THROUGH: in convertProperty()
H A DCommonTextDecoration.java113 } else if (propEnum == Constants.EN_NO_LINE_THROUGH) { in calcTextDecoration()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/
H A DConstants.java1038 int EN_NO_LINE_THROUGH = 90; field
H A DFOPropertyMapping.java1765 m.addEnum("no-line-through", getEnumProperty(EN_NO_LINE_THROUGH, "NO_LINE_THROUGH")); in createCharacterProperties()