* @throws PropertyException For an invalid property value.
*/
private PropertyValue createPropertyValue(final FObj fobj,
final String value) throws PropertyException {
final PropertyValue pv = this.standardParse(fobj, value);
if (pv.canEvalKeyword()) {
return pv;
}
/* There should be one or more border-style instances. If there is only
* one, it will not be returned above as a valid property value, because