* issues.
* @return The line-height-shift-adjustment property.
*/
public FoValue traitLineHeightShiftAdjustment(final FObj fobj,
final FoContext context) {
final PdLineHeightShiftAdjustment property =
(PdLineHeightShiftAdjustment) getProperty(
FoProperty.LINE_HEIGHT_SHIFT_ADJUSTMENT);
if (property != null) {
return property.getValue(context, fobj);
}
return PdLineHeightShiftAdjustment.getValueNoInstance(context, fobj);
}