| Font The font object reflects the funcitonality of the Html FONT element, which is used to set the properties of the displayed fonts within the document. DOM Reference Internet Explorer window.document.all.elementIDThe properties of the Font object are: className color document face id innerHtml innerText isTextEdit lang language offsetHeight offsetLeft
offsetParent offsetTop offsetWidth outerHtml outerText parentElement parentTextEdit size sourceIndex style tagName titleThe Methods of the Font object are: click() contains() getAttribute() insertAdjacentHtml() insertAdjacentText() removeAttribute() scrollIntoView() setAttribute()The Collections and Arrays for the Font object are: all [ ] children [ ] filters [ ]The Event Handlers for the Font object are: onClick onDblClick onDragStart onFilterChange onHelp onKeyDown onKeyUp onMouseDown onMouseMove onMouseOut onMouseOver onMouseUp onSelectStart |