fop 0.95 | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.fop.fo.expr.FunctionBase
org.apache.fop.fo.expr.PPColWidthFunction
public class PPColWidthFunction
extends FunctionBase
Method Summary | |
Property |
|
PercentBase | |
int |
|
Methods inherited from class org.apache.fop.fo.expr.FunctionBase | |
getPercentBase , padArgsWithPropertyName |
public Property eval(Property[] args, PropertyInfo pInfo) throws PropertyException
- Parameters:
args
- array of arguments for this functionpInfo
- PropertyInfo for this function
- Returns:
- numeric Property containing the units of proportional measure for this column
- Throws:
PropertyException
- for non-numeric operand, or if the parent element is not a table-column
public PercentBase getPercentBase()
- Specified by:
- getPercentBase in interface Function
- Overrides:
- getPercentBase in interface FunctionBase
- Returns:
- the
PercentBase
for the proportional-column-width() function
fop 0.95 |