20module
com { module sun { module star { module accessibility {
22 interface XAccessible;
This exception is thrown to indicate that a container has been accessed with an illegal index.
Definition IndexOutOfBoundsException.idl:31
Implement this interface to give access to a two-dimensional table.
Definition XAccessibleTable.idl:52
long getAccessibleRow([in] hyper nChildIndex)
Translate the given child index into the corresponding row index.
XAccessibleTable getAccessibleColumnHeaders()
Returns the column headers as an XAccessibleTable object.
XAccessible getAccessibleCellAt([in] long nRow, [in] long nColumn)
Returns the XAccessible object at the specified row and column in the table.
sequence< long > getSelectedAccessibleRows()
Returns a list of the indices of completely selected rows in a 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...
XAccessibleTable getAccessibleRowHeaders()
Returns the row headers as an XAccessibleTable object.
boolean isAccessibleColumnSelected([in] long nColumn)
Returns a boolean value indicating whether the specified column is completely selected.
long getAccessibleColumn([in] hyper nChildIndex)
Translate the given child index into the corresponding column index.
string getAccessibleColumnDescription([in] long nColumn)
Returns the description text of the specified column in the table.
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 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.
long getAccessibleColumnCount()
Returns the number of used columns 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...
string getAccessibleRowDescription([in] long nRow)
Returns the description text of the specified row in the table.
XAccessible getAccessibleCaption()
Returns the caption for the table.
hyper 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.
XAccessible getAccessibleSummary()
Returns the summary description of the table.
This interface has to be implemented by any class that wants to be accessible.
Definition XAccessible.idl:50
base interface of all UNO interfaces
Definition generated_idl_chapter_refs.idl:452
Definition Ambiguous.idl:20