Uses of Class
com.openhtmltopdf.css.sheet.StylesheetInfo
-
Packages that use StylesheetInfo Package Description com.openhtmltopdf.context com.openhtmltopdf.css.extend com.openhtmltopdf.css.sheet com.openhtmltopdf.extend com.openhtmltopdf.simple com.openhtmltopdf.simple.extend -
-
Uses of StylesheetInfo in com.openhtmltopdf.context
Methods in com.openhtmltopdf.context with parameters of type StylesheetInfo Modifier and Type Method Description StylesheetStylesheetFactoryImpl. getStylesheet(StylesheetInfo info)Returns a cached sheet by its key; loads and caches it if not in cache; null if not able to loadStylesheetStylesheetFactoryImpl. parse(Reader reader, StylesheetInfo info) -
Uses of StylesheetInfo in com.openhtmltopdf.css.extend
Methods in com.openhtmltopdf.css.extend with parameters of type StylesheetInfo Modifier and Type Method Description StylesheetStylesheetFactory. getStylesheet(StylesheetInfo si)StylesheetStylesheetFactory. parse(Reader reader, StylesheetInfo info) -
Uses of StylesheetInfo in com.openhtmltopdf.css.sheet
Methods in com.openhtmltopdf.css.sheet that return types with arguments of type StylesheetInfo Modifier and Type Method Description List<StylesheetInfo>Stylesheet. getImportRules()Methods in com.openhtmltopdf.css.sheet with parameters of type StylesheetInfo Modifier and Type Method Description voidStylesheet. addImportRule(StylesheetInfo info) -
Uses of StylesheetInfo in com.openhtmltopdf.extend
Methods in com.openhtmltopdf.extend that return StylesheetInfo Modifier and Type Method Description StylesheetInfoNamespaceHandler. getDefaultStylesheet(StylesheetFactory factory)StylesheetInfo[]NamespaceHandler. getStylesheets(Document doc) -
Uses of StylesheetInfo in com.openhtmltopdf.simple
Methods in com.openhtmltopdf.simple that return StylesheetInfo Modifier and Type Method Description StylesheetInfoNoNamespaceHandler. getDefaultStylesheet(StylesheetFactory factory)StylesheetInfo[]NoNamespaceHandler. getStylesheets(Document doc) -
Uses of StylesheetInfo in com.openhtmltopdf.simple.extend
Methods in com.openhtmltopdf.simple.extend that return StylesheetInfo Modifier and Type Method Description StylesheetInfoXhtmlCssOnlyNamespaceHandler. getDefaultStylesheet(StylesheetFactory factory)StylesheetInfo[]XhtmlCssOnlyNamespaceHandler. getStylesheets(Document doc)Gets the stylesheetLinks attribute of the XhtmlNamespaceHandler objectprotected StylesheetInfoXhtmlCssOnlyNamespaceHandler. readLinkElement(Element link)protected StylesheetInfoXhtmlCssOnlyNamespaceHandler. readStyleElement(Element style)
-