org.apache.poi.xslf.model.geom
Class IfElseExpression

java.lang.Object
  extended by org.apache.poi.xslf.model.geom.IfElseExpression
All Implemented Interfaces:
Expression

public class IfElseExpression
extends java.lang.Object
implements Expression

If Else Formula:

Arguments: 3 (fmla="?: x y z") Usage: "?: x y z" = if (x > 0), then y = value of this guide, else z = value of this guide

Author:
Yegor Kozlov

Method Summary
 double evaluate(Context ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

evaluate

public double evaluate(Context ctx)
Specified by:
evaluate in interface Expression


Copyright 2012 The Apache Software Foundation or its licensors, as applicable.