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

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

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

import io.legaldocml.akn.AknObject;

/**
 * The attribute width of the element fillIn specifies the width of the fillIn element.
 *
 * ```xml
 * 
 *   
 * 
 * ```
 *
 * @author Jacques Militello
 */
public interface FillInWidth extends AknObject {

    String getWidth();

    void setWidth(String width);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy