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.String
ContentFunctionFactory.FsIfCutOffFunction. calculate(LayoutContext c, FSFunction function)
java.lang.String
ContentFunctionFactory.FsIfCutOffFunction. calculate(RenderingContext c, FSFunction function, InlineText text)
java.lang.String
ContentFunctionFactory.LeaderFunction. calculate(LayoutContext c, FSFunction function)
java.lang.String
ContentFunctionFactory.LeaderFunction. calculate(RenderingContext c, FSFunction function, InlineText text)
java.lang.String
ContentFunctionFactory.PageCounterFunction. calculate(RenderingContext c, FSFunction function, InlineText text)
java.lang.String
ContentFunctionFactory.PageNumberFunction. calculate(LayoutContext c, FSFunction function)
java.lang.String
ContentFunctionFactory.PagesCounterFunction. calculate(RenderingContext c, FSFunction function, InlineText text)
java.lang.String
ContentFunctionFactory.TargetCounterFunction. calculate(LayoutContext c, FSFunction function)
java.lang.String
ContentFunctionFactory.TargetCounterFunction. calculate(RenderingContext c, FSFunction function, InlineText text)
java.lang.String
ContentFunctionFactory.TargetTextFunction. calculate(LayoutContext c, FSFunction function)
java.lang.String
ContentFunctionFactory.TargetTextFunction. calculate(RenderingContext c, FSFunction function, InlineText text)
boolean
ContentFunctionFactory.FsIfCutOffFunction. canHandle(LayoutContext c, FSFunction function)
boolean
ContentFunctionFactory.LeaderFunction. canHandle(LayoutContext c, FSFunction function)
boolean
ContentFunctionFactory.PageCounterFunction. canHandle(LayoutContext c, FSFunction function)
boolean
ContentFunctionFactory.PagesCounterFunction. canHandle(LayoutContext c, FSFunction function)
boolean
ContentFunctionFactory.TargetCounterFunction. canHandle(LayoutContext c, FSFunction function)
boolean
ContentFunctionFactory.TargetTextFunction. canHandle(LayoutContext c, FSFunction function)
protected IdentValue
ContentFunctionFactory.PageNumberFunction. getListStyleType(FSFunction function)
protected boolean
ContentFunctionFactory.PageNumberFunction. isCounter(FSFunction function, java.lang.String counterName)
ContentFunction
ContentFunctionFactory. 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.String
ContentFunction. calculate(LayoutContext c, FSFunction function)
java.lang.String
ContentFunction. calculate(RenderingContext c, FSFunction function, InlineText text)
boolean
ContentFunction. 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 FSFunction
PropertyValue. _function
Methods in com.openhtmltopdf.css.parser that return FSFunction Modifier and Type Method Description FSFunction
PropertyValue. 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 boolean
ContentPropertyBuilder. 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 FSFunction
FunctionValue. _function
Methods in com.openhtmltopdf.css.style.derived that return FSFunction Modifier and Type Method Description FSFunction
FunctionValue. 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 FSFunction
FunctionData. _function
Methods in com.openhtmltopdf.layout that return FSFunction Modifier and Type Method Description FSFunction
FunctionData. getFunction()
Methods in com.openhtmltopdf.layout with parameters of type FSFunction Modifier and Type Method Description private static java.lang.String
BoxBuilder. getAttributeValue(FSFunction attrFunc, org.w3c.dom.Element e)
private static boolean
BoxBuilder. isAttrFunction(FSFunction function)
static boolean
BoxBuilder. isElementFunction(FSFunction function)
private static CounterFunction
BoxBuilder. makeCounterFunction(FSFunction function, LayoutContext c, CalculatedStyle style)
void
FunctionData. 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 FSFunction
InlineBox. _function
Methods in com.openhtmltopdf.render that return FSFunction Modifier and Type Method Description FSFunction
InlineBox. getFunction()
Methods in com.openhtmltopdf.render with parameters of type FSFunction Modifier and Type Method Description void
InlineBox. setFunction(FSFunction function)
-