Home
last modified time | relevance | path

Searched refs:checkValueKeywords (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 DPropertyMaker.java433 pvalue = checkValueKeywords(pvalue.trim()); in make()
501 String pvalue = checkValueKeywords(sval); in convertShorthandProperty()
542 protected String checkValueKeywords(String keyword) { in checkValueKeywords() method in PropertyMaker
H A DStringProperty.java70 String str = checkValueKeywords(value); in make()
H A DFontWeightPropertyMaker.java50 String pValue = checkValueKeywords(value); in make()
H A DFontShorthandProperty.java162 val = m.checkValueKeywords(val); in make()