Uses of Class
com.openhtmltopdf.css.parser.FSFunction
| Package | Description |
|---|---|
| com.openhtmltopdf.context | |
| com.openhtmltopdf.css.extend | |
| com.openhtmltopdf.css.parser | |
| com.openhtmltopdf.css.style.derived | |
| com.openhtmltopdf.layout | |
| com.openhtmltopdf.render |
-
Uses of FSFunction in com.openhtmltopdf.context
Methods in com.openhtmltopdf.context with parameters of type FSFunction Modifier and Type Method Description ContentFunctionContentFunctionFactory. lookupFunction(LayoutContext c, FSFunction function) -
Uses of FSFunction in com.openhtmltopdf.css.extend
Methods in com.openhtmltopdf.css.extend with parameters of type FSFunction Modifier and Type Method Description StringContentFunction. calculate(LayoutContext c, FSFunction function)StringContentFunction. calculate(RenderingContext c, FSFunction function, InlineText text)booleanContentFunction. canHandle(LayoutContext c, FSFunction function) -
Uses of FSFunction in com.openhtmltopdf.css.parser
Methods in com.openhtmltopdf.css.parser that return FSFunction Modifier and Type Method Description FSFunctionPropertyValue. getFunction()Constructors in com.openhtmltopdf.css.parser with parameters of type FSFunction Constructor Description PropertyValue(FSFunction function) -
Uses of FSFunction in com.openhtmltopdf.css.style.derived
Methods in com.openhtmltopdf.css.style.derived that return FSFunction Modifier and Type Method Description FSFunctionFunctionValue. getFunction() -
Uses of FSFunction in com.openhtmltopdf.layout
Methods in com.openhtmltopdf.layout that return FSFunction Modifier and Type Method Description FSFunctionFunctionData. getFunction()Methods in com.openhtmltopdf.layout with parameters of type FSFunction Modifier and Type Method Description static booleanBoxBuilder. isElementFunction(FSFunction function)voidFunctionData. setFunction(FSFunction function)Constructors in com.openhtmltopdf.layout with parameters of type FSFunction Constructor Description FunctionData(ContentFunction contentFunction, FSFunction function) -
Uses of FSFunction in com.openhtmltopdf.render
Methods in com.openhtmltopdf.render that return FSFunction Modifier and Type Method Description FSFunctionInlineBox. getFunction()Methods in com.openhtmltopdf.render with parameters of type FSFunction Modifier and Type Method Description voidInlineBox. setFunction(FSFunction function)