Interface Attr_charoff.Owner

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

public static interface Attr_charoff.Owner
  • Method Details

    • getAttr_charoff

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

      @Undocumented Attr_charoff readAttr_charoff()
      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_charoff() must be used.)