Interface Attr_valign.Owner

All Known Implementing Classes:
Element_col, Element_colgroup, Element_tbody, Element_td, Element_tfoot, Element_th, Element_thead, Element_tr
Enclosing class:
Attr_valign

public static interface Attr_valign.Owner
  • Method Details

    • getAttr_valign

      @Undocumented Attr_valign getAttr_valign()
      Returns:
      an implementation of that Attribute, the value of which can be read and written.
      (If only read access is needed, readAttr_valign() should be used.)
    • readAttr_valign

      @Undocumented Attr_valign readAttr_valign()
      Returns:
      an implementation of that Attribute, the value of which can be read, but is not guaranteed to be writable.
      (If write access is needed, getAttr_valign() must be used.)