PropertyList propertyList,
FObj fo) throws FOPException {
if (isAutoLengthAllowed()) {
String pval = p.getString();
if (pval != null && pval.equals("auto"))
return new LengthProperty(new AutoLength());
}
if (p instanceof LengthProperty)
return p;
Length val = p.getLength();
if (val != null)