win32more-Microsoft.WindowsAppSDK 0.6.1.5.240227000__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of win32more-Microsoft.WindowsAppSDK might be problematic. Click here for more details.
- win32more/Microsoft/Foundation/__init__.py +7 -0
- win32more/Microsoft/Graphics/DirectX/__init__.py +167 -0
- win32more/Microsoft/Graphics/Display/__init__.py +174 -0
- win32more/Microsoft/UI/Composition/Core/__init__.py +52 -0
- win32more/Microsoft/UI/Composition/Diagnostics/__init__.py +63 -0
- win32more/Microsoft/UI/Composition/Effects/__init__.py +96 -0
- win32more/Microsoft/UI/Composition/Interactions/__init__.py +951 -0
- win32more/Microsoft/UI/Composition/Scenes/__init__.py +671 -0
- win32more/Microsoft/UI/Composition/SystemBackdrops/__init__.py +356 -0
- win32more/Microsoft/UI/Composition/__init__.py +4793 -0
- win32more/Microsoft/UI/Content/__init__.py +918 -0
- win32more/Microsoft/UI/Dispatching/__init__.py +241 -0
- win32more/Microsoft/UI/Input/DragDrop/__init__.py +235 -0
- win32more/Microsoft/UI/Input/Interop/__init__.py +19 -0
- win32more/Microsoft/UI/Input/__init__.py +1927 -0
- win32more/Microsoft/UI/System/__init__.py +46 -0
- win32more/Microsoft/UI/Text/__init__.py +1090 -0
- win32more/Microsoft/UI/Windowing/__init__.py +877 -0
- win32more/Microsoft/UI/Xaml/Automation/Peers/__init__.py +3414 -0
- win32more/Microsoft/UI/Xaml/Automation/Provider/__init__.py +489 -0
- win32more/Microsoft/UI/Xaml/Automation/Text/__init__.py +17 -0
- win32more/Microsoft/UI/Xaml/Automation/__init__.py +1607 -0
- win32more/Microsoft/UI/Xaml/Controls/AnimatedVisuals/__init__.py +170 -0
- win32more/Microsoft/UI/Xaml/Controls/Primitives/__init__.py +6458 -0
- win32more/Microsoft/UI/Xaml/Controls/__init__.py +31159 -0
- win32more/Microsoft/UI/Xaml/Core/Direct/__init__.py +7 -0
- win32more/Microsoft/UI/Xaml/Data/__init__.py +670 -0
- win32more/Microsoft/UI/Xaml/Documents/__init__.py +2030 -0
- win32more/Microsoft/UI/Xaml/Hosting/__init__.py +329 -0
- win32more/Microsoft/UI/Xaml/Input/__init__.py +1985 -0
- win32more/Microsoft/UI/Xaml/Interop/__init__.py +148 -0
- win32more/Microsoft/UI/Xaml/Markup/__init__.py +391 -0
- win32more/Microsoft/UI/Xaml/Media/Animation/__init__.py +4167 -0
- win32more/Microsoft/UI/Xaml/Media/Imaging/__init__.py +632 -0
- win32more/Microsoft/UI/Xaml/Media/Media3D/__init__.py +373 -0
- win32more/Microsoft/UI/Xaml/Media/__init__.py +3510 -0
- win32more/Microsoft/UI/Xaml/Navigation/__init__.py +255 -0
- win32more/Microsoft/UI/Xaml/Printing/__init__.py +193 -0
- win32more/Microsoft/UI/Xaml/Resources/__init__.py +53 -0
- win32more/Microsoft/UI/Xaml/Shapes/__init__.py +538 -0
- win32more/Microsoft/UI/Xaml/XamlTypeInfo/__init__.py +39 -0
- win32more/Microsoft/UI/Xaml/__init__.py +6010 -0
- win32more/Microsoft/UI/__init__.py +912 -0
- win32more/Microsoft/Web/WebView2/Core/__init__.py +4685 -0
- win32more/Microsoft/Windows/AppLifecycle/__init__.py +180 -0
- win32more/Microsoft/Windows/AppNotifications/Builder/__init__.py +572 -0
- win32more/Microsoft/Windows/AppNotifications/__init__.py +333 -0
- win32more/Microsoft/Windows/ApplicationModel/DynamicDependency/__init__.py +244 -0
- win32more/Microsoft/Windows/ApplicationModel/Resources/__init__.py +322 -0
- win32more/Microsoft/Windows/ApplicationModel/WindowsAppRuntime/__init__.py +114 -0
- win32more/Microsoft/Windows/Management/Deployment/__init__.py +1114 -0
- win32more/Microsoft/Windows/PushNotifications/__init__.py +146 -0
- win32more/Microsoft/Windows/Security/AccessControl/__init__.py +25 -0
- win32more/Microsoft/Windows/System/Power/__init__.py +223 -0
- win32more/Microsoft/Windows/System/__init__.py +78 -0
- win32more/Microsoft/Windows/Widgets/Feeds/Providers/__init__.py +181 -0
- win32more/Microsoft/Windows/Widgets/Providers/__init__.py +325 -0
- win32more/Microsoft/Windows/Widgets/__init__.py +11 -0
- win32more/appsdk/versioninfo.py +3 -0
- win32more/dll/arm64/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
- win32more/dll/x64/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
- win32more/dll/x86/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
- win32more_microsoft_windowsappsdk-0.6.1.5.240227000.dist-info/METADATA +5 -0
- win32more_microsoft_windowsappsdk-0.6.1.5.240227000.dist-info/RECORD +66 -0
- win32more_microsoft_windowsappsdk-0.6.1.5.240227000.dist-info/WHEEL +5 -0
- win32more_microsoft_windowsappsdk-0.6.1.5.240227000.dist-info/licenses/LICENSE (Microsoft.WindowsAppSDK).txt +90 -0
|
@@ -0,0 +1,489 @@
|
|
|
1
|
+
from __future__ import annotations
|
|
2
|
+
from win32more.winrt.prelude import *
|
|
3
|
+
import win32more.Microsoft.UI.Xaml
|
|
4
|
+
import win32more.Microsoft.UI.Xaml.Automation
|
|
5
|
+
import win32more.Microsoft.UI.Xaml.Automation.Peers
|
|
6
|
+
import win32more.Microsoft.UI.Xaml.Automation.Provider
|
|
7
|
+
import win32more.Microsoft.UI.Xaml.Automation.Text
|
|
8
|
+
import win32more.Windows.Foundation
|
|
9
|
+
import win32more.Windows.UI
|
|
10
|
+
class IAnnotationProvider(ComPtr):
|
|
11
|
+
extends: IInspectable
|
|
12
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.Provider.IAnnotationProvider'
|
|
13
|
+
_iid_ = Guid('{546ab18e-986d-5deb-8f2a-2d9303a43006}')
|
|
14
|
+
@winrt_commethod(6)
|
|
15
|
+
def get_AnnotationTypeId(self) -> Int32: ...
|
|
16
|
+
@winrt_commethod(7)
|
|
17
|
+
def get_AnnotationTypeName(self) -> WinRT_String: ...
|
|
18
|
+
@winrt_commethod(8)
|
|
19
|
+
def get_Author(self) -> WinRT_String: ...
|
|
20
|
+
@winrt_commethod(9)
|
|
21
|
+
def get_DateTime(self) -> WinRT_String: ...
|
|
22
|
+
@winrt_commethod(10)
|
|
23
|
+
def get_Target(self) -> win32more.Microsoft.UI.Xaml.Automation.Provider.IRawElementProviderSimple: ...
|
|
24
|
+
AnnotationTypeId = property(get_AnnotationTypeId, None)
|
|
25
|
+
AnnotationTypeName = property(get_AnnotationTypeName, None)
|
|
26
|
+
Author = property(get_Author, None)
|
|
27
|
+
DateTime = property(get_DateTime, None)
|
|
28
|
+
Target = property(get_Target, None)
|
|
29
|
+
class ICustomNavigationProvider(ComPtr):
|
|
30
|
+
extends: IInspectable
|
|
31
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.Provider.ICustomNavigationProvider'
|
|
32
|
+
_iid_ = Guid('{cad51322-faa9-5a2b-90f0-b762c46178b3}')
|
|
33
|
+
@winrt_commethod(6)
|
|
34
|
+
def NavigateCustom(self, direction: win32more.Microsoft.UI.Xaml.Automation.Peers.AutomationNavigationDirection) -> IInspectable: ...
|
|
35
|
+
class IDockProvider(ComPtr):
|
|
36
|
+
extends: IInspectable
|
|
37
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.Provider.IDockProvider'
|
|
38
|
+
_iid_ = Guid('{9882b971-70ea-5c6d-a818-7a7ab68c6f3b}')
|
|
39
|
+
@winrt_commethod(6)
|
|
40
|
+
def get_DockPosition(self) -> win32more.Microsoft.UI.Xaml.Automation.DockPosition: ...
|
|
41
|
+
@winrt_commethod(7)
|
|
42
|
+
def SetDockPosition(self, dockPosition: win32more.Microsoft.UI.Xaml.Automation.DockPosition) -> Void: ...
|
|
43
|
+
DockPosition = property(get_DockPosition, None)
|
|
44
|
+
class IDragProvider(ComPtr):
|
|
45
|
+
extends: IInspectable
|
|
46
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.Provider.IDragProvider'
|
|
47
|
+
_iid_ = Guid('{c60bb643-a356-5132-a258-ffba6c7480f2}')
|
|
48
|
+
@winrt_commethod(6)
|
|
49
|
+
def get_IsGrabbed(self) -> Boolean: ...
|
|
50
|
+
@winrt_commethod(7)
|
|
51
|
+
def get_DropEffect(self) -> WinRT_String: ...
|
|
52
|
+
@winrt_commethod(8)
|
|
53
|
+
def get_DropEffects(self) -> ReceiveArray[WinRT_String]: ...
|
|
54
|
+
@winrt_commethod(9)
|
|
55
|
+
def GetGrabbedItems(self) -> ReceiveArray[win32more.Microsoft.UI.Xaml.Automation.Provider.IRawElementProviderSimple]: ...
|
|
56
|
+
DropEffect = property(get_DropEffect, None)
|
|
57
|
+
DropEffects = property(get_DropEffects, None)
|
|
58
|
+
IsGrabbed = property(get_IsGrabbed, None)
|
|
59
|
+
class IDropTargetProvider(ComPtr):
|
|
60
|
+
extends: IInspectable
|
|
61
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.Provider.IDropTargetProvider'
|
|
62
|
+
_iid_ = Guid('{9b2a9f3d-bbb1-510d-99e8-0e0ae14a6e3b}')
|
|
63
|
+
@winrt_commethod(6)
|
|
64
|
+
def get_DropEffect(self) -> WinRT_String: ...
|
|
65
|
+
@winrt_commethod(7)
|
|
66
|
+
def get_DropEffects(self) -> ReceiveArray[WinRT_String]: ...
|
|
67
|
+
DropEffect = property(get_DropEffect, None)
|
|
68
|
+
DropEffects = property(get_DropEffects, None)
|
|
69
|
+
class IExpandCollapseProvider(ComPtr):
|
|
70
|
+
extends: IInspectable
|
|
71
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.Provider.IExpandCollapseProvider'
|
|
72
|
+
_iid_ = Guid('{6cef349c-b181-5d0b-b297-c3b0166120c3}')
|
|
73
|
+
@winrt_commethod(6)
|
|
74
|
+
def get_ExpandCollapseState(self) -> win32more.Microsoft.UI.Xaml.Automation.ExpandCollapseState: ...
|
|
75
|
+
@winrt_commethod(7)
|
|
76
|
+
def Collapse(self) -> Void: ...
|
|
77
|
+
@winrt_commethod(8)
|
|
78
|
+
def Expand(self) -> Void: ...
|
|
79
|
+
ExpandCollapseState = property(get_ExpandCollapseState, None)
|
|
80
|
+
class IGridItemProvider(ComPtr):
|
|
81
|
+
extends: IInspectable
|
|
82
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.Provider.IGridItemProvider'
|
|
83
|
+
_iid_ = Guid('{d2557a0e-6909-5170-a680-60728df339b4}')
|
|
84
|
+
@winrt_commethod(6)
|
|
85
|
+
def get_Column(self) -> Int32: ...
|
|
86
|
+
@winrt_commethod(7)
|
|
87
|
+
def get_ColumnSpan(self) -> Int32: ...
|
|
88
|
+
@winrt_commethod(8)
|
|
89
|
+
def get_ContainingGrid(self) -> win32more.Microsoft.UI.Xaml.Automation.Provider.IRawElementProviderSimple: ...
|
|
90
|
+
@winrt_commethod(9)
|
|
91
|
+
def get_Row(self) -> Int32: ...
|
|
92
|
+
@winrt_commethod(10)
|
|
93
|
+
def get_RowSpan(self) -> Int32: ...
|
|
94
|
+
Column = property(get_Column, None)
|
|
95
|
+
ColumnSpan = property(get_ColumnSpan, None)
|
|
96
|
+
ContainingGrid = property(get_ContainingGrid, None)
|
|
97
|
+
Row = property(get_Row, None)
|
|
98
|
+
RowSpan = property(get_RowSpan, None)
|
|
99
|
+
class IGridProvider(ComPtr):
|
|
100
|
+
extends: IInspectable
|
|
101
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.Provider.IGridProvider'
|
|
102
|
+
_iid_ = Guid('{50992d5e-d225-56e9-a25a-78c372e81955}')
|
|
103
|
+
@winrt_commethod(6)
|
|
104
|
+
def get_ColumnCount(self) -> Int32: ...
|
|
105
|
+
@winrt_commethod(7)
|
|
106
|
+
def get_RowCount(self) -> Int32: ...
|
|
107
|
+
@winrt_commethod(8)
|
|
108
|
+
def GetItem(self, row: Int32, column: Int32) -> win32more.Microsoft.UI.Xaml.Automation.Provider.IRawElementProviderSimple: ...
|
|
109
|
+
ColumnCount = property(get_ColumnCount, None)
|
|
110
|
+
RowCount = property(get_RowCount, None)
|
|
111
|
+
class IIRawElementProviderSimple(ComPtr):
|
|
112
|
+
extends: IInspectable
|
|
113
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.Provider.IIRawElementProviderSimple'
|
|
114
|
+
_iid_ = Guid('{f90bc239-ade2-55c9-a838-a3b0579763c5}')
|
|
115
|
+
class IInvokeProvider(ComPtr):
|
|
116
|
+
extends: IInspectable
|
|
117
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.Provider.IInvokeProvider'
|
|
118
|
+
_iid_ = Guid('{02481105-3378-544d-b4e1-a1b368afbc02}')
|
|
119
|
+
@winrt_commethod(6)
|
|
120
|
+
def Invoke(self) -> Void: ...
|
|
121
|
+
class IItemContainerProvider(ComPtr):
|
|
122
|
+
extends: IInspectable
|
|
123
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.Provider.IItemContainerProvider'
|
|
124
|
+
_iid_ = Guid('{ad297363-694e-5885-997d-a2d6dff415a7}')
|
|
125
|
+
@winrt_commethod(6)
|
|
126
|
+
def FindItemByProperty(self, startAfter: win32more.Microsoft.UI.Xaml.Automation.Provider.IRawElementProviderSimple, automationProperty: win32more.Microsoft.UI.Xaml.Automation.AutomationProperty, value: IInspectable) -> win32more.Microsoft.UI.Xaml.Automation.Provider.IRawElementProviderSimple: ...
|
|
127
|
+
class IMultipleViewProvider(ComPtr):
|
|
128
|
+
extends: IInspectable
|
|
129
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.Provider.IMultipleViewProvider'
|
|
130
|
+
_iid_ = Guid('{60be5484-3d8f-51fd-beab-423422ee1e03}')
|
|
131
|
+
@winrt_commethod(6)
|
|
132
|
+
def get_CurrentView(self) -> Int32: ...
|
|
133
|
+
@winrt_commethod(7)
|
|
134
|
+
def GetSupportedViews(self) -> ReceiveArray[Int32]: ...
|
|
135
|
+
@winrt_commethod(8)
|
|
136
|
+
def GetViewName(self, viewId: Int32) -> WinRT_String: ...
|
|
137
|
+
@winrt_commethod(9)
|
|
138
|
+
def SetCurrentView(self, viewId: Int32) -> Void: ...
|
|
139
|
+
CurrentView = property(get_CurrentView, None)
|
|
140
|
+
class IObjectModelProvider(ComPtr):
|
|
141
|
+
extends: IInspectable
|
|
142
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.Provider.IObjectModelProvider'
|
|
143
|
+
_iid_ = Guid('{92953ed0-4bd8-5624-8e3d-78d45fde9cf2}')
|
|
144
|
+
@winrt_commethod(6)
|
|
145
|
+
def GetUnderlyingObjectModel(self) -> IInspectable: ...
|
|
146
|
+
class IRangeValueProvider(ComPtr):
|
|
147
|
+
extends: IInspectable
|
|
148
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.Provider.IRangeValueProvider'
|
|
149
|
+
_iid_ = Guid('{729ae414-1e8f-5020-82bb-bb574d145fd8}')
|
|
150
|
+
@winrt_commethod(6)
|
|
151
|
+
def get_IsReadOnly(self) -> Boolean: ...
|
|
152
|
+
@winrt_commethod(7)
|
|
153
|
+
def get_LargeChange(self) -> Double: ...
|
|
154
|
+
@winrt_commethod(8)
|
|
155
|
+
def get_Maximum(self) -> Double: ...
|
|
156
|
+
@winrt_commethod(9)
|
|
157
|
+
def get_Minimum(self) -> Double: ...
|
|
158
|
+
@winrt_commethod(10)
|
|
159
|
+
def get_SmallChange(self) -> Double: ...
|
|
160
|
+
@winrt_commethod(11)
|
|
161
|
+
def get_Value(self) -> Double: ...
|
|
162
|
+
@winrt_commethod(12)
|
|
163
|
+
def SetValue(self, value: Double) -> Void: ...
|
|
164
|
+
IsReadOnly = property(get_IsReadOnly, None)
|
|
165
|
+
LargeChange = property(get_LargeChange, None)
|
|
166
|
+
Maximum = property(get_Maximum, None)
|
|
167
|
+
Minimum = property(get_Minimum, None)
|
|
168
|
+
SmallChange = property(get_SmallChange, None)
|
|
169
|
+
Value = property(get_Value, None)
|
|
170
|
+
class IRawElementProviderSimple(ComPtr):
|
|
171
|
+
extends: win32more.Microsoft.UI.Xaml.DependencyObject
|
|
172
|
+
default_interface: win32more.Microsoft.UI.Xaml.Automation.Provider.IIRawElementProviderSimple
|
|
173
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.Provider.IRawElementProviderSimple'
|
|
174
|
+
class IScrollItemProvider(ComPtr):
|
|
175
|
+
extends: IInspectable
|
|
176
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.Provider.IScrollItemProvider'
|
|
177
|
+
_iid_ = Guid('{8a6fb8eb-e5f1-58eb-8e72-8b95f236fc47}')
|
|
178
|
+
@winrt_commethod(6)
|
|
179
|
+
def ScrollIntoView(self) -> Void: ...
|
|
180
|
+
class IScrollProvider(ComPtr):
|
|
181
|
+
extends: IInspectable
|
|
182
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.Provider.IScrollProvider'
|
|
183
|
+
_iid_ = Guid('{7e2e5af3-ff50-5365-bcfe-ef424b2fd590}')
|
|
184
|
+
@winrt_commethod(6)
|
|
185
|
+
def get_HorizontallyScrollable(self) -> Boolean: ...
|
|
186
|
+
@winrt_commethod(7)
|
|
187
|
+
def get_HorizontalScrollPercent(self) -> Double: ...
|
|
188
|
+
@winrt_commethod(8)
|
|
189
|
+
def get_HorizontalViewSize(self) -> Double: ...
|
|
190
|
+
@winrt_commethod(9)
|
|
191
|
+
def get_VerticallyScrollable(self) -> Boolean: ...
|
|
192
|
+
@winrt_commethod(10)
|
|
193
|
+
def get_VerticalScrollPercent(self) -> Double: ...
|
|
194
|
+
@winrt_commethod(11)
|
|
195
|
+
def get_VerticalViewSize(self) -> Double: ...
|
|
196
|
+
@winrt_commethod(12)
|
|
197
|
+
def Scroll(self, horizontalAmount: win32more.Microsoft.UI.Xaml.Automation.ScrollAmount, verticalAmount: win32more.Microsoft.UI.Xaml.Automation.ScrollAmount) -> Void: ...
|
|
198
|
+
@winrt_commethod(13)
|
|
199
|
+
def SetScrollPercent(self, horizontalPercent: Double, verticalPercent: Double) -> Void: ...
|
|
200
|
+
HorizontalScrollPercent = property(get_HorizontalScrollPercent, None)
|
|
201
|
+
HorizontalViewSize = property(get_HorizontalViewSize, None)
|
|
202
|
+
HorizontallyScrollable = property(get_HorizontallyScrollable, None)
|
|
203
|
+
VerticalScrollPercent = property(get_VerticalScrollPercent, None)
|
|
204
|
+
VerticalViewSize = property(get_VerticalViewSize, None)
|
|
205
|
+
VerticallyScrollable = property(get_VerticallyScrollable, None)
|
|
206
|
+
class ISelectionItemProvider(ComPtr):
|
|
207
|
+
extends: IInspectable
|
|
208
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.Provider.ISelectionItemProvider'
|
|
209
|
+
_iid_ = Guid('{c9dfdd81-d4ac-5d31-be7f-24fab16060e4}')
|
|
210
|
+
@winrt_commethod(6)
|
|
211
|
+
def get_IsSelected(self) -> Boolean: ...
|
|
212
|
+
@winrt_commethod(7)
|
|
213
|
+
def get_SelectionContainer(self) -> win32more.Microsoft.UI.Xaml.Automation.Provider.IRawElementProviderSimple: ...
|
|
214
|
+
@winrt_commethod(8)
|
|
215
|
+
def AddToSelection(self) -> Void: ...
|
|
216
|
+
@winrt_commethod(9)
|
|
217
|
+
def RemoveFromSelection(self) -> Void: ...
|
|
218
|
+
@winrt_commethod(10)
|
|
219
|
+
def Select(self) -> Void: ...
|
|
220
|
+
IsSelected = property(get_IsSelected, None)
|
|
221
|
+
SelectionContainer = property(get_SelectionContainer, None)
|
|
222
|
+
class ISelectionProvider(ComPtr):
|
|
223
|
+
extends: IInspectable
|
|
224
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.Provider.ISelectionProvider'
|
|
225
|
+
_iid_ = Guid('{80d56d4e-0052-541f-9411-9d1778b3bfca}')
|
|
226
|
+
@winrt_commethod(6)
|
|
227
|
+
def get_CanSelectMultiple(self) -> Boolean: ...
|
|
228
|
+
@winrt_commethod(7)
|
|
229
|
+
def get_IsSelectionRequired(self) -> Boolean: ...
|
|
230
|
+
@winrt_commethod(8)
|
|
231
|
+
def GetSelection(self) -> ReceiveArray[win32more.Microsoft.UI.Xaml.Automation.Provider.IRawElementProviderSimple]: ...
|
|
232
|
+
CanSelectMultiple = property(get_CanSelectMultiple, None)
|
|
233
|
+
IsSelectionRequired = property(get_IsSelectionRequired, None)
|
|
234
|
+
class ISpreadsheetItemProvider(ComPtr):
|
|
235
|
+
extends: IInspectable
|
|
236
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.Provider.ISpreadsheetItemProvider'
|
|
237
|
+
_iid_ = Guid('{51c1ce89-b21f-592c-8768-0accdefd5738}')
|
|
238
|
+
@winrt_commethod(6)
|
|
239
|
+
def get_Formula(self) -> WinRT_String: ...
|
|
240
|
+
@winrt_commethod(7)
|
|
241
|
+
def GetAnnotationObjects(self) -> ReceiveArray[win32more.Microsoft.UI.Xaml.Automation.Provider.IRawElementProviderSimple]: ...
|
|
242
|
+
@winrt_commethod(8)
|
|
243
|
+
def GetAnnotationTypes(self) -> ReceiveArray[win32more.Microsoft.UI.Xaml.Automation.AnnotationType]: ...
|
|
244
|
+
Formula = property(get_Formula, None)
|
|
245
|
+
class ISpreadsheetProvider(ComPtr):
|
|
246
|
+
extends: IInspectable
|
|
247
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.Provider.ISpreadsheetProvider'
|
|
248
|
+
_iid_ = Guid('{1ff41bac-d9e3-5e48-b5f8-9eab0fb2d9d8}')
|
|
249
|
+
@winrt_commethod(6)
|
|
250
|
+
def GetItemByName(self, name: WinRT_String) -> win32more.Microsoft.UI.Xaml.Automation.Provider.IRawElementProviderSimple: ...
|
|
251
|
+
class IStylesProvider(ComPtr):
|
|
252
|
+
extends: IInspectable
|
|
253
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.Provider.IStylesProvider'
|
|
254
|
+
_iid_ = Guid('{d8895839-0048-54de-9c1f-152de6665e80}')
|
|
255
|
+
@winrt_commethod(6)
|
|
256
|
+
def get_ExtendedProperties(self) -> WinRT_String: ...
|
|
257
|
+
@winrt_commethod(7)
|
|
258
|
+
def get_FillColor(self) -> win32more.Windows.UI.Color: ...
|
|
259
|
+
@winrt_commethod(8)
|
|
260
|
+
def get_FillPatternColor(self) -> win32more.Windows.UI.Color: ...
|
|
261
|
+
@winrt_commethod(9)
|
|
262
|
+
def get_FillPatternStyle(self) -> WinRT_String: ...
|
|
263
|
+
@winrt_commethod(10)
|
|
264
|
+
def get_Shape(self) -> WinRT_String: ...
|
|
265
|
+
@winrt_commethod(11)
|
|
266
|
+
def get_StyleId(self) -> Int32: ...
|
|
267
|
+
@winrt_commethod(12)
|
|
268
|
+
def get_StyleName(self) -> WinRT_String: ...
|
|
269
|
+
ExtendedProperties = property(get_ExtendedProperties, None)
|
|
270
|
+
FillColor = property(get_FillColor, None)
|
|
271
|
+
FillPatternColor = property(get_FillPatternColor, None)
|
|
272
|
+
FillPatternStyle = property(get_FillPatternStyle, None)
|
|
273
|
+
Shape = property(get_Shape, None)
|
|
274
|
+
StyleId = property(get_StyleId, None)
|
|
275
|
+
StyleName = property(get_StyleName, None)
|
|
276
|
+
class ISynchronizedInputProvider(ComPtr):
|
|
277
|
+
extends: IInspectable
|
|
278
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.Provider.ISynchronizedInputProvider'
|
|
279
|
+
_iid_ = Guid('{c5615613-936d-5289-a190-e82057e0ff5a}')
|
|
280
|
+
@winrt_commethod(6)
|
|
281
|
+
def Cancel(self) -> Void: ...
|
|
282
|
+
@winrt_commethod(7)
|
|
283
|
+
def StartListening(self, inputType: win32more.Microsoft.UI.Xaml.Automation.SynchronizedInputType) -> Void: ...
|
|
284
|
+
class ITableItemProvider(ComPtr):
|
|
285
|
+
extends: IInspectable
|
|
286
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.Provider.ITableItemProvider'
|
|
287
|
+
_iid_ = Guid('{6ce6f038-54d4-5553-a4ad-03cbcf358197}')
|
|
288
|
+
@winrt_commethod(6)
|
|
289
|
+
def GetColumnHeaderItems(self) -> ReceiveArray[win32more.Microsoft.UI.Xaml.Automation.Provider.IRawElementProviderSimple]: ...
|
|
290
|
+
@winrt_commethod(7)
|
|
291
|
+
def GetRowHeaderItems(self) -> ReceiveArray[win32more.Microsoft.UI.Xaml.Automation.Provider.IRawElementProviderSimple]: ...
|
|
292
|
+
class ITableProvider(ComPtr):
|
|
293
|
+
extends: IInspectable
|
|
294
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.Provider.ITableProvider'
|
|
295
|
+
_iid_ = Guid('{9aba6724-b22d-5db8-8abb-81f911f18af2}')
|
|
296
|
+
@winrt_commethod(6)
|
|
297
|
+
def get_RowOrColumnMajor(self) -> win32more.Microsoft.UI.Xaml.Automation.RowOrColumnMajor: ...
|
|
298
|
+
@winrt_commethod(7)
|
|
299
|
+
def GetColumnHeaders(self) -> ReceiveArray[win32more.Microsoft.UI.Xaml.Automation.Provider.IRawElementProviderSimple]: ...
|
|
300
|
+
@winrt_commethod(8)
|
|
301
|
+
def GetRowHeaders(self) -> ReceiveArray[win32more.Microsoft.UI.Xaml.Automation.Provider.IRawElementProviderSimple]: ...
|
|
302
|
+
RowOrColumnMajor = property(get_RowOrColumnMajor, None)
|
|
303
|
+
class ITextChildProvider(ComPtr):
|
|
304
|
+
extends: IInspectable
|
|
305
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.Provider.ITextChildProvider'
|
|
306
|
+
_iid_ = Guid('{7c72e55f-f75d-5522-aeb5-c1f82c32933b}')
|
|
307
|
+
@winrt_commethod(6)
|
|
308
|
+
def get_TextContainer(self) -> win32more.Microsoft.UI.Xaml.Automation.Provider.IRawElementProviderSimple: ...
|
|
309
|
+
@winrt_commethod(7)
|
|
310
|
+
def get_TextRange(self) -> win32more.Microsoft.UI.Xaml.Automation.Provider.ITextRangeProvider: ...
|
|
311
|
+
TextContainer = property(get_TextContainer, None)
|
|
312
|
+
TextRange = property(get_TextRange, None)
|
|
313
|
+
class ITextEditProvider(ComPtr):
|
|
314
|
+
extends: IInspectable
|
|
315
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.Provider.ITextEditProvider'
|
|
316
|
+
_iid_ = Guid('{7f09bbe8-bea7-5dd3-ba6b-28dbb402fad4}')
|
|
317
|
+
@winrt_commethod(6)
|
|
318
|
+
def GetActiveComposition(self) -> win32more.Microsoft.UI.Xaml.Automation.Provider.ITextRangeProvider: ...
|
|
319
|
+
@winrt_commethod(7)
|
|
320
|
+
def GetConversionTarget(self) -> win32more.Microsoft.UI.Xaml.Automation.Provider.ITextRangeProvider: ...
|
|
321
|
+
class ITextProvider(ComPtr):
|
|
322
|
+
extends: IInspectable
|
|
323
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.Provider.ITextProvider'
|
|
324
|
+
_iid_ = Guid('{37e7dce6-fe7a-56a7-a47a-9462872c67ef}')
|
|
325
|
+
@winrt_commethod(6)
|
|
326
|
+
def get_DocumentRange(self) -> win32more.Microsoft.UI.Xaml.Automation.Provider.ITextRangeProvider: ...
|
|
327
|
+
@winrt_commethod(7)
|
|
328
|
+
def get_SupportedTextSelection(self) -> win32more.Microsoft.UI.Xaml.Automation.SupportedTextSelection: ...
|
|
329
|
+
@winrt_commethod(8)
|
|
330
|
+
def GetSelection(self) -> ReceiveArray[win32more.Microsoft.UI.Xaml.Automation.Provider.ITextRangeProvider]: ...
|
|
331
|
+
@winrt_commethod(9)
|
|
332
|
+
def GetVisibleRanges(self) -> ReceiveArray[win32more.Microsoft.UI.Xaml.Automation.Provider.ITextRangeProvider]: ...
|
|
333
|
+
@winrt_commethod(10)
|
|
334
|
+
def RangeFromChild(self, childElement: win32more.Microsoft.UI.Xaml.Automation.Provider.IRawElementProviderSimple) -> win32more.Microsoft.UI.Xaml.Automation.Provider.ITextRangeProvider: ...
|
|
335
|
+
@winrt_commethod(11)
|
|
336
|
+
def RangeFromPoint(self, screenLocation: win32more.Windows.Foundation.Point) -> win32more.Microsoft.UI.Xaml.Automation.Provider.ITextRangeProvider: ...
|
|
337
|
+
DocumentRange = property(get_DocumentRange, None)
|
|
338
|
+
SupportedTextSelection = property(get_SupportedTextSelection, None)
|
|
339
|
+
class ITextProvider2(ComPtr):
|
|
340
|
+
extends: IInspectable
|
|
341
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.Provider.ITextProvider2'
|
|
342
|
+
_iid_ = Guid('{6844f012-c7e6-5763-ba04-5b6db910cd34}')
|
|
343
|
+
@winrt_commethod(6)
|
|
344
|
+
def RangeFromAnnotation(self, annotationElement: win32more.Microsoft.UI.Xaml.Automation.Provider.IRawElementProviderSimple) -> win32more.Microsoft.UI.Xaml.Automation.Provider.ITextRangeProvider: ...
|
|
345
|
+
@winrt_commethod(7)
|
|
346
|
+
def GetCaretRange(self, isActive: POINTER(Boolean)) -> win32more.Microsoft.UI.Xaml.Automation.Provider.ITextRangeProvider: ...
|
|
347
|
+
class ITextRangeProvider(ComPtr):
|
|
348
|
+
extends: IInspectable
|
|
349
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.Provider.ITextRangeProvider'
|
|
350
|
+
_iid_ = Guid('{84210361-6ce2-5084-bf3b-28afa6e9851f}')
|
|
351
|
+
@winrt_commethod(6)
|
|
352
|
+
def Clone(self) -> win32more.Microsoft.UI.Xaml.Automation.Provider.ITextRangeProvider: ...
|
|
353
|
+
@winrt_commethod(7)
|
|
354
|
+
def Compare(self, textRangeProvider: win32more.Microsoft.UI.Xaml.Automation.Provider.ITextRangeProvider) -> Boolean: ...
|
|
355
|
+
@winrt_commethod(8)
|
|
356
|
+
def CompareEndpoints(self, endpoint: win32more.Microsoft.UI.Xaml.Automation.Text.TextPatternRangeEndpoint, textRangeProvider: win32more.Microsoft.UI.Xaml.Automation.Provider.ITextRangeProvider, targetEndpoint: win32more.Microsoft.UI.Xaml.Automation.Text.TextPatternRangeEndpoint) -> Int32: ...
|
|
357
|
+
@winrt_commethod(9)
|
|
358
|
+
def ExpandToEnclosingUnit(self, unit: win32more.Microsoft.UI.Xaml.Automation.Text.TextUnit) -> Void: ...
|
|
359
|
+
@winrt_commethod(10)
|
|
360
|
+
def FindAttribute(self, attributeId: Int32, value: IInspectable, backward: Boolean) -> win32more.Microsoft.UI.Xaml.Automation.Provider.ITextRangeProvider: ...
|
|
361
|
+
@winrt_commethod(11)
|
|
362
|
+
def FindText(self, text: WinRT_String, backward: Boolean, ignoreCase: Boolean) -> win32more.Microsoft.UI.Xaml.Automation.Provider.ITextRangeProvider: ...
|
|
363
|
+
@winrt_commethod(12)
|
|
364
|
+
def GetAttributeValue(self, attributeId: Int32) -> IInspectable: ...
|
|
365
|
+
@winrt_commethod(13)
|
|
366
|
+
def GetBoundingRectangles(self, returnValue: ReceiveArray[Double]) -> Void: ...
|
|
367
|
+
@winrt_commethod(14)
|
|
368
|
+
def GetEnclosingElement(self) -> win32more.Microsoft.UI.Xaml.Automation.Provider.IRawElementProviderSimple: ...
|
|
369
|
+
@winrt_commethod(15)
|
|
370
|
+
def GetText(self, maxLength: Int32) -> WinRT_String: ...
|
|
371
|
+
@winrt_commethod(16)
|
|
372
|
+
def Move(self, unit: win32more.Microsoft.UI.Xaml.Automation.Text.TextUnit, count: Int32) -> Int32: ...
|
|
373
|
+
@winrt_commethod(17)
|
|
374
|
+
def MoveEndpointByUnit(self, endpoint: win32more.Microsoft.UI.Xaml.Automation.Text.TextPatternRangeEndpoint, unit: win32more.Microsoft.UI.Xaml.Automation.Text.TextUnit, count: Int32) -> Int32: ...
|
|
375
|
+
@winrt_commethod(18)
|
|
376
|
+
def MoveEndpointByRange(self, endpoint: win32more.Microsoft.UI.Xaml.Automation.Text.TextPatternRangeEndpoint, textRangeProvider: win32more.Microsoft.UI.Xaml.Automation.Provider.ITextRangeProvider, targetEndpoint: win32more.Microsoft.UI.Xaml.Automation.Text.TextPatternRangeEndpoint) -> Void: ...
|
|
377
|
+
@winrt_commethod(19)
|
|
378
|
+
def Select(self) -> Void: ...
|
|
379
|
+
@winrt_commethod(20)
|
|
380
|
+
def AddToSelection(self) -> Void: ...
|
|
381
|
+
@winrt_commethod(21)
|
|
382
|
+
def RemoveFromSelection(self) -> Void: ...
|
|
383
|
+
@winrt_commethod(22)
|
|
384
|
+
def ScrollIntoView(self, alignToTop: Boolean) -> Void: ...
|
|
385
|
+
@winrt_commethod(23)
|
|
386
|
+
def GetChildren(self) -> ReceiveArray[win32more.Microsoft.UI.Xaml.Automation.Provider.IRawElementProviderSimple]: ...
|
|
387
|
+
class ITextRangeProvider2(ComPtr):
|
|
388
|
+
extends: IInspectable
|
|
389
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.Provider.ITextRangeProvider2'
|
|
390
|
+
_iid_ = Guid('{34d4a80e-36bb-5362-a53b-490428a8b367}')
|
|
391
|
+
@winrt_commethod(6)
|
|
392
|
+
def ShowContextMenu(self) -> Void: ...
|
|
393
|
+
class IToggleProvider(ComPtr):
|
|
394
|
+
extends: IInspectable
|
|
395
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.Provider.IToggleProvider'
|
|
396
|
+
_iid_ = Guid('{021080c2-30a9-52ef-bc32-2b79847b6ba7}')
|
|
397
|
+
@winrt_commethod(6)
|
|
398
|
+
def get_ToggleState(self) -> win32more.Microsoft.UI.Xaml.Automation.ToggleState: ...
|
|
399
|
+
@winrt_commethod(7)
|
|
400
|
+
def Toggle(self) -> Void: ...
|
|
401
|
+
ToggleState = property(get_ToggleState, None)
|
|
402
|
+
class ITransformProvider(ComPtr):
|
|
403
|
+
extends: IInspectable
|
|
404
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.Provider.ITransformProvider'
|
|
405
|
+
_iid_ = Guid('{6fd76988-8f52-5ef2-a826-9c8c4951c911}')
|
|
406
|
+
@winrt_commethod(6)
|
|
407
|
+
def get_CanMove(self) -> Boolean: ...
|
|
408
|
+
@winrt_commethod(7)
|
|
409
|
+
def get_CanResize(self) -> Boolean: ...
|
|
410
|
+
@winrt_commethod(8)
|
|
411
|
+
def get_CanRotate(self) -> Boolean: ...
|
|
412
|
+
@winrt_commethod(9)
|
|
413
|
+
def Move(self, x: Double, y: Double) -> Void: ...
|
|
414
|
+
@winrt_commethod(10)
|
|
415
|
+
def Resize(self, width: Double, height: Double) -> Void: ...
|
|
416
|
+
@winrt_commethod(11)
|
|
417
|
+
def Rotate(self, degrees: Double) -> Void: ...
|
|
418
|
+
CanMove = property(get_CanMove, None)
|
|
419
|
+
CanResize = property(get_CanResize, None)
|
|
420
|
+
CanRotate = property(get_CanRotate, None)
|
|
421
|
+
class ITransformProvider2(ComPtr):
|
|
422
|
+
extends: IInspectable
|
|
423
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.Provider.ITransformProvider2'
|
|
424
|
+
_iid_ = Guid('{7d91d02d-8401-5cf8-bbc4-47391a524215}')
|
|
425
|
+
@winrt_commethod(6)
|
|
426
|
+
def get_CanZoom(self) -> Boolean: ...
|
|
427
|
+
@winrt_commethod(7)
|
|
428
|
+
def get_ZoomLevel(self) -> Double: ...
|
|
429
|
+
@winrt_commethod(8)
|
|
430
|
+
def get_MaxZoom(self) -> Double: ...
|
|
431
|
+
@winrt_commethod(9)
|
|
432
|
+
def get_MinZoom(self) -> Double: ...
|
|
433
|
+
@winrt_commethod(10)
|
|
434
|
+
def Zoom(self, zoom: Double) -> Void: ...
|
|
435
|
+
@winrt_commethod(11)
|
|
436
|
+
def ZoomByUnit(self, zoomUnit: win32more.Microsoft.UI.Xaml.Automation.ZoomUnit) -> Void: ...
|
|
437
|
+
CanZoom = property(get_CanZoom, None)
|
|
438
|
+
MaxZoom = property(get_MaxZoom, None)
|
|
439
|
+
MinZoom = property(get_MinZoom, None)
|
|
440
|
+
ZoomLevel = property(get_ZoomLevel, None)
|
|
441
|
+
class IValueProvider(ComPtr):
|
|
442
|
+
extends: IInspectable
|
|
443
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.Provider.IValueProvider'
|
|
444
|
+
_iid_ = Guid('{984f11cf-4611-588e-b52e-b96a12322c71}')
|
|
445
|
+
@winrt_commethod(6)
|
|
446
|
+
def get_IsReadOnly(self) -> Boolean: ...
|
|
447
|
+
@winrt_commethod(7)
|
|
448
|
+
def get_Value(self) -> WinRT_String: ...
|
|
449
|
+
@winrt_commethod(8)
|
|
450
|
+
def SetValue(self, value: WinRT_String) -> Void: ...
|
|
451
|
+
IsReadOnly = property(get_IsReadOnly, None)
|
|
452
|
+
Value = property(get_Value, None)
|
|
453
|
+
class IVirtualizedItemProvider(ComPtr):
|
|
454
|
+
extends: IInspectable
|
|
455
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.Provider.IVirtualizedItemProvider'
|
|
456
|
+
_iid_ = Guid('{098f858a-2e63-5985-ab87-f8ebdb1c5740}')
|
|
457
|
+
@winrt_commethod(6)
|
|
458
|
+
def Realize(self) -> Void: ...
|
|
459
|
+
class IWindowProvider(ComPtr):
|
|
460
|
+
extends: IInspectable
|
|
461
|
+
_classid_ = 'Microsoft.UI.Xaml.Automation.Provider.IWindowProvider'
|
|
462
|
+
_iid_ = Guid('{83f1df99-9ddf-575e-a651-2ee657fd16e0}')
|
|
463
|
+
@winrt_commethod(6)
|
|
464
|
+
def get_IsModal(self) -> Boolean: ...
|
|
465
|
+
@winrt_commethod(7)
|
|
466
|
+
def get_IsTopmost(self) -> Boolean: ...
|
|
467
|
+
@winrt_commethod(8)
|
|
468
|
+
def get_Maximizable(self) -> Boolean: ...
|
|
469
|
+
@winrt_commethod(9)
|
|
470
|
+
def get_Minimizable(self) -> Boolean: ...
|
|
471
|
+
@winrt_commethod(10)
|
|
472
|
+
def get_InteractionState(self) -> win32more.Microsoft.UI.Xaml.Automation.WindowInteractionState: ...
|
|
473
|
+
@winrt_commethod(11)
|
|
474
|
+
def get_VisualState(self) -> win32more.Microsoft.UI.Xaml.Automation.WindowVisualState: ...
|
|
475
|
+
@winrt_commethod(12)
|
|
476
|
+
def Close(self) -> Void: ...
|
|
477
|
+
@winrt_commethod(13)
|
|
478
|
+
def SetVisualState(self, state: win32more.Microsoft.UI.Xaml.Automation.WindowVisualState) -> Void: ...
|
|
479
|
+
@winrt_commethod(14)
|
|
480
|
+
def WaitForInputIdle(self, milliseconds: Int32) -> Boolean: ...
|
|
481
|
+
InteractionState = property(get_InteractionState, None)
|
|
482
|
+
IsModal = property(get_IsModal, None)
|
|
483
|
+
IsTopmost = property(get_IsTopmost, None)
|
|
484
|
+
Maximizable = property(get_Maximizable, None)
|
|
485
|
+
Minimizable = property(get_Minimizable, None)
|
|
486
|
+
VisualState = property(get_VisualState, None)
|
|
487
|
+
|
|
488
|
+
|
|
489
|
+
make_ready(__name__)
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
from __future__ import annotations
|
|
2
|
+
from win32more.winrt.prelude import *
|
|
3
|
+
import win32more.Microsoft.UI.Xaml.Automation.Text
|
|
4
|
+
class TextPatternRangeEndpoint(Enum, Int32):
|
|
5
|
+
Start = 0
|
|
6
|
+
End = 1
|
|
7
|
+
class TextUnit(Enum, Int32):
|
|
8
|
+
Character = 0
|
|
9
|
+
Format = 1
|
|
10
|
+
Word = 2
|
|
11
|
+
Line = 3
|
|
12
|
+
Paragraph = 4
|
|
13
|
+
Page = 5
|
|
14
|
+
Document = 6
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
make_ready(__name__)
|