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

def.dom.HTMLTableAlignment Maven / Gradle / Ivy

The newest version!
package def.dom;

import def.js.Object;

@jsweet.lang.Interface
public abstract class HTMLTableAlignment extends def.js.Object {
    /**
      * Sets or retrieves a value that you can use to implement your own ch functionality for the object.
      */
    public java.lang.String ch;
    /**
      * Sets or retrieves a value that you can use to implement your own chOff functionality for the object.
      */
    public java.lang.String chOff;
    /**
      * Sets or retrieves how text and other content are vertically aligned within the object that contains them.
      */
    public java.lang.String vAlign;
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy