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

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

There is a newer version: 1.0.7
Show 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 - 2024 Weber Informatics LLC | Privacy Policy