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

org.daisy.pipeline.braille.css.CounterFunction Maven / Gradle / Ivy

There is a newer version: 4.0.2
Show newest version
package org.daisy.pipeline.braille.css;

import java.util.Optional;

import cz.vutbr.web.css.Term;

import org.daisy.pipeline.css.CounterStyle;

/**
 * A {@code counter()} function. See Printing
 * Counters in the braille CSS specification.
 */
public interface CounterFunction extends Term {

	public String getCounter();

	public Optional getStyle();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy