XAccessibleExtendedComponent.idl (d1766043) XAccessibleExtendedComponent.idl (0d3a54ff)
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

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

60 interface if that makes sense for the class.
61
62 <p>This interface provides extended access to retrieve information
63 concerning the graphical representation of an object. This interface
64 combines methods from the Java interfaces
65 <code>javax.accessibility.AccessibleComponent</code> and
66 <code>javax.accessibility.AccessibleExtendedComponent</code>.</p>
67
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

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

60 interface if that makes sense for the class.
61
62 <p>This interface provides extended access to retrieve information
63 concerning the graphical representation of an object. This interface
64 combines methods from the Java interfaces
65 <code>javax.accessibility.AccessibleComponent</code> and
66 <code>javax.accessibility.AccessibleExtendedComponent</code>.</p>
67
68 @since OOo 1.1.2
68 @since OpenOffice 1.1.2
69*/
70published interface XAccessibleExtendedComponent : XAccessibleComponent
71{
72 /** Returns the font of this object.
73
74 @return
75 The returend reference to a font object is empty if a font is not
76 supported by this object.

--- 29 unchanged lines hidden ---
69*/
70published interface XAccessibleExtendedComponent : XAccessibleComponent
71{
72 /** Returns the font of this object.
73
74 @return
75 The returend reference to a font object is empty if a font is not
76 supported by this object.

--- 29 unchanged lines hidden ---