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

service AccessibleHypertext
Description
Support this service to allow access to a hypertext document.

A hypertext is a text represented by the XAccessibleText that contains a set of hyperlinks as represented by the ::XAccessibleHyperText interface. The hyperlinks themselves are represented by AccessibleHyperlink services.


Exported Interfaces
XAccessibleText
Implement this interface to give read-only access to a text.
XAccessibleHypertext
Implement this interface to expose the hypertext structure of a document.

 
Top of Page