Interface HTMLTableColElement

All Superinterfaces:
Element, HTMLElement, Node

public interface HTMLTableColElement extends HTMLElement
Regroups the COL and COLGROUP elements. See the COL element definition in HTML 4.0.
  • Method Details

    • getAlign

      java.lang.String getAlign()
      Horizontal alignment of cell data in column. See the align attribute definition in HTML 4.0.
    • setAlign

      void setAlign(java.lang.String align)
    • getCh

      java.lang.String getCh()
      Alignment character for cells in a column. See the char attribute definition in HTML 4.0.
    • setCh

      void setCh(java.lang.String ch)
    • getChOff

      java.lang.String getChOff()
      Offset of alignment character. See the charoff attribute definition in HTML 4.0.
    • setChOff

      void setChOff(java.lang.String chOff)
    • getSpan

      int getSpan()
      Indicates the number of columns in a group or affected by a grouping. See the span attribute definition in HTML 4.0.
    • setSpan

      void setSpan(int span)
    • getVAlign

      java.lang.String getVAlign()
      Vertical alignment of cell data in column. See the valign attribute definition in HTML 4.0.
    • setVAlign

      void setVAlign(java.lang.String vAlign)
    • getWidth

      java.lang.String getWidth()
      Default column width. See the width attribute definition in HTML 4.0.
    • setWidth

      void setWidth(java.lang.String width)