* issues.
* @return The speak-punctuation property.
*/
public FoValue traitSpeakPunctuation(final FObj fobj,
final FoContext context) {
final PdSpeakPunctuation property = (PdSpeakPunctuation) getProperty(
FoProperty.SPEAK_PUNCTUATION);
if (property != null) {
return property.getValue(context, fobj);
}
return PdSpeakPunctuation.getValueNoInstance(context, fobj);
}