Uses of Interface
org.openpdf.css.extend.ContentFunction
Packages that use ContentFunction
-
Uses of ContentFunction in org.openpdf.context
Classes in org.openpdf.context that implement ContentFunctionModifier and TypeClassDescriptionprivate static classPartially implements leaders as specified here: ...private static classprivate static classprivate static classprivate static classPartially implements target counter as specified here: ...Fields in org.openpdf.context with type parameters of type ContentFunctionModifier and TypeFieldDescriptionprivate final List<ContentFunction>ContentFunctionFactory._functionsMethods in org.openpdf.context that return ContentFunctionModifier and TypeMethodDescription@Nullable ContentFunctionContentFunctionFactory.lookupFunction(LayoutContext c, FSFunction function) Methods in org.openpdf.context with parameters of type ContentFunctionModifier and TypeMethodDescriptionvoidContentFunctionFactory.registerFunction(ContentFunction function) -
Uses of ContentFunction in org.openpdf.layout
Fields in org.openpdf.layout declared as ContentFunctionMethods in org.openpdf.layout that return ContentFunctionConstructors in org.openpdf.layout with parameters of type ContentFunction -
Uses of ContentFunction in org.openpdf.render
Fields in org.openpdf.render declared as ContentFunctionModifier and TypeFieldDescriptionprivate final @Nullable ContentFunctionInlineBox._contentFunctionMethods in org.openpdf.render that return ContentFunctionConstructors in org.openpdf.render with parameters of type ContentFunctionModifierConstructorDescriptionInlineBox(String text, @Nullable Text textNode, @Nullable ContentFunction contentFunction, @Nullable FSFunction function, @Nullable Element element, @Nullable String pseudoElementOrClass) InlineBox(String text, @Nullable Text textNode, @Nullable ContentFunction contentFunction, @Nullable FSFunction function, @Nullable Element element, @Nullable String pseudoElementOrClass, @Nullable CalculatedStyle style)