Uses of Class
com.openhtmltopdf.css.sheet.Stylesheet
Packages that use Stylesheet
Package
Description
-
Uses of Stylesheet in com.openhtmltopdf.context
Methods in com.openhtmltopdf.context that return StylesheetModifier and TypeMethodDescriptionStylesheetFactoryImpl.getStylesheet(StylesheetInfo info) Returns a sheet by its key null if not able to loadStylesheetFactoryImpl.parse(Reader reader, StylesheetInfo info) -
Uses of Stylesheet in com.openhtmltopdf.css.extend
Methods in com.openhtmltopdf.css.extend that return StylesheetModifier and TypeMethodDescriptionStylesheetFactory.getStylesheet(StylesheetInfo si) StylesheetFactory.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 StylesheetModifierConstructorDescriptionMatcher(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 StylesheetModifier and TypeMethodDescriptionCSSParser.parseStylesheet(String uri, int origin, Reader reader) -
Uses of Stylesheet in com.openhtmltopdf.css.sheet
Methods in com.openhtmltopdf.css.sheet that return StylesheetModifier and TypeMethodDescriptionStylesheetInfo.getStylesheet()Gets the stylesheet attribute of the StylesheetInfo objectMethods in com.openhtmltopdf.css.sheet with parameters of type StylesheetModifier and TypeMethodDescriptionvoidStylesheetInfo.setStylesheet(Stylesheet stylesheet) Sets the stylesheet attribute of the StylesheetInfo object