return backgroundPosition.getShorthandValue(context,
fobj, AbsoluteAxis.HORIZONTAL,
paddingRectangleWidth, backgroundImageWidth);
}
// Try the second shorthand
final PdBackground background = (PdBackground) getProperty(
FoProperty.BACKGROUND);
if (background != null) {
backgroundPosition = background.getPosition();
if (backgroundPosition != null) {
return backgroundPosition.getShorthandValue(context,
fobj, AbsoluteAxis.HORIZONTAL,
paddingRectangleWidth, backgroundImageWidth);
}