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

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

The newest version!
package word.api.interfaces;

import word.w2004.elements.Image;

public interface IImage extends IElement{
	
	public Image setWidth(String value);
	public Image setHeight(String value);
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy