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 class
StylesheetFactoryImpl
A Factory class for Cascading Style Sheets. -
Uses of StylesheetFactory in com.openhtmltopdf.css.newmatch
Fields in com.openhtmltopdf.css.newmatch declared as StylesheetFactory Modifier and Type Field Description private StylesheetFactory
Matcher. _styleFactory
Constructors in com.openhtmltopdf.css.newmatch with parameters of type StylesheetFactory Constructor Description Matcher(TreeResolver tr, AttributeResolver ar, StylesheetFactory factory, java.util.List<Stylesheet> stylesheets, java.lang.String medium)
-
Uses of StylesheetFactory in com.openhtmltopdf.extend
Methods in com.openhtmltopdf.extend with parameters of type StylesheetFactory Modifier and Type Method Description StylesheetInfo
NamespaceHandler. 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 StylesheetInfo
NoNamespaceHandler. 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 StylesheetInfo
XhtmlCssOnlyNamespaceHandler. getDefaultStylesheet(StylesheetFactory factory)
-