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

def.dom.HTMLDivElement Maven / Gradle / Ivy

The newest version!
package def.dom;
public class HTMLDivElement extends HTMLElement {
    /**
      * Sets or retrieves how the object is aligned with adjacent text. 
      */
    public java.lang.String align;
    /**
      * Sets or retrieves whether the browser automatically performs wordwrap.
      */
    public java.lang.Boolean noWrap;
    public static HTMLDivElement prototype;
    public HTMLDivElement(){}
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy