Skip to content

start:


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

service AccessibleEditableText
Description
Support this service to give read and write access to text.

Like the AccessibleText service this service provides access to text. In contrast to that interface it provides read and write access. This is achieved by not only supporting the XAccessibleText but also the XAccessibleEditableText interface.

See also
XAccessibleText,
XAccessibleEditableText, AccessibleText

Exported Interfaces
XAccessibleText
Implement this interface to give read-only access to a text.
XAccessibleEditableText
Implement this interface to give read and write access to a text representation.

 
Top of Page