Uses of Class
com.openhtmltopdf.context.StyleReference
-
Packages that use StyleReference Package Description com.openhtmltopdf.css.style com.openhtmltopdf.layout com.openhtmltopdf.render -
-
Uses of StyleReference in com.openhtmltopdf.css.style
Methods in com.openhtmltopdf.css.style that return StyleReference Modifier and Type Method Description StyleReference
CssContext. getCss()
-
Uses of StyleReference in com.openhtmltopdf.layout
Fields in com.openhtmltopdf.layout declared as StyleReference Modifier and Type Field Description protected StyleReference
SharedContext. css
Methods in com.openhtmltopdf.layout that return StyleReference Modifier and Type Method Description StyleReference
LayoutContext. getCss()
StyleReference
SharedContext. getCss()
Methods in com.openhtmltopdf.layout with parameters of type StyleReference Modifier and Type Method Description void
SharedContext. setCss(StyleReference css)
-
Uses of StyleReference in com.openhtmltopdf.render
Methods in com.openhtmltopdf.render that return StyleReference Modifier and Type Method Description StyleReference
RenderingContext. getCss()
-