Class HtmlTableDataCell

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

    public class HtmlTableDataCell
    extends HtmlTableCell
    Wrapper for the HTML element "td".
    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

      • getAbbrAttribute

        public final java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 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.
      • getNoWrapAttribute

        public final java.lang.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 java.lang.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 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.
      • getHeightAttribute

        public final java.lang.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.