* @param fobj The FO for which this value is needed.
* @return The value of this property.
*/
public int getValue(final FoContext context, final FObj fobj) {
if (value().canEvalKeyword()) {
final FoValue keyword = this.convertValueToFoValue(value());
switch (keyword) {
case INHERIT: {
return getValueNoInstance(context, fobj);
}
}