Class HtmlTableColumnGroup

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, org.w3c.dom.Element, org.w3c.dom.Node

    public class HtmlTableColumnGroup
    extends HtmlElement
    Wrapper for the HTML element "colgroup".
    See Also:
    Serialized Form
    • Field Detail

      • TAG_NAME

        public static final java.lang.String TAG_NAME
        The HTML tag represented by this element.
        See Also:
        Constant Field Values
    • Method Detail

      • getSpanAttribute

        public final java.lang.String getSpanAttribute()
        Returns the value of the attribute span. Refer to the HTML 4.01 documentation for details on the use of this attribute.
        Returns:
        the value of the attribute span or an empty string if that attribute isn't defined.
      • getWidthAttribute

        public final java.lang.String getWidthAttribute()
        Returns the value of the attribute width. Refer to the HTML 4.01 documentation for details on the use of this attribute.
        Returns:
        the value of the attribute width or an empty string if that attribute isn't defined.
      • getAlignAttribute

        public final java.lang.String getAlignAttribute()
        Returns the value of the attribute align. Refer to the HTML 4.01 documentation for details on the use of this attribute.
        Returns:
        the value of the attribute align or an empty string if that attribute isn't defined.
      • getCharAttribute

        public final java.lang.String getCharAttribute()
        Returns the value of the attribute char. Refer to the HTML 4.01 documentation for details on the use of this attribute.
        Returns:
        the value of the attribute char or an empty string if that attribute isn't defined.
      • getCharoffAttribute

        public final java.lang.String getCharoffAttribute()
        Returns the value of the attribute charoff. Refer to the HTML 4.01 documentation for details on the use of this attribute.
        Returns:
        the value of the attribute charoff or an empty string if that attribute isn't defined.
      • getValignAttribute

        public final java.lang.String getValignAttribute()
        Returns the value of the attribute valign. Refer to the HTML 4.01 documentation for details on the use of this attribute.
        Returns:
        the value of the attribute valign or an empty string if that attribute isn't defined.