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 classContentFunctionFactory.FsIfCutOffFunctionContent function which returns its argument if on a cut off page, else the empty string.private static classContentFunctionFactory.LeaderFunctionPartially implements leaders as specified here: http://www.w3.org/TR/2007/WD-css3-gcpm-20070504/#leadersprivate static classContentFunctionFactory.PageCounterFunctionprivate static classContentFunctionFactory.PageNumberFunctionprivate static classContentFunctionFactory.PagesCounterFunctionprivate static classContentFunctionFactory.TargetCounterFunctionPartially implements target counter as specified here: http://www.w3.org/TR/2007/WD-css3-gcpm-20070504/#cross-referencesprivate static classContentFunctionFactory.TargetTextFunctionFields in com.openhtmltopdf.context with type parameters of type ContentFunction Modifier and Type Field Description private java.util.List<ContentFunction>ContentFunctionFactory. _functionsMethods in com.openhtmltopdf.context that return ContentFunction Modifier and Type Method Description ContentFunctionContentFunctionFactory. lookupFunction(LayoutContext c, FSFunction function)Methods in com.openhtmltopdf.context with parameters of type ContentFunction Modifier and Type Method Description voidContentFunctionFactory. registerFunction(ContentFunction function) -
Uses of ContentFunction in com.openhtmltopdf.layout
Fields in com.openhtmltopdf.layout declared as ContentFunction Modifier and Type Field Description private ContentFunctionFunctionData. _contentFunctionMethods in com.openhtmltopdf.layout that return ContentFunction Modifier and Type Method Description ContentFunctionFunctionData. getContentFunction()Methods in com.openhtmltopdf.layout with parameters of type ContentFunction Modifier and Type Method Description voidFunctionData. 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 ContentFunctionInlineBox. _contentFunctionMethods in com.openhtmltopdf.render that return ContentFunction Modifier and Type Method Description ContentFunctionInlineBox. getContentFunction()Methods in com.openhtmltopdf.render with parameters of type ContentFunction Modifier and Type Method Description voidInlineBox. setContentFunction(ContentFunction contentFunction)
-