Uses of Class
com.selectpdf.ApiEnums.PageLayout
-
Uses of ApiEnums.PageLayout in com.selectpdf
Methods in com.selectpdf that return ApiEnums.PageLayout Modifier and Type Method Description static ApiEnums.PageLayout
ApiEnums.PageLayout. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ApiEnums.PageLayout[]
ApiEnums.PageLayout. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.selectpdf with parameters of type ApiEnums.PageLayout Modifier and Type Method Description HtmlToPdfClient
HtmlToPdfClient. setViewerPageLayout(ApiEnums.PageLayout pageLayout)
Set the page layout to be used when the document is opened in a PDF viewer.PdfMergeClient
PdfMergeClient. setViewerPageLayout(ApiEnums.PageLayout pageLayout)
Set the page layout to be used when the document is opened in a PDF viewer.