Uses of Class
org.apache.fop.fo.expr.PropertyException

Packages that use PropertyException
org.apache.fop.fo.expr   
 

Uses of PropertyException in org.apache.fop.fo.expr
 

Methods in org.apache.fop.fo.expr that throw PropertyException
 Numeric Numeric.add(Numeric op)
          Add the operand from the current value and return a new Numeric representing the result.
 Numeric Numeric.divide(Numeric op)
          Divide the the current value by the operand and return a new Numeric representing the result.
 Property AbsFunction.eval(Property[] args, PropertyInfo propInfo)
           
 Property BodyStartFunction.eval(Property[] args, PropertyInfo pInfo)
           
 Property FopPropValFunction.eval(Property[] args, PropertyInfo pInfo)
           
 Property FromParentFunction.eval(Property[] args, PropertyInfo pInfo)
           
 Property FromTableColumnFunction.eval(Property[] args, PropertyInfo pInfo)
           
 Property Function.eval(Property[] args, PropertyInfo propInfo)
           
 Property InheritedPropFunction.eval(Property[] args, PropertyInfo pInfo)
           
 Property LabelEndFunction.eval(Property[] args, PropertyInfo pInfo)
           
 Property MaxFunction.eval(Property[] args, PropertyInfo pInfo)
           
 Property MinFunction.eval(Property[] args, PropertyInfo pInfo)
           
 Property NearestSpecPropFunction.eval(Property[] args, PropertyInfo pInfo)
           
 Property PPColWidthFunction.eval(Property[] args, PropertyInfo pInfo)
           
 ColorType NCnameProperty.getColor()
           
 Numeric Numeric.max(Numeric op)
          Return a Numeric which is the maximum of the current value and the operand.
 Numeric Numeric.min(Numeric op)
          Return a Numeric which is the minimum of the current value and the operand.
 Numeric Numeric.multiply(Numeric op)
          Multiply the the current value by the operand and return a new Numeric representing the result.
static Property PropertyParser.parse(String expr, PropertyInfo propInfo)
          Public entrypoint to the Property expression parser.
 Numeric Numeric.subtract(Numeric op)
          Subtract the operand from the current value and return a new Numeric representing the result.
 



Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.