Uses of Class
com.mindee.input.PageOptionsOperation
-
Packages that use PageOptionsOperation Package Description com.mindee.input -
-
Uses of PageOptionsOperation in com.mindee.input
Methods in com.mindee.input that return PageOptionsOperation Modifier and Type Method Description PageOptionsOperationPageOptions. getOperation()Operation to apply on the document, given the `pageIndexes` specified.static PageOptionsOperationPageOptionsOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static PageOptionsOperation[]PageOptionsOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.mindee.input with parameters of type PageOptionsOperation Modifier and Type Method Description PageOptions.BuilderPageOptions.Builder. operation(PageOptionsOperation operation)Constructors in com.mindee.input with parameters of type PageOptionsOperation Constructor Description PageOptions(List<Integer> pages, PageOptionsOperation operation)Deprecated.Use the Builder pattern instead.PageOptions(List<Integer> pageIndexes, PageOptionsOperation operation, Integer onMinPages)
-