org.apache.fop.fo.expr
Class LabelEndFunction
- Function
public class LabelEndFunction
Class modelling the label-end 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 for the function (none are needed, but
required for the Function interface)pInfo
- PropertyInfo object for the function
- the calculated label-end value for the list
nbArgs
public int nbArgs()
- nbArgs in interface Function
- 0 (the number of arguments required for the label-end function)
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.