LibreOffice Module winaccessibility (master) 1
Public Attributes | List of all members
IA2TableModelChange Struct Reference

A structure defining the type of and extents of changes made to a table. More...

import"ia2_api_all.idl";

Public Attributes

enum IA2TableModelChangeType type
 
long firstRow
 0 based, inclusive More...
 
long lastRow
 0 based, inclusive More...
 
long firstColumn
 0 based, inclusive More...
 
long lastColumn
 0 based, inclusive More...
 

Detailed Description

A structure defining the type of and extents of changes made to a table.

IAccessibleTable::modelChange and IAccessibleTable2::modelChange return this struct. In the case of an insertion or change the row and column offsets define the boundaries of the inserted or changed subtable after the operation. In the case of a deletion the row and column offsets define the boundaries of the subtable being removed before the removal.

Definition at line 241 of file ia2_api_all.idl.

Member Data Documentation

◆ firstColumn

long IA2TableModelChange::firstColumn

0 based, inclusive

Definition at line 245 of file ia2_api_all.idl.

◆ firstRow

long IA2TableModelChange::firstRow

0 based, inclusive

Definition at line 243 of file ia2_api_all.idl.

◆ lastColumn

long IA2TableModelChange::lastColumn

0 based, inclusive

Definition at line 246 of file ia2_api_all.idl.

◆ lastRow

long IA2TableModelChange::lastRow

0 based, inclusive

Definition at line 244 of file ia2_api_all.idl.

◆ type

enum IA2TableModelChangeType IA2TableModelChange::type

Definition at line 242 of file ia2_api_all.idl.


The documentation for this struct was generated from the following file: