Class HtmlTableDataCell

All Implemented Interfaces:
Serializable, Cloneable, Element, Node

public class HtmlTableDataCell extends HtmlTableCell
Wrapper for the HTML element "td".
See Also:
  • Field Details

  • Method Details

    • getAbbrAttribute

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

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

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

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

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

      public final String getColumnSpanAttribute()
      Returns the value of the attribute colspan. Refer to the HTML 4.01 documentation for details on the use of this attribute.
      Returns:
      the value of the attribute colspan 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.
    • getNoWrapAttribute

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

      public final String getBgcolorAttribute()
      Returns the value of the attribute bgcolor. Refer to the HTML 4.01 documentation for details on the use of this attribute.
      Returns:
      the value of the attribute bgcolor 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.
    • getHeightAttribute

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