IHTMLTextElementIHTMLTextElement*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLTextElement
*Next Topic: IHTMLTextRangeMetrics::get_boundingHeight

IHTMLTextRangeMetrics

The IHTMLTextRangeMetrics interface exposes information about the position of a TextRange. This enables greater control and definition of any given object on a page, thereby providing enhanced accessibility support to users.

IHTMLTextRangeMetrics Methods

get_boundingHeight Retrieves the height of the rectangle that bounds the TextRange.
get_boundingLeft Retrieves the left coordinate of the rectangle that bounds the TextRange.
get_boundingTop Retrieves the top coordinate of the rectangle that bounds the TextRange.
get_boundingWidth Retrieves the width of the rectangle that bounds the TextRange.
get_offsetLeft Retrieves the calculated left position of the rectangle bounding the TextRange.
get_offsetTop Retrieves the calculated top position of the rectangle bounding the TextRange.

Implemented In

MSHTML Object Model

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.