IHTMLTextRangeMetrics interface
This interface exposes information about the position of a TextRange object. This enables greater control and definition of any object on a page, thereby providing enhanced accessibility support to users.
Members
The IHTMLTextRangeMetrics interface inherits from the IDispatch interface. IHTMLTextRangeMetrics also has these types of members:
Properties
The IHTMLTextRangeMetrics interface has these properties.
| Property | Description |
|---|---|
|
Retrieves the height of the rectangle that bounds the TextRange object. | |
|
Retrieves the distance between the left edge of the rectangle that bounds the TextRange object and the left side of the object that contains the TextRange. | |
|
Retrieves the distance between the top edge of the rectangle that bounds the TextRange object and the top side of the object that contains the TextRange. | |
|
Retrieves the width of the rectangle that bounds the TextRange object. | |
|
Retrieves the calculated left position of the object relative to the layout or coordinate parent, as specified by the IHTMLElement::offsetParent property. | |
|
Retrieves the calculated top position of the object relative to the layout or coordinate parent, as specified by the IHTMLElement::offsetParent property. |
Requirements
|
Minimum supported client |
Windows XP |
|---|---|
|
Minimum supported server |
Windows 2000 Server |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also