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

org.daisy.dotify.common.splitter.StandardSplitOption Maven / Gradle / Ivy

The newest version!
package org.daisy.dotify.common.splitter;

/**
 * Defines standard split options.
 * 
 * @author Joel Håkansson
 */
public enum StandardSplitOption implements SplitOption {

	/**
	 * Allow force to be used.
	 */
	ALLOW_FORCE,
	/**
	 * Retain trailing skippable units
	 */
	RETAIN_TRAILING,
	/**
	 * Treats the last unit as a regular unit.
	 */
	NO_LAST_UNIT_SIZE;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy