|
fop 2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.fo.expr.FunctionBase
org.apache.fop.fo.expr.BodyStartFunction
public class BodyStartFunction
Class corresponding to the body-start Property Value function. See Sec. 5.10.4 of the XSL-FO spec.
Constructor Summary | |
---|---|
BodyStartFunction()
|
Method Summary | |
---|---|
Property |
eval(Property[] args,
PropertyInfo pInfo)
Evaluate the function |
int |
getRequiredArgsCount()
|
Methods inherited from class org.apache.fop.fo.expr.FunctionBase |
---|
getOptionalArgDefault, getOptionalArgsCount, getPercentBase, getPropertyName, hasVariableArgs |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BodyStartFunction()
Method Detail |
---|
public int getRequiredArgsCount()
public Property eval(Property[] args, PropertyInfo pInfo) throws PropertyException
args
- an array of Properties that should be evaluatedpInfo
- property information instance that applies to property being evaluated
PropertyException
- for problems when evaluating the function
|
fop 2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |