AccessibleCellView.idl (d1766043) | AccessibleCellView.idl (96af39f7) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 44 unchanged lines hidden (view full) --- 53module com { module sun { module star { module table { 54 55//============================================================================= 56 57/** The accessible view of a cell in a text document or in the page preview 58 of a spreadsheet document. See 59 <type scope="::com::sun::star::sheet">AccessibleCell</type> for cells in 60 the edit view of a spreadsheet. | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 44 unchanged lines hidden (view full) --- 53module com { module sun { module star { module table { 54 55//============================================================================= 56 57/** The accessible view of a cell in a text document or in the page preview 58 of a spreadsheet document. See 59 <type scope="::com::sun::star::sheet">AccessibleCell</type> for cells in 60 the edit view of a spreadsheet. |
61 @since OOo 1.1.2 | 61 @since OpenOffice 1.1.2 |
62*/ 63published service AccessibleCellView 64{ 65 /** This interface gives access to the visible content of a cell in a 66 accessible spreadsheet page preview or accessible text document view. 67 <ul> 68 <li>The parent returned by <method scope="::com::sun::star::accessibility" 69 >XAccessibleContext::getAccessibleParent</method> --- 84 unchanged lines hidden --- | 62*/ 63published service AccessibleCellView 64{ 65 /** This interface gives access to the visible content of a cell in a 66 accessible spreadsheet page preview or accessible text document view. 67 <ul> 68 <li>The parent returned by <method scope="::com::sun::star::accessibility" 69 >XAccessibleContext::getAccessibleParent</method> --- 84 unchanged lines hidden --- |