Uses of Class
com.selectpdf.ApiEnums.PageSize
-
Uses of ApiEnums.PageSize in com.selectpdf
Methods in com.selectpdf that return ApiEnums.PageSize Modifier and Type Method Description static ApiEnums.PageSize
ApiEnums.PageSize. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ApiEnums.PageSize[]
ApiEnums.PageSize. 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.PageSize Modifier and Type Method Description HtmlToPdfClient
HtmlToPdfClient. setPageSize(ApiEnums.PageSize pageSize)
Set PDF page size.