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

org.docx4j.convert.in.xhtml.DivHandler Maven / Gradle / Ivy

There is a newer version: 11.4.8
Show newest version
package org.docx4j.convert.in.xhtml;

import org.docx4j.org.xhtmlrenderer.render.BlockBox;
import org.docx4j.wml.ContentAccessor;

public interface DivHandler {
	
	public ContentAccessor enter(BlockBox blockBox, ContentAccessor contentContext);

	public void leave();
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy