getProperty(FoProperty.HYPHENATION_PUSH_CHARACTER_COUNT);
if (property == null) {
return PdHyphenationPushCharacterCount.traitValueNoInstance(context,
fobj);
}
return property.traitValue(context, fobj);
}
/**
* Returns the hyphenation-remain-character-count property.
* @param fobj The FObj to which the property belongs.