|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
20 module
com { module sun { module star { module accessibility {
22 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.
Implement this interface to give access to a two-dimensional table.
Definition: XAccessibleTable.idl:52
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.
hyper getAccessibleIndex([in] long nRow, [in] long nColumn)
Returns the child index of the accessible object that spans the specified cell.
long getAccessibleColumnCount()
Returns the number of used columns in the table.
XAccessibleTable getAccessibleColumnHeaders()
Returns the column headers as an XAccessibleTable object.
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...
This interface has to be implemented by any class that wants to be accessible.
Definition: XAccessible.idl:50
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...
long getAccessibleRow([in] hyper nChildIndex)
Translate the given child index into the corresponding row index.
Definition: Ambiguous.idl:20
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.
long getAccessibleColumn([in] hyper nChildIndex)
Translate the given child index into the corresponding column index.
base interface of all UNO interfaces
Definition: XInterface.idl:46
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:31