/* Check for keyword shorthand values to be substituted. */
Property pret=null;
String pvalue = checkValueKeywords(value);
// Override parsePropertyValue in each subclass of Property.Maker
Property p = PropertyParser.parse(pvalue,
new PropertyInfo(this, propertyList, fo));
pret = convertProperty(p, propertyList, fo);
if (pret == null) {
throw new org.apache.fop.fo.expr.PropertyException("No conversion defined");
}
else if (inheritsSpecified()) {