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 class
Content function which returns its argument if on a cut off page, else the empty string.private static class
Partially implements leaders as specified here: http://www.w3.org/TR/2007/WD-css3-gcpm-20070504/#leadersprivate static class
private static class
private static class
private static class
Partially implements target counter as specified here: http://www.w3.org/TR/2007/WD-css3-gcpm-20070504/#cross-referencesprivate static class
Fields in com.openhtmltopdf.context with type parameters of type ContentFunctionModifier and TypeFieldDescriptionprivate final List
<ContentFunction> ContentFunctionFactory._functions
Methods 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 TypeMethodDescriptionvoid
ContentFunctionFactory.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 TypeMethodDescriptionvoid
FunctionData.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 TypeMethodDescriptionvoid
InlineBox.setContentFunction
(ContentFunction contentFunction)