Uses of Class
com.openhtmltopdf.context.StyleReference
| Package | Description |
|---|---|
| com.openhtmltopdf.css.style | |
| com.openhtmltopdf.layout | |
| com.openhtmltopdf.render | |
| com.openhtmltopdf.swing |
-
Uses of StyleReference in com.openhtmltopdf.css.style
Methods in com.openhtmltopdf.css.style that return StyleReference Modifier and Type Method Description StyleReferenceCssContext. getCss() -
Uses of StyleReference in com.openhtmltopdf.layout
Fields in com.openhtmltopdf.layout declared as StyleReference Modifier and Type Field Description protected StyleReferenceSharedContext. cssMethods in com.openhtmltopdf.layout that return StyleReference Modifier and Type Method Description StyleReferenceLayoutContext. getCss()StyleReferenceSharedContext. getCss()Methods in com.openhtmltopdf.layout with parameters of type StyleReference Modifier and Type Method Description voidSharedContext. setCss(StyleReference css) -
Uses of StyleReference in com.openhtmltopdf.render
Methods in com.openhtmltopdf.render that return StyleReference Modifier and Type Method Description StyleReferenceRenderingContext. getCss() -
Uses of StyleReference in com.openhtmltopdf.swing
Methods in com.openhtmltopdf.swing with parameters of type StyleReference Modifier and Type Method Description voidDOMInspector. setForDocument(Document doc, SharedContext context, StyleReference sr)Sets the forDocument attribute of the DOMInspector objectConstructors in com.openhtmltopdf.swing with parameters of type StyleReference Constructor Description DOMInspector(Document doc, SharedContext context, StyleReference sr)Constructor for the DOMInspector object