Uses of Class
com.openhtmltopdf.css.sheet.Stylesheet
-
Packages that use Stylesheet Package Description com.openhtmltopdf.context com.openhtmltopdf.css.extend com.openhtmltopdf.css.newmatch com.openhtmltopdf.css.parser com.openhtmltopdf.css.sheet -
-
Uses of Stylesheet in com.openhtmltopdf.context
Methods in com.openhtmltopdf.context that return Stylesheet Modifier and Type Method Description StylesheetStylesheetFactoryImpl. getCachedStylesheet(String key)Deprecated.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)Methods in com.openhtmltopdf.context with parameters of type Stylesheet Modifier and Type Method Description voidStylesheetFactoryImpl. putStylesheet(String key, Stylesheet sheet)Deprecated. -
Uses of Stylesheet in com.openhtmltopdf.css.extend
Methods in com.openhtmltopdf.css.extend that return Stylesheet Modifier and Type Method Description StylesheetStylesheetFactory. getStylesheet(StylesheetInfo si)StylesheetStylesheetFactory. parse(Reader reader, StylesheetInfo info) -
Uses of Stylesheet in com.openhtmltopdf.css.newmatch
Constructor parameters in com.openhtmltopdf.css.newmatch with type arguments of type Stylesheet Constructor Description Matcher(TreeResolver tr, AttributeResolver ar, StylesheetFactory factory, List<Stylesheet> stylesheets, String medium) -
Uses of Stylesheet in com.openhtmltopdf.css.parser
Methods in com.openhtmltopdf.css.parser that return Stylesheet Modifier and Type Method Description StylesheetCSSParser. parseStylesheet(String uri, int origin, Reader reader) -
Uses of Stylesheet in com.openhtmltopdf.css.sheet
Methods in com.openhtmltopdf.css.sheet that return Stylesheet Modifier and Type Method Description StylesheetStylesheetInfo. getStylesheet()Gets the stylesheet attribute of the StylesheetInfo objectMethods in com.openhtmltopdf.css.sheet with parameters of type Stylesheet Modifier and Type Method Description voidStylesheetInfo. setStylesheet(Stylesheet stylesheet)Sets the stylesheet attribute of the StylesheetInfo object
-