Uses of Class
org.apache.fop.fo.expr.PropertyInfo
-
Packages that use PropertyInfo Package Description org.apache.fop.fo.expr Classes for XSL expressions and functions. -
-
Uses of PropertyInfo in org.apache.fop.fo.expr
Methods in org.apache.fop.fo.expr with parameters of type PropertyInfo Modifier and Type Method Description PropertyAbsFunction. eval(Property[] args, PropertyInfo propInfo)Evaluate the functionPropertyBodyStartFunction. eval(Property[] args, PropertyInfo pInfo)Evaluate the functionPropertyFromNearestSpecifiedValueFunction. eval(Property[] args, PropertyInfo pInfo)Evaluate the functionPropertyFromParentFunction. eval(Property[] args, PropertyInfo pInfo)Evaluate the functionPropertyFromTableColumnFunction. eval(Property[] args, PropertyInfo pInfo)Evaluate the functionPropertyFunction. eval(Property[] args, PropertyInfo pi)Evaluate the functionPropertyInheritedPropFunction. eval(Property[] args, PropertyInfo pInfo)Evaluate the functionPropertyLabelEndFunction. eval(Property[] args, PropertyInfo pInfo)Evaluate the functionPropertyMaxFunction. eval(Property[] args, PropertyInfo pInfo)Evaluate the functionPropertyMinFunction. eval(Property[] args, PropertyInfo pInfo)Evaluate the functionPropertyOCAColorFunction. eval(Property[] args, PropertyInfo pInfo)Evaluate the functionPropertyProportionalColumnWidthFunction. eval(Property[] args, PropertyInfo pInfo)Evaluate the functionPropertyFromNearestSpecifiedValueFunction. getOptionalArgDefault(int index, PropertyInfo pi)PropertyFromParentFunction. getOptionalArgDefault(int index, PropertyInfo pi)PropertyFromTableColumnFunction. getOptionalArgDefault(int index, PropertyInfo pi)PropertyFunction. getOptionalArgDefault(int index, PropertyInfo pi)PropertyFunctionBase. getOptionalArgDefault(int index, PropertyInfo pi)PropertyInheritedPropFunction. getOptionalArgDefault(int index, PropertyInfo pi)protected PropertyFunctionBase. getPropertyName(PropertyInfo pi)static PropertyPropertyParser. parse(java.lang.String expr, PropertyInfo propInfo)Public entrypoint to the Property expression parser.voidPropertyException. setPropertyInfo(PropertyInfo propInfo)Sets the property context information.
-