Uses of Class
com.openhtmltopdf.resource.CSSResource
-
Packages that use CSSResource Package Description com.openhtmltopdf.extend com.openhtmltopdf.swing -
-
Uses of CSSResource in com.openhtmltopdf.extend
Methods in com.openhtmltopdf.extend that return CSSResource Modifier and Type Method Description default CSSResource
UserAgentCallback. getCSSResource(java.lang.String uri)
Retrieves the CSS at the given URI.CSSResource
UserAgentCallback. getCSSResource(java.lang.String uri, ExternalResourceType type)
-
Uses of CSSResource in com.openhtmltopdf.swing
Methods in com.openhtmltopdf.swing that return CSSResource Modifier and Type Method Description CSSResource
NaiveUserAgent. getCSSResource(java.lang.String uri, ExternalResourceType type)
Retrieves the CSS located at the given URI.
-