Uses of Interface
com.openhtmltopdf.css.extend.StylesheetFactory
-
Packages that use StylesheetFactory Package Description com.openhtmltopdf.context com.openhtmltopdf.css.newmatch com.openhtmltopdf.extend com.openhtmltopdf.simple com.openhtmltopdf.simple.extend -
-
Uses of StylesheetFactory in com.openhtmltopdf.context
Classes in com.openhtmltopdf.context that implement StylesheetFactory Modifier and Type Class Description classStylesheetFactoryImplA Factory class for Cascading Style Sheets. -
Uses of StylesheetFactory in com.openhtmltopdf.css.newmatch
Constructors in com.openhtmltopdf.css.newmatch with parameters of type StylesheetFactory Constructor Description Matcher(TreeResolver tr, AttributeResolver ar, StylesheetFactory factory, List<Stylesheet> stylesheets, String medium) -
Uses of StylesheetFactory in com.openhtmltopdf.extend
Methods in com.openhtmltopdf.extend with parameters of type StylesheetFactory Modifier and Type Method Description StylesheetInfoNamespaceHandler. getDefaultStylesheet(StylesheetFactory factory) -
Uses of StylesheetFactory in com.openhtmltopdf.simple
Methods in com.openhtmltopdf.simple with parameters of type StylesheetFactory Modifier and Type Method Description StylesheetInfoNoNamespaceHandler. getDefaultStylesheet(StylesheetFactory factory) -
Uses of StylesheetFactory in com.openhtmltopdf.simple.extend
Methods in com.openhtmltopdf.simple.extend with parameters of type StylesheetFactory Modifier and Type Method Description StylesheetInfoXhtmlCssOnlyNamespaceHandler. getDefaultStylesheet(StylesheetFactory factory)
-