You are viewing information archived from Mozilla.org on 2015-08-05.

void nsIAccessibleText.getCharacterExtents

(in long offset,
  out long x,
  out long y,
  out long length,
  out long width,
  in nsAccessibleCoordType coordType)




Given an offset, the x, y, width, and length values are filled appropriately.

Documentation

Given an offset, the x, y, width, and length values are filled appropriately.
Parameters:
offset - the position of the given character
coordType - specify whether coordinates are relative to the screen or widget window @x output the x value of the character @y output the y value of the character @length output the length of the character @width output the width of the character


Alphabetic index



This page was generated with the help of DOC++.