Uses of Class
com.adobe.pdfservices.operation.pdfjobs.params.htmltopdf.PageLayout
-
Packages that use PageLayout Package Description com.adobe.pdfservices.operation.pdfjobs.params.htmltopdf Contains the param classes forHTMLToPDFJob
. -
-
Uses of PageLayout in com.adobe.pdfservices.operation.pdfjobs.params.htmltopdf
Methods in com.adobe.pdfservices.operation.pdfjobs.params.htmltopdf that return PageLayout Modifier and Type Method Description PageLayout
HTMLToPDFParams. getPageLayout()
Returns the intended page layout of the resulting PDF file.Methods in com.adobe.pdfservices.operation.pdfjobs.params.htmltopdf with parameters of type PageLayout Modifier and Type Method Description HTMLToPDFParams.Builder
HTMLToPDFParams.Builder. withPageLayout(PageLayout pageLayout)
Sets the pageLayout parameter.
-