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

org.docx4j.events.ProcessStep Maven / Gradle / Ivy

package org.docx4j.events;

public interface ProcessStep {
	
	public String name();
	
	// subset of enum's methods

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy