Implement this interface to give read-only access to a text.
Definition: XAccessibleText.idl:61
This structure describes a text segment that is embedded in a larger portion of text.
Definition: TextSegment.idl:55
TextSegment getTextAtLineWithCaret()
Returns the text of the line in which the caret is located.
long getNumberOfLineWithCaret()
Returns the number of the line in which the caret is located.
TextSegment getTextAtLineNumber([in] long nLineNo)
Returns the text of the specified line.
long getLineNumberAtIndex([in] long nIndex)
Returns the line number at the specified index.