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

word.api.interfaces.IFooter Maven / Gradle / Ivy

The newest version!
package word.api.interfaces;

public interface IFooter extends IHasElement{
	
	public void showPageNumber(boolean value);//default is true 
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy