This document summarizes various methods available in the Element object in Prototype.js, including addMethods(), which allows adding custom methods to elements, and methods like addClassName(), classNames(), descendants(), and down() for traversing and manipulating the DOM.