Uses of Class
com.selectpdf.ApiEnums.TextLayout
-
Uses of ApiEnums.TextLayout in com.selectpdf
Methods in com.selectpdf that return ApiEnums.TextLayout Modifier and Type Method Description static ApiEnums.TextLayout
ApiEnums.TextLayout. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ApiEnums.TextLayout[]
ApiEnums.TextLayout. 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.TextLayout Modifier and Type Method Description PdfToTextClient
PdfToTextClient. setTextLayout(ApiEnums.TextLayout textLayout)
Set the text layout.