|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
Property |
LabelEndFunction.eval(Property[] args,
PropertyInfo pInfo)
|
ColorType |
NCnameProperty.getColor()
|
Property |
FromParentFunction.eval(Property[] args,
PropertyInfo pInfo)
|
Property |
MaxFunction.eval(Property[] args,
PropertyInfo pInfo)
|
Property |
BodyStartFunction.eval(Property[] args,
PropertyInfo pInfo)
|
Property |
PPColWidthFunction.eval(Property[] args,
PropertyInfo pInfo)
|
static Property |
PropertyParser.parse(String expr,
PropertyInfo propInfo)
Public entrypoint to the Property expression parser. |
Property |
InheritedPropFunction.eval(Property[] args,
PropertyInfo pInfo)
|
Property |
FopPropValFunction.eval(Property[] args,
PropertyInfo pInfo)
|
Numeric |
Numeric.subtract(Numeric op)
Subtract the operand from the current value and return a new Numeric representing the result. |
Numeric |
Numeric.add(Numeric op)
Add the operand from the current value and return a new Numeric representing the result. |
Numeric |
Numeric.multiply(Numeric op)
Multiply the the current value by the operand 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. |
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. |
Property |
AbsFunction.eval(Property[] args,
PropertyInfo propInfo)
|
Property |
Function.eval(Property[] args,
PropertyInfo propInfo)
|
Property |
FromTableColumnFunction.eval(Property[] args,
PropertyInfo pInfo)
|
Property |
NearestSpecPropFunction.eval(Property[] args,
PropertyInfo pInfo)
|
Property |
MinFunction.eval(Property[] args,
PropertyInfo pInfo)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |