org.apache.fop.fo.expr
Class BodyStartFunction
- Function
public class BodyStartFunction
Class corresponding to the body-start Property Value function. See Sec.
5.10.4 of the XSL-FO spec.
eval
public Property eval(Property[] args,
PropertyInfo pInfo)
throws PropertyException
- eval in interface Function
args
- array of arguments (none are used, but this is required by
the Function interface)pInfo
- PropertyInfo object to be evaluated
- numeric object containing the calculated body-start value
nbArgs
public int nbArgs()
- nbArgs in interface Function
- 0 (there are no arguments for body-start)
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.