return abstractBorderStyle.getValue(context, direction, fobj);
}
/* If none of those work, we try an explicit setting for the
* corresponding direction. */
final Compass otherDirection = getWritingMode(fobj,
context).getCorresponding(direction);
rawPropertyType = AbstractBorderStyle.rawPropertyType(
otherDirection);
abstractBorderStyle = (AbstractBorderStyle) getProperty(
rawPropertyType);