Uses of Class
com.openhtmltopdf.css.parser.FSFunction
Packages that use FSFunction
Package
Description
-
Uses of FSFunction in com.openhtmltopdf.context
Methods in com.openhtmltopdf.context with parameters of type FSFunctionModifier and TypeMethodDescriptionContentFunctionFactory.FsIfCutOffFunction.calculate
(LayoutContext c, FSFunction function) ContentFunctionFactory.FsIfCutOffFunction.calculate
(RenderingContext c, FSFunction function, InlineText text) ContentFunctionFactory.LeaderFunction.calculate
(LayoutContext c, FSFunction function) ContentFunctionFactory.LeaderFunction.calculate
(RenderingContext c, FSFunction function, InlineText text) ContentFunctionFactory.PageCounterFunction.calculate
(RenderingContext c, FSFunction function, InlineText text) ContentFunctionFactory.PageNumberFunction.calculate
(LayoutContext c, FSFunction function) ContentFunctionFactory.PagesCounterFunction.calculate
(RenderingContext c, FSFunction function, InlineText text) ContentFunctionFactory.TargetCounterFunction.calculate
(LayoutContext c, FSFunction function) ContentFunctionFactory.TargetCounterFunction.calculate
(RenderingContext c, FSFunction function, InlineText text) ContentFunctionFactory.TargetTextFunction.calculate
(LayoutContext c, FSFunction function) 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, String counterName) ContentFunctionFactory.lookupFunction
(LayoutContext c, FSFunction function) -
Uses of FSFunction in com.openhtmltopdf.css.extend
Methods in com.openhtmltopdf.css.extend with parameters of type FSFunctionModifier and TypeMethodDescriptionContentFunction.calculate
(LayoutContext c, FSFunction function) 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 FSFunctionMethods in com.openhtmltopdf.css.parser that return FSFunctionConstructors in com.openhtmltopdf.css.parser with parameters of type FSFunction -
Uses of FSFunction in com.openhtmltopdf.css.parser.property
Methods in com.openhtmltopdf.css.parser.property with parameters of type FSFunctionModifier and TypeMethodDescriptionprivate boolean
ContentPropertyBuilder.isFunctionAllowed
(FSFunction function) -
Uses of FSFunction in com.openhtmltopdf.css.style.derived
Fields in com.openhtmltopdf.css.style.derived declared as FSFunctionMethods in com.openhtmltopdf.css.style.derived that return FSFunctionConstructors in com.openhtmltopdf.css.style.derived with parameters of type FSFunctionModifierConstructorDescriptionFSLinearGradient
(CalculatedStyle style, FSFunction function, int boxWidth, int boxHeight, CssContext ctx) -
Uses of FSFunction in com.openhtmltopdf.layout
Fields in com.openhtmltopdf.layout declared as FSFunctionMethods in com.openhtmltopdf.layout that return FSFunctionMethods in com.openhtmltopdf.layout with parameters of type FSFunctionModifier and TypeMethodDescriptionprivate static String
BoxBuilder.getAttributeValue
(FSFunction attrFunc, 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 -
Uses of FSFunction in com.openhtmltopdf.render
Fields in com.openhtmltopdf.render declared as FSFunctionMethods in com.openhtmltopdf.render that return FSFunctionMethods in com.openhtmltopdf.render with parameters of type FSFunction