All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mindee.input.PageOptionsOperation Maven / Gradle / Ivy

The newest version!
package com.mindee.input;

/**
 * Possible page operations on a document.
 */
public enum PageOptionsOperation {
  /**
   * Keep only the specified pages, and remove all others.
   */
  KEEP_ONLY,
  /**
   * Remove the specified pages, and keep all others.
   */
  REMOVE
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy