Uses of Class
com.openhtmltopdf.css.parser.FSFunction
-
-
Uses of FSFunction in com.openhtmltopdf.context
Methods in com.openhtmltopdf.context with parameters of type FSFunction Modifier and Type Method Description java.lang.StringContentFunctionFactory.FsIfCutOffFunction. calculate(LayoutContext c, FSFunction function)java.lang.StringContentFunctionFactory.FsIfCutOffFunction. calculate(RenderingContext c, FSFunction function, InlineText text)java.lang.StringContentFunctionFactory.LeaderFunction. calculate(LayoutContext c, FSFunction function)java.lang.StringContentFunctionFactory.LeaderFunction. calculate(RenderingContext c, FSFunction function, InlineText text)java.lang.StringContentFunctionFactory.PageCounterFunction. calculate(RenderingContext c, FSFunction function, InlineText text)java.lang.StringContentFunctionFactory.PageNumberFunction. calculate(LayoutContext c, FSFunction function)java.lang.StringContentFunctionFactory.PagesCounterFunction. calculate(RenderingContext c, FSFunction function, InlineText text)java.lang.StringContentFunctionFactory.TargetCounterFunction. calculate(LayoutContext c, FSFunction function)java.lang.StringContentFunctionFactory.TargetCounterFunction. calculate(RenderingContext c, FSFunction function, InlineText text)java.lang.StringContentFunctionFactory.TargetTextFunction. calculate(LayoutContext c, FSFunction function)java.lang.StringContentFunctionFactory.TargetTextFunction. calculate(RenderingContext c, FSFunction function, InlineText text)booleanContentFunctionFactory.FsIfCutOffFunction. canHandle(LayoutContext c, FSFunction function)booleanContentFunctionFactory.LeaderFunction. canHandle(LayoutContext c, FSFunction function)booleanContentFunctionFactory.PageCounterFunction. canHandle(LayoutContext c, FSFunction function)booleanContentFunctionFactory.PagesCounterFunction. canHandle(LayoutContext c, FSFunction function)booleanContentFunctionFactory.TargetCounterFunction. canHandle(LayoutContext c, FSFunction function)booleanContentFunctionFactory.TargetTextFunction. canHandle(LayoutContext c, FSFunction function)protected IdentValueContentFunctionFactory.PageNumberFunction. getListStyleType(FSFunction function)protected booleanContentFunctionFactory.PageNumberFunction. isCounter(FSFunction function, java.lang.String counterName)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 java.lang.StringContentFunction. calculate(LayoutContext c, FSFunction function)java.lang.StringContentFunction. calculate(RenderingContext c, FSFunction function, InlineText text)booleanContentFunction. canHandle(LayoutContext c, FSFunction function) -
Uses of FSFunction in com.openhtmltopdf.css.parser
Fields in com.openhtmltopdf.css.parser declared as FSFunction Modifier and Type Field Description private FSFunctionPropertyValue. _functionMethods 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.parser.property
Methods in com.openhtmltopdf.css.parser.property with parameters of type FSFunction Modifier and Type Method Description private booleanContentPropertyBuilder. isFunctionAllowed(FSFunction function) -
Uses of FSFunction in com.openhtmltopdf.css.style.derived
Fields in com.openhtmltopdf.css.style.derived declared as FSFunction Modifier and Type Field Description private FSFunctionFunctionValue. _functionMethods in com.openhtmltopdf.css.style.derived that return FSFunction Modifier and Type Method Description FSFunctionFunctionValue. getFunction()Constructors in com.openhtmltopdf.css.style.derived with parameters of type FSFunction Constructor Description FSLinearGradient(CalculatedStyle style, FSFunction function, int boxWidth, int boxHeight, CssContext ctx) -
Uses of FSFunction in com.openhtmltopdf.layout
Fields in com.openhtmltopdf.layout declared as FSFunction Modifier and Type Field Description private FSFunctionFunctionData. _functionMethods 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 private static java.lang.StringBoxBuilder. getAttributeValue(FSFunction attrFunc, org.w3c.dom.Element e)private static booleanBoxBuilder. isAttrFunction(FSFunction function)static booleanBoxBuilder. isElementFunction(FSFunction function)private static CounterFunctionBoxBuilder. makeCounterFunction(FSFunction function, LayoutContext c, CalculatedStyle style)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
Fields in com.openhtmltopdf.render declared as FSFunction Modifier and Type Field Description private FSFunctionInlineBox. _functionMethods 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)
-