git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198506
13f79535-47bb-0310-9956-
ffa450edef68
import org.apache.fop.datatypes.Length;
import org.apache.fop.datatypes.Numeric;
+import org.apache.fop.fo.Constants;
/**
* Base class for all property objects
return 0;
}
+ /** @return true if the property is an enum and has value 'auto' */
+ public boolean isAuto() {
+ return (getEnum() == Constants.EN_AUTO);
+ }
+
/**
* This method expects to be overridden by subclasses
* @return char property value