* issues.
* @return The hyphenation-keep property.
*/
public FoValue traitHyphenationKeep(final FObj fobj,
final FoContext context) {
final PdHyphenationKeep property = (PdHyphenationKeep) getProperty(
FoProperty.HYPHENATION_KEEP);
if (property != null) {
return property.getValue(context, fobj);
}
return PdHyphenationKeep.getValueNoInstance(context, fobj);
}