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 PageOptionsOperation
PageOptions. getOperation()
Operation to apply on the document, given the `pageIndexes` specified.static PageOptionsOperation
PageOptionsOperation. 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.Constructors in com.mindee.input with parameters of type PageOptionsOperation Constructor Description PageOptions(List<Integer> pages, PageOptionsOperation operation)
PageOptions(List<Integer> pageIndexes, PageOptionsOperation operation, Integer onMinPages)
-