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

org.daisy.dotify.api.formatter.MarginRegion Maven / Gradle / Ivy

There is a newer version: 1.0.7
Show newest version
package org.daisy.dotify.api.formatter;

/**
 * Provides a vertical margin region.
 *
 * @author Joel Håkansson
 */
public interface MarginRegion {

    /**
     * Gets the width of the region, in columns.
     *
     * @return the width of the column
     */
    public int getWidth();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy