Uses of Class
com.selectpdf.ApiEnums.StartupMode
-
Uses of ApiEnums.StartupMode in com.selectpdf
Methods in com.selectpdf that return ApiEnums.StartupMode Modifier and Type Method Description static ApiEnums.StartupModeApiEnums.StartupMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ApiEnums.StartupMode[]ApiEnums.StartupMode. 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.StartupMode Modifier and Type Method Description HtmlToPdfClientHtmlToPdfClient. setStartupMode(ApiEnums.StartupMode startupMode)Set converter startup mode.