:: com :: sun :: star :: sheet ::

service AccessibleCsvCell
Description
The accessible object of a cell in the CSV import dialog.
Since
OOo 1.1.2
See also
AccessibleCsvTable

Exported Interfaces - Summary
::com::sun::star::accessibility::XAccessibleContext

This interface gives access to the whole content of the cell.

::com::sun::star::accessibility::XAccessibleComponent

This interface gives access to the visibility of the cell.

::com::sun::star::accessibility::XAccessibleText

This interface gives access to the text representation of the cell content.

Exported Interfaces - Details
::com::sun::star::accessibility::XAccessibleContext
Description
This interface gives access to the whole content of the cell.
::com::sun::star::accessibility::XAccessibleComponent
Description
This interface gives access to the visibility of the cell.
::com::sun::star::accessibility::XAccessibleText
Description
This interface gives access to the text representation of the cell content.

 
Top of Page