get_character_count
Description:
public int get_character_count ()
throws Error
Gets the character count of an AccessibleText
object.
Parameters:
this |
a pointer to the Text object to query.
|
Returns:
a int indicating the total number of characters in the AccessibleText
object.
|