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);
}