Interface Attr_align.Owner

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

public static interface Attr_align.Owner
  • Method Details

    • getAttr_align

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

      @Undocumented Attr_align readAttr_align()
      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_align() must be used.)