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

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

The newest version!
package word.api.interfaces;

public interface IHeader extends IHasElement{

	void setHideHeaderAndFooterFirstPage(boolean value);
	boolean getHideHeaderAndFooterFirstPage();
	
	String getHideHeaderAndFooterFirstPageXml();
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy