Uses of Interface
com.openhtmltopdf.css.extend.ContentFunction
-
Packages that use ContentFunction Package Description com.openhtmltopdf.context com.openhtmltopdf.layout com.openhtmltopdf.render -
-
Uses of ContentFunction in com.openhtmltopdf.context
Methods in com.openhtmltopdf.context that return ContentFunction Modifier and Type Method Description ContentFunctionContentFunctionFactory. lookupFunction(LayoutContext c, FSFunction function)Methods in com.openhtmltopdf.context with parameters of type ContentFunction Modifier and Type Method Description voidContentFunctionFactory. registerFunction(ContentFunction function) -
Uses of ContentFunction in com.openhtmltopdf.layout
Methods in com.openhtmltopdf.layout that return ContentFunction Modifier and Type Method Description ContentFunctionFunctionData. getContentFunction()Methods in com.openhtmltopdf.layout with parameters of type ContentFunction Modifier and Type Method Description voidFunctionData. setContentFunction(ContentFunction contentFunction)Constructors in com.openhtmltopdf.layout with parameters of type ContentFunction Constructor Description FunctionData(ContentFunction contentFunction, FSFunction function) -
Uses of ContentFunction in com.openhtmltopdf.render
Methods in com.openhtmltopdf.render that return ContentFunction Modifier and Type Method Description ContentFunctionInlineBox. getContentFunction()Methods in com.openhtmltopdf.render with parameters of type ContentFunction Modifier and Type Method Description voidInlineBox. setContentFunction(ContentFunction contentFunction)
-