org.apache.fop.fo.expr
public class FromTableColumnFunction extends FunctionBase
| Constructor and Description |
|---|
FromTableColumnFunction() |
| Modifier and Type | Method and Description |
|---|---|
Property |
eval(Property[] args,
PropertyInfo pInfo)
Evaluate the function
|
int |
nbArgs() |
boolean |
padArgsWithPropertyName() |
getPercentBasepublic int nbArgs()
public boolean padArgsWithPropertyName()
padArgsWithPropertyName in interface FunctionpadArgsWithPropertyName in class FunctionBasepublic Property eval(Property[] args, PropertyInfo pInfo) throws PropertyException
Functionargs - array of arguments, which should either be empty, or the
first of which should contain an NCName corresponding to a property namepInfo - PropertyInfo object to be evaluatedPropertyException - for incorrect arguments, and (for now) in all
cases, because this function is not implementedCopyright 1999-2008 The Apache Software Foundation. All Rights Reserved.