* issues.
* @return The last-line-end-indent property.
*/
public int traitLastLineEndIndent(final FObj fobj,
final FoContext context) {
final PdLastLineEndIndent property = (PdLastLineEndIndent)
getProperty(FoProperty.LAST_LINE_END_INDENT);
if (property == null) {
return PdLastLineEndIndent.getValueNoInstance(context, fobj);
}
return property.getValue(context, fobj);
}