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

service AccessibleCsvTable
Description
The accessible object of the data table in the CSV import dialog.
Since
OOo 1.1.2
See also
AccessibleCsvRuler, AccessibleCsvCell

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

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

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

This interface gives access to the visibility of the table.

::com::sun::star::accessibility::XAccessibleTable

This interface gives access to functionality specific for a table.

::com::sun::star::accessibility::XAccessibleSelection

This interface gives access to selection functionality.

Exported Interfaces - Details
::com::sun::star::accessibility::XAccessibleContext
Description
This interface gives access to the whole content of the table.
::com::sun::star::accessibility::XAccessibleComponent
Description
This interface gives access to the visibility of the table.
::com::sun::star::accessibility::XAccessibleTable
Description
This interface gives access to functionality specific for a table.
::com::sun::star::accessibility::XAccessibleSelection
Description
This interface gives access to selection functionality.

 
Top of Page