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

org.docx4j.convert.out.common.writer.AbstractBrWriter Maven / Gradle / Ivy

package org.docx4j.convert.out.common.writer;

public abstract class AbstractBrWriter extends AbstractSimpleWriter {
	public static final String WRITER_ID = "w:br";
	
	protected AbstractBrWriter() {
		super(WRITER_ID);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy