Class ConvertHtmlToPdfInput
java.lang.Object
com.kingsrook.qqq.backend.core.model.actions.AbstractActionInput
com.kingsrook.qqq.backend.core.model.actions.templates.ConvertHtmlToPdfInput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for basePathGetter for customFontsgetHtml()
Getter for htmlGetter for outputStreamvoid
setBasePath
(Path basePath) Setter for basePathvoid
setCustomFonts
(Map<String, Path> customFonts) Setter for customFontsvoid
Setter for htmlvoid
setOutputStream
(OutputStream outputStream) Setter for outputStreamwithBasePath
(Path basePath) Fluent setter for basePathwithCustomFont
(String name, Path path) Fluent setter for customFontswithCustomFonts
(Map<String, Path> customFonts) Fluent setter for customFontsFluent setter for htmlwithOutputStream
(OutputStream outputStream) Fluent setter for outputStreamMethods inherited from class com.kingsrook.qqq.backend.core.model.actions.AbstractActionInput
getActionIdentity, getAsyncJobCallback, getInstance, getSession, setAsyncJobCallback
-
Constructor Details
-
ConvertHtmlToPdfInput
public ConvertHtmlToPdfInput()Constructor
-
-
Method Details
-
getHtml
Getter for html -
setHtml
Setter for html -
withHtml
Fluent setter for html -
getOutputStream
Getter for outputStream -
setOutputStream
Setter for outputStream -
withOutputStream
Fluent setter for outputStream -
getBasePath
Getter for basePath -
setBasePath
Setter for basePath -
withBasePath
Fluent setter for basePath -
getCustomFonts
-
setCustomFonts
-
withCustomFonts
Fluent setter for customFonts -
withCustomFont
Fluent setter for customFonts
-