import "nsIAccessibleEvent.idl";
Public Member Functions | |
boolean | isInserted () |
Returns true if text was inserted, otherwise false. | |
Public Attributes | |
readonly attribute long | start |
Returns offset of changed text in accessible. | |
readonly attribute unsigned long | length |
Returns length of changed text. | |
readonly attribute DOMString | modifiedText |
The inserted or removed text. |
boolean nsIAccessibleTextChangeEvent::isInserted | ( | ) |
Returns true if text was inserted, otherwise false.
readonly attribute unsigned long nsIAccessibleTextChangeEvent::length |
Returns length of changed text.
readonly attribute DOMString nsIAccessibleTextChangeEvent::modifiedText |
The inserted or removed text.
readonly attribute long nsIAccessibleTextChangeEvent::start |
Returns offset of changed text in accessible.