* @param fobj The FO for which this value is needed.
* @return The value of this property.
*/
public AxslValue getValue(final FoContext context, final FObj fobj) {
if (value() instanceof AxslPropertyKeyword) {
final AxslPropertyKeyword axslKeyword = (AxslPropertyKeyword)
this.value();
final AxslValue keyword = axslKeyword.getValue();
// if (keyword == AxslValue.INHERIT) {
// final FObj parent = fobj.effectiveParent(context);
// if (parent != null) {
// return getInheritedValue(context, parent);
// }