Uses of Interface
com.openhtmltopdf.css.extend.ContentFunction
-
Packages that use ContentFunction Package Description com.openhtmltopdf.context com.openhtmltopdf.layout com.openhtmltopdf.render -
-
Uses of ContentFunction in com.openhtmltopdf.context
Classes in com.openhtmltopdf.context that implement ContentFunction Modifier and Type Class Description private static class
ContentFunctionFactory.FsIfCutOffFunction
Content function which returns its argument if on a cut off page, else the empty string.private static class
ContentFunctionFactory.LeaderFunction
Partially implements leaders as specified here: http://www.w3.org/TR/2007/WD-css3-gcpm-20070504/#leadersprivate static class
ContentFunctionFactory.PageCounterFunction
private static class
ContentFunctionFactory.PageNumberFunction
private static class
ContentFunctionFactory.PagesCounterFunction
private static class
ContentFunctionFactory.TargetCounterFunction
Partially implements target counter as specified here: http://www.w3.org/TR/2007/WD-css3-gcpm-20070504/#cross-referencesprivate static class
ContentFunctionFactory.TargetTextFunction
Fields in com.openhtmltopdf.context with type parameters of type ContentFunction Modifier and Type Field Description private java.util.List<ContentFunction>
ContentFunctionFactory. _functions
Methods in com.openhtmltopdf.context that return ContentFunction Modifier and Type Method Description ContentFunction
ContentFunctionFactory. lookupFunction(LayoutContext c, FSFunction function)
Methods in com.openhtmltopdf.context with parameters of type ContentFunction Modifier and Type Method Description void
ContentFunctionFactory. registerFunction(ContentFunction function)
-
Uses of ContentFunction in com.openhtmltopdf.layout
Fields in com.openhtmltopdf.layout declared as ContentFunction Modifier and Type Field Description private ContentFunction
FunctionData. _contentFunction
Methods in com.openhtmltopdf.layout that return ContentFunction Modifier and Type Method Description ContentFunction
FunctionData. getContentFunction()
Methods in com.openhtmltopdf.layout with parameters of type ContentFunction Modifier and Type Method Description void
FunctionData. setContentFunction(ContentFunction contentFunction)
Constructors in com.openhtmltopdf.layout with parameters of type ContentFunction Constructor Description FunctionData(ContentFunction contentFunction, FSFunction function)
-
Uses of ContentFunction in com.openhtmltopdf.render
Fields in com.openhtmltopdf.render declared as ContentFunction Modifier and Type Field Description private ContentFunction
InlineBox. _contentFunction
Methods in com.openhtmltopdf.render that return ContentFunction Modifier and Type Method Description ContentFunction
InlineBox. getContentFunction()
Methods in com.openhtmltopdf.render with parameters of type ContentFunction Modifier and Type Method Description void
InlineBox. setContentFunction(ContentFunction contentFunction)
-