/* NOTE: The precedence of the various properties and shorthand values
* is discussed in XSL-FO Recommendation 1.1, Section 5.2. */
/* Try the most explicit setting first, e.g. "border-before-width". */
AbstractBorderWidth abstractBorderWidth = null;
FoProperty rawPropertyType = AbstractBorderWidth.rawPropertyType(
direction);
abstractBorderWidth = (AbstractBorderWidth) getProperty(
rawPropertyType);
if (abstractBorderWidth != null) {
return abstractBorderWidth.getValue(context, fobj);