if (!pInfo.getPropertyList().getFObj().getName().equals("fo:table-column")) {
throw new PropertyException("proportional-column-width function "
+ "may only be used on table-column FO");
}
// Check if table-layout is "fixed"...
return new TableColLength(d.doubleValue(), pInfo.getFO());
}