Uses of Interface
org.faceless.pdf2.HtmlDerivation.ResourceManager
-
Packages that use HtmlDerivation.ResourceManager Package Description org.faceless.pdf2 Contains the classes used to create a PDF document -
-
Uses of HtmlDerivation.ResourceManager in org.faceless.pdf2
Fields in org.faceless.pdf2 declared as HtmlDerivation.ResourceManager Modifier and Type Field Description static HtmlDerivation.ResourceManagerHtmlDerivation.ResourceManager. INLINEA ResourceManager which stores resources as "data" urls for direct embedding into the HTMLMethods in org.faceless.pdf2 that return HtmlDerivation.ResourceManager Modifier and Type Method Description static HtmlDerivation.ResourceManagerHtmlDerivation.ResourceManager. newFileResourceManager(Path root, Path relativeTo)A ResourceManager which stores resources on the filesystemMethods in org.faceless.pdf2 with parameters of type HtmlDerivation.ResourceManager Modifier and Type Method Description voidHtmlDerivation. setResourceManager(HtmlDerivation.ResourceManager manager)Set theHtmlDerivation.ResourceManagerused to manage the URLs of external resources like images and stylesheets.
-