Skip to content

start:


:: drafts :: com :: sun :: star :: accessibility ::

service AccessibleText
Description
Every class that represents text should support this service.

The XAccessibleText interface provides read only access to text in a number of different granularities like characters, words, sentences, and lines.

Read and write access to text is realised by the AccessibleEditableText service.

See also
XAccessibleText,
AccessibleEditableText

Exported Interfaces
XAccessibleText
Implement this interface to give read-only access to a text.

 
Top of Page