LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_accessibility_XAccessibleTable_idl__
21 #define __com_sun_star_accessibility_XAccessibleTable_idl__
26 module
com { module sun { module star { module accessibility {
28 interface XAccessible;
sequence< long > getSelectedAccessibleRows()
Returns a list of the indices of completely selected rows in a table.
string getAccessibleRowDescription([in] long nRow)
Returns the description text of the specified row in the table.
XAccessibleTable getAccessibleRowHeaders()
Returns the row headers as an XAccessibleTable object.
long getAccessibleRow([in] long nChildIndex)
Translate the given child index into the corresponding row index.
Implement this interface to give access to a two-dimensional table.
Definition: XAccessibleTable.idl:58
sequence< long > getSelectedAccessibleColumns()
Returns a list of the indices of completely selected columns in a table.
long getAccessibleRowCount()
Returns the number of used rows in the table.
long getAccessibleColumnCount()
Returns the number of used columns in the table.
XAccessibleTable getAccessibleColumnHeaders()
Returns the column headers as an XAccessibleTable object.
long getAccessibleIndex([in] long nRow, [in] long nColumn)
Returns the child index of the accessible object that spans the specified cell.
boolean isAccessibleRowSelected([in] long nRow)
Returns a boolean value indicating whether the specified row is completely selected.
long getAccessibleRowExtentAt([in] long nRow, [in] long nColumn)
Returns the number of rows occupied by the Accessible at the specified row and column in the table.
XAccessible getAccessibleCaption()
Returns the caption for the table.
long getAccessibleColumnExtentAt([in] long nRow, [in] long nColumn)
Returns the number of columns occupied by the Accessible at the specified row and column in the table...
long getAccessibleColumn([in] long nChildIndex)
Translate the given child index into the corresponding column index.
This interface has to be implemented by any class that wants to be accessible.
Definition: XAccessible.idl:55
string getAccessibleColumnDescription([in] long nColumn)
Returns the description text of the specified column in the table.
boolean isAccessibleSelected([in] long nRow, [in] long nColumn)
Returns a boolean value indicating whether the accessible at the specified row and column is selected...
Definition: Ambiguous.idl:22
boolean isAccessibleColumnSelected([in] long nColumn)
Returns a boolean value indicating whether the specified column is completely selected.
XAccessible getAccessibleCellAt([in] long nRow, [in] long nColumn)
Returns the XAccessible object at the specified row and column in the table.
base interface of all UNO interfaces
Definition: XInterface.idl:48
XAccessible getAccessibleSummary()
Returns the summary description of the table.
This exception is thrown to indicate that a container has been accessed with an illegal index.
Definition: IndexOutOfBoundsException.idl:35