Module jdk.xml.dom

Interface HTMLTableColElement

    • Method Detail

      • getAlign

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

        void setAlign​(String align)
      • getCh

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

        void setCh​(String ch)
      • getChOff

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

        void setChOff​(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

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

        void setVAlign​(String vAlign)
      • getWidth

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

        void setWidth​(String width)