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

io.legaldocml.akn.attribute.ImgAtts Maven / Gradle / Ivy

The newest version!
package io.legaldocml.akn.attribute;

import io.legaldocml.akn.AknObject;

/**
 * These attributes specify the dimension of the image.
 *
 * ```xml
 * 
 *   
 *   
 * 
 * ```
 *
 * @author Jacques Militello
 */
public interface ImgAtts extends AknObject {

    Integer getWidth();

    void setWidth(Integer width);

    Integer getHeight();

    void setHeight(Integer height);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy