* issues.
* @return The line-stacking-strategy property.
*/
public FoValue traitLineStackingStrategy(final FObj fobj,
final FoContext context) {
final PdLineStackingStrategy property =
(PdLineStackingStrategy) getProperty(
FoProperty.LINE_STACKING_STRATEGY);
if (property != null) {
return property.getValue(context, fobj);
}
return PdLineStackingStrategy.getValueNoInstance(context, fobj);
}