AccessibleParagraphView.idl (d1766043) AccessibleParagraphView.idl (2a413f17)
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

--- 38 unchanged lines hidden (view full) ---

47
48module com { module sun { module star { module text {
49
50//=============================================================================
51
52/** The accessible view of a paragraph fragment.
53
54
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

--- 38 unchanged lines hidden (view full) ---

47
48module com { module sun { module star { module text {
49
50//=============================================================================
51
52/** The accessible view of a paragraph fragment.
53
54
55 @since OOo 1.1.2
55 @since OpenOffice 1.1.2
56 */
57published service AccessibleParagraphView
58{
59 /** This interface gives access to a paragraph fragment that is at least
60 partially visible on the screen. A paragraph fragment is the portion
61 of a paragraph that is displayed on a single page or a in a single
62 column.
63

--- 126 unchanged lines hidden (view full) ---

190
191 /** This is the interface for listeners.
192 */
193 interface ::com::sun::star::accessibility::XAccessibleEventBroadcaster;
194
195 /** This interface gives access to the default attributes of a paragraph
196 and to the run attributes of a certain character in a paragraph
197
56 */
57published service AccessibleParagraphView
58{
59 /** This interface gives access to a paragraph fragment that is at least
60 partially visible on the screen. A paragraph fragment is the portion
61 of a paragraph that is displayed on a single page or a in a single
62 column.
63

--- 126 unchanged lines hidden (view full) ---

190
191 /** This is the interface for listeners.
192 */
193 interface ::com::sun::star::accessibility::XAccessibleEventBroadcaster;
194
195 /** This interface gives access to the default attributes of a paragraph
196 and to the run attributes of a certain character in a paragraph
197
198 @since OOo 2.0.4
198 @since OpenOffice 2.0.4
199 */
200 [optional] interface ::com::sun::star::accessibility::XAccessibleTextAttributes;
201
202};
203
204//=============================================================================
205
206}; }; }; };
207
208#endif
199 */
200 [optional] interface ::com::sun::star::accessibility::XAccessibleTextAttributes;
201
202};
203
204//=============================================================================
205
206}; }; }; };
207
208#endif