Uses of Class
com.selectpdf.ApiEnums.PageNumbersAlignment
-
Uses of ApiEnums.PageNumbersAlignment in com.selectpdf
Methods in com.selectpdf that return ApiEnums.PageNumbersAlignment Modifier and Type Method Description static ApiEnums.PageNumbersAlignmentApiEnums.PageNumbersAlignment. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ApiEnums.PageNumbersAlignment[]ApiEnums.PageNumbersAlignment. 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.PageNumbersAlignment Modifier and Type Method Description HtmlToPdfClientHtmlToPdfClient. setPageNumbersAlignment(ApiEnums.PageNumbersAlignment alignment)Set the alignment of the page numbers text.