Uses of Interface
com.openhtmltopdf.css.extend.ContentFunction
Packages that use ContentFunction
-
Uses of ContentFunction in com.openhtmltopdf.context
Classes in com.openhtmltopdf.context that implement ContentFunctionModifier and TypeClassDescriptionprivate static classContent function which returns its argument if on a cut off page, else the empty string.private static classPartially implements leaders as specified here: http://www.w3.org/TR/2007/WD-css3-gcpm-20070504/#leadersprivate static classprivate static classprivate static classprivate static classPartially implements target counter as specified here: http://www.w3.org/TR/2007/WD-css3-gcpm-20070504/#cross-referencesprivate static classFields in com.openhtmltopdf.context with type parameters of type ContentFunctionModifier and TypeFieldDescriptionprivate final List<ContentFunction> ContentFunctionFactory._functionsMethods in com.openhtmltopdf.context that return ContentFunctionModifier and TypeMethodDescriptionContentFunctionFactory.lookupFunction(LayoutContext c, FSFunction function) Methods in com.openhtmltopdf.context with parameters of type ContentFunctionModifier and TypeMethodDescriptionvoidContentFunctionFactory.registerFunction(ContentFunction function) -
Uses of ContentFunction in com.openhtmltopdf.layout
Fields in com.openhtmltopdf.layout declared as ContentFunctionMethods in com.openhtmltopdf.layout that return ContentFunctionMethods in com.openhtmltopdf.layout with parameters of type ContentFunctionModifier and TypeMethodDescriptionvoidFunctionData.setContentFunction(ContentFunction contentFunction) Constructors in com.openhtmltopdf.layout with parameters of type ContentFunction -
Uses of ContentFunction in com.openhtmltopdf.render
Fields in com.openhtmltopdf.render declared as ContentFunctionMethods in com.openhtmltopdf.render that return ContentFunctionMethods in com.openhtmltopdf.render with parameters of type ContentFunctionModifier and TypeMethodDescriptionvoidInlineBox.setContentFunction(ContentFunction contentFunction)