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

org.daisy.dotify.api.embosser.LineBreaks Maven / Gradle / Ivy

package org.daisy.dotify.api.embosser;

/**
 * Provides an interface for line breaks.
 *
 * @author Joel Håkansson
 */
public interface LineBreaks {

    /**
     * Gets the string used to represent line breaks.
     *
     * @return returns the string used to represent line breaks
     */
    public String getString();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy