Interface HTMLTableCaptionElement

All Superinterfaces:
Element, EventTarget, HTMLElement, InnerHTML, Node, NonDocumentTypeChildNode, ParentNode
All Known Implementing Classes:
HTMLTableCaptionElementImpl

public interface HTMLTableCaptionElement extends HTMLElement
Special properties (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating table caption elements.
  • Method Details

    • getAlign

      @Deprecated String getAlign()
      Deprecated.
      Sets or retrieves the alignment of the caption or legend.
      Returns:
      a String object.
    • setAlign

      void setAlign(String align)

      setAlign.

      Parameters:
      align - a String object.