Defines functions that make queryInterface more Pythonic.
- Authors:
-
Peter Parente,
Pete Brunet
Organization:
IBM Corporation
Copyright:
Copyright (c) 2005, 2007 IBM Corporation
License:
The BSD License
All rights reserved. This program and the accompanying materials
are made available under the terms of the BSD license which
accompanies this distribution, and is available at http://www.opensource.org/licenses/bsd-license.php
|
object
|
|
|
Accessibility.Accessible
|
|
|
Accessibility.Action
|
|
|
Accessibility.Application
|
|
|
Accessibility.Collection
|
|
|
Accessibility.Component
|
|
|
Accessibility.Desktop
|
|
|
Accessibility.Document
|
|
|
Accessibility.EditableText
|
|
|
Accessibility.Hyperlink
|
|
|
Accessibility.Hypertext
|
|
|
Accessibility.Image
|
IImage(obj)
Returns:
Object with the Image interface or None if not supported |
source code
|
|
|
Accessibility.LoginHelper
|
|
|
Accessibility.StreamableContent
|
|
|
Accessibility.Table
|
ITable(obj)
Returns:
Object with the Table interface or None if not supported |
source code
|
|
|
Accessibility.Text
|
IText(obj)
Returns:
Object with the Text interface or None if not supported |
source code
|
|
|
Accessibility.Value
|
IValue(obj)
Returns:
Object with the Value interface or None if not supported |
source code
|
|
|
Accessibility.Selection
|
|