Class HtmlTableColumn

All Implemented Interfaces:
Serializable, Cloneable, Element, Node

public class HtmlTableColumn extends HtmlElement
Wrapper for the HTML element "col".
See Also:
  • Field Details

  • Method Details

    • getSpanAttribute

      public final 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 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 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 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 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 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.
    • getDefaultStyleDisplay

      public HtmlElement.DisplayStyle getDefaultStyleDisplay()
      INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
      Returns the default display style.
      Overrides:
      getDefaultStyleDisplay in class HtmlElement
      Returns:
      the default display style