aspose-html-net 24.6.0__py3-none-win_amd64.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (347) hide show
  1. .__pyi_patched +0 -0
  2. aspose/__init__.py +139 -0
  3. aspose/__pyinstaller/__init__.pyi +1 -0
  4. aspose/__pyinstaller/hook-aspose.py +10 -0
  5. aspose/assemblies/html/Aspose.HTML.dll +0 -0
  6. aspose/assemblies/html/Microsoft.Extensions.Logging.Abstractions.dll +0 -0
  7. aspose/assemblies/html/Microsoft.Win32.SystemEvents.dll +0 -0
  8. aspose/assemblies/html/System.Diagnostics.DiagnosticSource.dll +0 -0
  9. aspose/assemblies/html/System.Drawing.Common.dll +0 -0
  10. aspose/assemblies/html/System.Runtime.CompilerServices.Unsafe.dll +0 -0
  11. aspose/assemblies/html/System.Security.AccessControl.dll +0 -0
  12. aspose/assemblies/html/System.Security.Permissions.dll +0 -0
  13. aspose/assemblies/html/System.Security.Principal.Windows.dll +0 -0
  14. aspose/assemblies/html/System.Windows.Extensions.dll +0 -0
  15. aspose/assemblies/html/WrpInterop.Aspose.Html.dll +0 -0
  16. aspose/assemblies/pycore/WrpInterop.Aspose.PyCore.dll +0 -0
  17. aspose/assemblies/pydrawing/Microsoft.Win32.SystemEvents.dll +0 -0
  18. aspose/assemblies/pydrawing/System.Drawing.Common.dll +0 -0
  19. aspose/assemblies/pydrawing/WrpInterop.Aspose.PyDrawing.dll +0 -0
  20. aspose/assemblies/pygc/Aspose.PyGC.dll +0 -0
  21. aspose/assemblies/pyreflection/WrpInterop.Aspose.PyReflection.dll +0 -0
  22. aspose/html/__init__.pyi +40753 -0
  23. aspose/html/__pyinstaller/__init__.pyi +1 -0
  24. aspose/html/__pyinstaller/hook-aspose.html.py +9 -0
  25. aspose/html/accessibility/__init__.pyi +469 -0
  26. aspose/html/accessibility/results/__init__.pyi +106 -0
  27. aspose/html/accessibility/saving/__init__.pyi +78 -0
  28. aspose/html/collections/__init__.pyi +246 -0
  29. aspose/html/converters/__init__.pyi +2793 -0
  30. aspose/html/diagnostics/__init__.pyi +72 -0
  31. aspose/html/dom/__init__.pyi +6456 -0
  32. aspose/html/dom/attributes/__init__.pyi +144 -0
  33. aspose/html/dom/canvas/__init__.pyi +1103 -0
  34. aspose/html/dom/css/__init__.pyi +3487 -0
  35. aspose/html/dom/events/__init__.pyi +1397 -0
  36. aspose/html/dom/mutations/__init__.pyi +259 -0
  37. aspose/html/dom/svg/__init__.pyi +30800 -0
  38. aspose/html/dom/svg/datatypes/__init__.pyi +1247 -0
  39. aspose/html/dom/svg/events/__init__.pyi +279 -0
  40. aspose/html/dom/svg/filters/__init__.pyi +15600 -0
  41. aspose/html/dom/svg/paths/__init__.pyi +3466 -0
  42. aspose/html/dom/svg/saving/__init__.pyi +83 -0
  43. aspose/html/dom/traversal/__init__.pyi +461 -0
  44. aspose/html/dom/traversal/filters/__init__.pyi +200 -0
  45. aspose/html/dom/views/__init__.pyi +79 -0
  46. aspose/html/dom/xpath/__init__.pyi +317 -0
  47. aspose/html/drawing/__init__.pyi +2720 -0
  48. aspose/html/forms/__init__.pyi +998 -0
  49. aspose/html/io/__init__.pyi +219 -0
  50. aspose/html/loading/__init__.pyi +68 -0
  51. aspose/html/net/__init__.pyi +513 -0
  52. aspose/html/net/headers/__init__.pyi +147 -0
  53. aspose/html/net/messagefilters/__init__.pyi +67 -0
  54. aspose/html/net/messagehandlers/__init__.pyi +103 -0
  55. aspose/html/rendering/__init__.pyi +797 -0
  56. aspose/html/rendering/doc/__init__.pyi +282 -0
  57. aspose/html/rendering/fonts/__init__.pyi +90 -0
  58. aspose/html/rendering/image/__init__.pyi +360 -0
  59. aspose/html/rendering/pdf/__init__.pyi +375 -0
  60. aspose/html/rendering/pdf/encryption/__init__.pyi +171 -0
  61. aspose/html/rendering/xps/__init__.pyi +237 -0
  62. aspose/html/saving/__init__.pyi +751 -0
  63. aspose/html/saving/resourcehandlers/__init__.pyi +95 -0
  64. aspose/html/services/__init__.pyi +167 -0
  65. aspose/html/toolkit/__init__.pyi +55 -0
  66. aspose/html/toolkit/markdown/__init__.pyi +55 -0
  67. aspose/html/toolkit/markdown/syntax/__init__.pyi +6184 -0
  68. aspose/html/toolkit/markdown/syntax/extensions/__init__.pyi +549 -0
  69. aspose/html/toolkit/markdown/syntax/parser/__init__.pyi +631 -0
  70. aspose/html/toolkit/markdown/syntax/parser/extensions/__init__.pyi +55 -0
  71. aspose/html/toolkit/markdown/syntax/parser/extensions/gfm/__init__.pyi +66 -0
  72. aspose/html/toolkit/markdown/syntax/text/__init__.pyi +358 -0
  73. aspose/html/toolkit/optimizers/__init__.pyi +233 -0
  74. aspose/html/window/__init__.pyi +490 -0
  75. aspose/html.cp310-win_amd64.pyd +0 -0
  76. aspose/html.cp311-win_amd64.pyd +0 -0
  77. aspose/html.cp35-win_amd64.pyd +0 -0
  78. aspose/html.cp36-win_amd64.pyd +0 -0
  79. aspose/html.cp37-win_amd64.pyd +0 -0
  80. aspose/html.cp38-win_amd64.pyd +0 -0
  81. aspose/html.cp39-win_amd64.pyd +0 -0
  82. aspose/netcore/netcore3.1/Microsoft.CSharp.dll +0 -0
  83. aspose/netcore/netcore3.1/Microsoft.DiaSymReader.Native.amd64.dll +0 -0
  84. aspose/netcore/netcore3.1/Microsoft.VisualBasic.Core.dll +0 -0
  85. aspose/netcore/netcore3.1/Microsoft.VisualBasic.dll +0 -0
  86. aspose/netcore/netcore3.1/Microsoft.Win32.Primitives.dll +0 -0
  87. aspose/netcore/netcore3.1/Microsoft.Win32.Registry.dll +0 -0
  88. aspose/netcore/netcore3.1/SOS_README.md +5 -0
  89. aspose/netcore/netcore3.1/System.AppContext.dll +0 -0
  90. aspose/netcore/netcore3.1/System.Buffers.dll +0 -0
  91. aspose/netcore/netcore3.1/System.Collections.Concurrent.dll +0 -0
  92. aspose/netcore/netcore3.1/System.Collections.Immutable.dll +0 -0
  93. aspose/netcore/netcore3.1/System.Collections.NonGeneric.dll +0 -0
  94. aspose/netcore/netcore3.1/System.Collections.Specialized.dll +0 -0
  95. aspose/netcore/netcore3.1/System.Collections.dll +0 -0
  96. aspose/netcore/netcore3.1/System.ComponentModel.Annotations.dll +0 -0
  97. aspose/netcore/netcore3.1/System.ComponentModel.DataAnnotations.dll +0 -0
  98. aspose/netcore/netcore3.1/System.ComponentModel.EventBasedAsync.dll +0 -0
  99. aspose/netcore/netcore3.1/System.ComponentModel.Primitives.dll +0 -0
  100. aspose/netcore/netcore3.1/System.ComponentModel.TypeConverter.dll +0 -0
  101. aspose/netcore/netcore3.1/System.ComponentModel.dll +0 -0
  102. aspose/netcore/netcore3.1/System.Configuration.dll +0 -0
  103. aspose/netcore/netcore3.1/System.Console.dll +0 -0
  104. aspose/netcore/netcore3.1/System.Core.dll +0 -0
  105. aspose/netcore/netcore3.1/System.Data.Common.dll +0 -0
  106. aspose/netcore/netcore3.1/System.Data.DataSetExtensions.dll +0 -0
  107. aspose/netcore/netcore3.1/System.Data.dll +0 -0
  108. aspose/netcore/netcore3.1/System.Diagnostics.Contracts.dll +0 -0
  109. aspose/netcore/netcore3.1/System.Diagnostics.Debug.dll +0 -0
  110. aspose/netcore/netcore3.1/System.Diagnostics.DiagnosticSource.dll +0 -0
  111. aspose/netcore/netcore3.1/System.Diagnostics.FileVersionInfo.dll +0 -0
  112. aspose/netcore/netcore3.1/System.Diagnostics.Process.dll +0 -0
  113. aspose/netcore/netcore3.1/System.Diagnostics.StackTrace.dll +0 -0
  114. aspose/netcore/netcore3.1/System.Diagnostics.TextWriterTraceListener.dll +0 -0
  115. aspose/netcore/netcore3.1/System.Diagnostics.Tools.dll +0 -0
  116. aspose/netcore/netcore3.1/System.Diagnostics.TraceSource.dll +0 -0
  117. aspose/netcore/netcore3.1/System.Diagnostics.Tracing.dll +0 -0
  118. aspose/netcore/netcore3.1/System.Drawing.Primitives.dll +0 -0
  119. aspose/netcore/netcore3.1/System.Drawing.dll +0 -0
  120. aspose/netcore/netcore3.1/System.Dynamic.Runtime.dll +0 -0
  121. aspose/netcore/netcore3.1/System.Globalization.Calendars.dll +0 -0
  122. aspose/netcore/netcore3.1/System.Globalization.Extensions.dll +0 -0
  123. aspose/netcore/netcore3.1/System.Globalization.dll +0 -0
  124. aspose/netcore/netcore3.1/System.IO.Compression.Brotli.dll +0 -0
  125. aspose/netcore/netcore3.1/System.IO.Compression.FileSystem.dll +0 -0
  126. aspose/netcore/netcore3.1/System.IO.Compression.ZipFile.dll +0 -0
  127. aspose/netcore/netcore3.1/System.IO.Compression.dll +0 -0
  128. aspose/netcore/netcore3.1/System.IO.FileSystem.AccessControl.dll +0 -0
  129. aspose/netcore/netcore3.1/System.IO.FileSystem.DriveInfo.dll +0 -0
  130. aspose/netcore/netcore3.1/System.IO.FileSystem.Primitives.dll +0 -0
  131. aspose/netcore/netcore3.1/System.IO.FileSystem.Watcher.dll +0 -0
  132. aspose/netcore/netcore3.1/System.IO.FileSystem.dll +0 -0
  133. aspose/netcore/netcore3.1/System.IO.IsolatedStorage.dll +0 -0
  134. aspose/netcore/netcore3.1/System.IO.MemoryMappedFiles.dll +0 -0
  135. aspose/netcore/netcore3.1/System.IO.Pipes.AccessControl.dll +0 -0
  136. aspose/netcore/netcore3.1/System.IO.Pipes.dll +0 -0
  137. aspose/netcore/netcore3.1/System.IO.UnmanagedMemoryStream.dll +0 -0
  138. aspose/netcore/netcore3.1/System.IO.dll +0 -0
  139. aspose/netcore/netcore3.1/System.Linq.Expressions.dll +0 -0
  140. aspose/netcore/netcore3.1/System.Linq.Parallel.dll +0 -0
  141. aspose/netcore/netcore3.1/System.Linq.Queryable.dll +0 -0
  142. aspose/netcore/netcore3.1/System.Linq.dll +0 -0
  143. aspose/netcore/netcore3.1/System.Memory.dll +0 -0
  144. aspose/netcore/netcore3.1/System.Net.Http.dll +0 -0
  145. aspose/netcore/netcore3.1/System.Net.HttpListener.dll +0 -0
  146. aspose/netcore/netcore3.1/System.Net.Mail.dll +0 -0
  147. aspose/netcore/netcore3.1/System.Net.NameResolution.dll +0 -0
  148. aspose/netcore/netcore3.1/System.Net.NetworkInformation.dll +0 -0
  149. aspose/netcore/netcore3.1/System.Net.Ping.dll +0 -0
  150. aspose/netcore/netcore3.1/System.Net.Primitives.dll +0 -0
  151. aspose/netcore/netcore3.1/System.Net.Requests.dll +0 -0
  152. aspose/netcore/netcore3.1/System.Net.Security.dll +0 -0
  153. aspose/netcore/netcore3.1/System.Net.ServicePoint.dll +0 -0
  154. aspose/netcore/netcore3.1/System.Net.Sockets.dll +0 -0
  155. aspose/netcore/netcore3.1/System.Net.WebClient.dll +0 -0
  156. aspose/netcore/netcore3.1/System.Net.WebHeaderCollection.dll +0 -0
  157. aspose/netcore/netcore3.1/System.Net.WebProxy.dll +0 -0
  158. aspose/netcore/netcore3.1/System.Net.WebSockets.Client.dll +0 -0
  159. aspose/netcore/netcore3.1/System.Net.WebSockets.dll +0 -0
  160. aspose/netcore/netcore3.1/System.Net.dll +0 -0
  161. aspose/netcore/netcore3.1/System.Numerics.Vectors.dll +0 -0
  162. aspose/netcore/netcore3.1/System.Numerics.dll +0 -0
  163. aspose/netcore/netcore3.1/System.ObjectModel.dll +0 -0
  164. aspose/netcore/netcore3.1/System.Private.CoreLib.dll +0 -0
  165. aspose/netcore/netcore3.1/System.Private.DataContractSerialization.dll +0 -0
  166. aspose/netcore/netcore3.1/System.Private.Uri.dll +0 -0
  167. aspose/netcore/netcore3.1/System.Private.Xml.Linq.dll +0 -0
  168. aspose/netcore/netcore3.1/System.Private.Xml.dll +0 -0
  169. aspose/netcore/netcore3.1/System.Reflection.DispatchProxy.dll +0 -0
  170. aspose/netcore/netcore3.1/System.Reflection.Emit.ILGeneration.dll +0 -0
  171. aspose/netcore/netcore3.1/System.Reflection.Emit.Lightweight.dll +0 -0
  172. aspose/netcore/netcore3.1/System.Reflection.Emit.dll +0 -0
  173. aspose/netcore/netcore3.1/System.Reflection.Extensions.dll +0 -0
  174. aspose/netcore/netcore3.1/System.Reflection.Metadata.dll +0 -0
  175. aspose/netcore/netcore3.1/System.Reflection.Primitives.dll +0 -0
  176. aspose/netcore/netcore3.1/System.Reflection.TypeExtensions.dll +0 -0
  177. aspose/netcore/netcore3.1/System.Reflection.dll +0 -0
  178. aspose/netcore/netcore3.1/System.Resources.Reader.dll +0 -0
  179. aspose/netcore/netcore3.1/System.Resources.ResourceManager.dll +0 -0
  180. aspose/netcore/netcore3.1/System.Resources.Writer.dll +0 -0
  181. aspose/netcore/netcore3.1/System.Runtime.CompilerServices.Unsafe.dll +0 -0
  182. aspose/netcore/netcore3.1/System.Runtime.CompilerServices.VisualC.dll +0 -0
  183. aspose/netcore/netcore3.1/System.Runtime.Extensions.dll +0 -0
  184. aspose/netcore/netcore3.1/System.Runtime.Handles.dll +0 -0
  185. aspose/netcore/netcore3.1/System.Runtime.InteropServices.RuntimeInformation.dll +0 -0
  186. aspose/netcore/netcore3.1/System.Runtime.InteropServices.WindowsRuntime.dll +0 -0
  187. aspose/netcore/netcore3.1/System.Runtime.InteropServices.dll +0 -0
  188. aspose/netcore/netcore3.1/System.Runtime.Intrinsics.dll +0 -0
  189. aspose/netcore/netcore3.1/System.Runtime.Loader.dll +0 -0
  190. aspose/netcore/netcore3.1/System.Runtime.Numerics.dll +0 -0
  191. aspose/netcore/netcore3.1/System.Runtime.Serialization.Formatters.dll +0 -0
  192. aspose/netcore/netcore3.1/System.Runtime.Serialization.Json.dll +0 -0
  193. aspose/netcore/netcore3.1/System.Runtime.Serialization.Primitives.dll +0 -0
  194. aspose/netcore/netcore3.1/System.Runtime.Serialization.Xml.dll +0 -0
  195. aspose/netcore/netcore3.1/System.Runtime.Serialization.dll +0 -0
  196. aspose/netcore/netcore3.1/System.Runtime.WindowsRuntime.UI.Xaml.dll +0 -0
  197. aspose/netcore/netcore3.1/System.Runtime.WindowsRuntime.dll +0 -0
  198. aspose/netcore/netcore3.1/System.Runtime.dll +0 -0
  199. aspose/netcore/netcore3.1/System.Security.AccessControl.dll +0 -0
  200. aspose/netcore/netcore3.1/System.Security.Claims.dll +0 -0
  201. aspose/netcore/netcore3.1/System.Security.Cryptography.Algorithms.dll +0 -0
  202. aspose/netcore/netcore3.1/System.Security.Cryptography.Cng.dll +0 -0
  203. aspose/netcore/netcore3.1/System.Security.Cryptography.Csp.dll +0 -0
  204. aspose/netcore/netcore3.1/System.Security.Cryptography.Encoding.dll +0 -0
  205. aspose/netcore/netcore3.1/System.Security.Cryptography.OpenSsl.dll +0 -0
  206. aspose/netcore/netcore3.1/System.Security.Cryptography.Primitives.dll +0 -0
  207. aspose/netcore/netcore3.1/System.Security.Cryptography.X509Certificates.dll +0 -0
  208. aspose/netcore/netcore3.1/System.Security.Principal.Windows.dll +0 -0
  209. aspose/netcore/netcore3.1/System.Security.Principal.dll +0 -0
  210. aspose/netcore/netcore3.1/System.Security.SecureString.dll +0 -0
  211. aspose/netcore/netcore3.1/System.Security.dll +0 -0
  212. aspose/netcore/netcore3.1/System.ServiceModel.Web.dll +0 -0
  213. aspose/netcore/netcore3.1/System.ServiceProcess.dll +0 -0
  214. aspose/netcore/netcore3.1/System.Text.Encoding.CodePages.dll +0 -0
  215. aspose/netcore/netcore3.1/System.Text.Encoding.Extensions.dll +0 -0
  216. aspose/netcore/netcore3.1/System.Text.Encoding.dll +0 -0
  217. aspose/netcore/netcore3.1/System.Text.Encodings.Web.dll +0 -0
  218. aspose/netcore/netcore3.1/System.Text.Json.dll +0 -0
  219. aspose/netcore/netcore3.1/System.Text.RegularExpressions.dll +0 -0
  220. aspose/netcore/netcore3.1/System.Threading.Channels.dll +0 -0
  221. aspose/netcore/netcore3.1/System.Threading.Overlapped.dll +0 -0
  222. aspose/netcore/netcore3.1/System.Threading.Tasks.Dataflow.dll +0 -0
  223. aspose/netcore/netcore3.1/System.Threading.Tasks.Extensions.dll +0 -0
  224. aspose/netcore/netcore3.1/System.Threading.Tasks.Parallel.dll +0 -0
  225. aspose/netcore/netcore3.1/System.Threading.Tasks.dll +0 -0
  226. aspose/netcore/netcore3.1/System.Threading.Thread.dll +0 -0
  227. aspose/netcore/netcore3.1/System.Threading.ThreadPool.dll +0 -0
  228. aspose/netcore/netcore3.1/System.Threading.Timer.dll +0 -0
  229. aspose/netcore/netcore3.1/System.Threading.dll +0 -0
  230. aspose/netcore/netcore3.1/System.Transactions.Local.dll +0 -0
  231. aspose/netcore/netcore3.1/System.Transactions.dll +0 -0
  232. aspose/netcore/netcore3.1/System.ValueTuple.dll +0 -0
  233. aspose/netcore/netcore3.1/System.Web.HttpUtility.dll +0 -0
  234. aspose/netcore/netcore3.1/System.Web.dll +0 -0
  235. aspose/netcore/netcore3.1/System.Windows.dll +0 -0
  236. aspose/netcore/netcore3.1/System.Xml.Linq.dll +0 -0
  237. aspose/netcore/netcore3.1/System.Xml.ReaderWriter.dll +0 -0
  238. aspose/netcore/netcore3.1/System.Xml.Serialization.dll +0 -0
  239. aspose/netcore/netcore3.1/System.Xml.XDocument.dll +0 -0
  240. aspose/netcore/netcore3.1/System.Xml.XPath.XDocument.dll +0 -0
  241. aspose/netcore/netcore3.1/System.Xml.XPath.dll +0 -0
  242. aspose/netcore/netcore3.1/System.Xml.XmlDocument.dll +0 -0
  243. aspose/netcore/netcore3.1/System.Xml.XmlSerializer.dll +0 -0
  244. aspose/netcore/netcore3.1/System.Xml.dll +0 -0
  245. aspose/netcore/netcore3.1/System.dll +0 -0
  246. aspose/netcore/netcore3.1/WindowsBase.dll +0 -0
  247. aspose/netcore/netcore3.1/api-ms-win-core-console-l1-1-0.dll +0 -0
  248. aspose/netcore/netcore3.1/api-ms-win-core-datetime-l1-1-0.dll +0 -0
  249. aspose/netcore/netcore3.1/api-ms-win-core-debug-l1-1-0.dll +0 -0
  250. aspose/netcore/netcore3.1/api-ms-win-core-errorhandling-l1-1-0.dll +0 -0
  251. aspose/netcore/netcore3.1/api-ms-win-core-file-l1-1-0.dll +0 -0
  252. aspose/netcore/netcore3.1/api-ms-win-core-file-l1-2-0.dll +0 -0
  253. aspose/netcore/netcore3.1/api-ms-win-core-file-l2-1-0.dll +0 -0
  254. aspose/netcore/netcore3.1/api-ms-win-core-handle-l1-1-0.dll +0 -0
  255. aspose/netcore/netcore3.1/api-ms-win-core-heap-l1-1-0.dll +0 -0
  256. aspose/netcore/netcore3.1/api-ms-win-core-interlocked-l1-1-0.dll +0 -0
  257. aspose/netcore/netcore3.1/api-ms-win-core-libraryloader-l1-1-0.dll +0 -0
  258. aspose/netcore/netcore3.1/api-ms-win-core-localization-l1-2-0.dll +0 -0
  259. aspose/netcore/netcore3.1/api-ms-win-core-memory-l1-1-0.dll +0 -0
  260. aspose/netcore/netcore3.1/api-ms-win-core-namedpipe-l1-1-0.dll +0 -0
  261. aspose/netcore/netcore3.1/api-ms-win-core-processenvironment-l1-1-0.dll +0 -0
  262. aspose/netcore/netcore3.1/api-ms-win-core-processthreads-l1-1-0.dll +0 -0
  263. aspose/netcore/netcore3.1/api-ms-win-core-processthreads-l1-1-1.dll +0 -0
  264. aspose/netcore/netcore3.1/api-ms-win-core-profile-l1-1-0.dll +0 -0
  265. aspose/netcore/netcore3.1/api-ms-win-core-rtlsupport-l1-1-0.dll +0 -0
  266. aspose/netcore/netcore3.1/api-ms-win-core-string-l1-1-0.dll +0 -0
  267. aspose/netcore/netcore3.1/api-ms-win-core-synch-l1-1-0.dll +0 -0
  268. aspose/netcore/netcore3.1/api-ms-win-core-synch-l1-2-0.dll +0 -0
  269. aspose/netcore/netcore3.1/api-ms-win-core-sysinfo-l1-1-0.dll +0 -0
  270. aspose/netcore/netcore3.1/api-ms-win-core-timezone-l1-1-0.dll +0 -0
  271. aspose/netcore/netcore3.1/api-ms-win-core-util-l1-1-0.dll +0 -0
  272. aspose/netcore/netcore3.1/api-ms-win-crt-conio-l1-1-0.dll +0 -0
  273. aspose/netcore/netcore3.1/api-ms-win-crt-convert-l1-1-0.dll +0 -0
  274. aspose/netcore/netcore3.1/api-ms-win-crt-environment-l1-1-0.dll +0 -0
  275. aspose/netcore/netcore3.1/api-ms-win-crt-filesystem-l1-1-0.dll +0 -0
  276. aspose/netcore/netcore3.1/api-ms-win-crt-heap-l1-1-0.dll +0 -0
  277. aspose/netcore/netcore3.1/api-ms-win-crt-locale-l1-1-0.dll +0 -0
  278. aspose/netcore/netcore3.1/api-ms-win-crt-math-l1-1-0.dll +0 -0
  279. aspose/netcore/netcore3.1/api-ms-win-crt-multibyte-l1-1-0.dll +0 -0
  280. aspose/netcore/netcore3.1/api-ms-win-crt-private-l1-1-0.dll +0 -0
  281. aspose/netcore/netcore3.1/api-ms-win-crt-process-l1-1-0.dll +0 -0
  282. aspose/netcore/netcore3.1/api-ms-win-crt-runtime-l1-1-0.dll +0 -0
  283. aspose/netcore/netcore3.1/api-ms-win-crt-stdio-l1-1-0.dll +0 -0
  284. aspose/netcore/netcore3.1/api-ms-win-crt-string-l1-1-0.dll +0 -0
  285. aspose/netcore/netcore3.1/api-ms-win-crt-time-l1-1-0.dll +0 -0
  286. aspose/netcore/netcore3.1/api-ms-win-crt-utility-l1-1-0.dll +0 -0
  287. aspose/netcore/netcore3.1/aspose.embed.coreclrwrap.dll +0 -0
  288. aspose/netcore/netcore3.1/clrcompression.dll +0 -0
  289. aspose/netcore/netcore3.1/clretwrc.dll +0 -0
  290. aspose/netcore/netcore3.1/clrjit.dll +0 -0
  291. aspose/netcore/netcore3.1/coreclr.dll +0 -0
  292. aspose/netcore/netcore3.1/dbgshim.dll +0 -0
  293. aspose/netcore/netcore3.1/hostfxr.dll +0 -0
  294. aspose/netcore/netcore3.1/hostpolicy.dll +0 -0
  295. aspose/netcore/netcore3.1/mscordaccore.dll +0 -0
  296. aspose/netcore/netcore3.1/mscordaccore_amd64_amd64_4.700.22.55902.dll +0 -0
  297. aspose/netcore/netcore3.1/mscordbi.dll +0 -0
  298. aspose/netcore/netcore3.1/mscorlib.dll +0 -0
  299. aspose/netcore/netcore3.1/mscorrc.debug.dll +0 -0
  300. aspose/netcore/netcore3.1/mscorrc.dll +0 -0
  301. aspose/netcore/netcore3.1/netstandard.dll +0 -0
  302. aspose/netcore/netcore3.1/ucrtbase.dll +0 -0
  303. aspose/pycore/__init__.pyi +56 -0
  304. aspose/pycore/__pyinstaller/__init__.pyi +1 -0
  305. aspose/pycore/__pyinstaller/hook-aspose.pycore.py +11 -0
  306. aspose/pycore.cp310-win_amd64.pyd +0 -0
  307. aspose/pycore.cp311-win_amd64.pyd +0 -0
  308. aspose/pycore.cp35-win_amd64.pyd +0 -0
  309. aspose/pycore.cp36-win_amd64.pyd +0 -0
  310. aspose/pycore.cp37-win_amd64.pyd +0 -0
  311. aspose/pycore.cp38-win_amd64.pyd +0 -0
  312. aspose/pycore.cp39-win_amd64.pyd +0 -0
  313. aspose/pydrawing/__init__.pyi +8 -0
  314. aspose/pydrawing/__pyinstaller/__init__.pyi +1 -0
  315. aspose/pydrawing/__pyinstaller/hook-aspose.pydrawing.py +9 -0
  316. aspose/pydrawing.cp310-win_amd64.pyd +0 -0
  317. aspose/pydrawing.cp311-win_amd64.pyd +0 -0
  318. aspose/pydrawing.cp35-win_amd64.pyd +0 -0
  319. aspose/pydrawing.cp36-win_amd64.pyd +0 -0
  320. aspose/pydrawing.cp37-win_amd64.pyd +0 -0
  321. aspose/pydrawing.cp38-win_amd64.pyd +0 -0
  322. aspose/pydrawing.cp39-win_amd64.pyd +0 -0
  323. aspose/pygc/__init__.pyi +8 -0
  324. aspose/pygc/__pyinstaller/__init__.pyi +1 -0
  325. aspose/pygc/__pyinstaller/hook-aspose.pygc.py +9 -0
  326. aspose/pygc.cp310-win_amd64.pyd +0 -0
  327. aspose/pygc.cp311-win_amd64.pyd +0 -0
  328. aspose/pygc.cp35-win_amd64.pyd +0 -0
  329. aspose/pygc.cp36-win_amd64.pyd +0 -0
  330. aspose/pygc.cp37-win_amd64.pyd +0 -0
  331. aspose/pygc.cp38-win_amd64.pyd +0 -0
  332. aspose/pygc.cp39-win_amd64.pyd +0 -0
  333. aspose/pyreflection/__init__.pyi +8 -0
  334. aspose/pyreflection/__pyinstaller/__init__.pyi +1 -0
  335. aspose/pyreflection/__pyinstaller/hook-aspose.pyreflection.py +9 -0
  336. aspose/pyreflection.cp310-win_amd64.pyd +0 -0
  337. aspose/pyreflection.cp311-win_amd64.pyd +0 -0
  338. aspose/pyreflection.cp35-win_amd64.pyd +0 -0
  339. aspose/pyreflection.cp36-win_amd64.pyd +0 -0
  340. aspose/pyreflection.cp37-win_amd64.pyd +0 -0
  341. aspose/pyreflection.cp38-win_amd64.pyd +0 -0
  342. aspose/pyreflection.cp39-win_amd64.pyd +0 -0
  343. aspose_html_net-24.6.0.dist-info/METADATA +112 -0
  344. aspose_html_net-24.6.0.dist-info/RECORD +347 -0
  345. aspose_html_net-24.6.0.dist-info/WHEEL +5 -0
  346. aspose_html_net-24.6.0.dist-info/entry_points.txt +3 -0
  347. aspose_html_net-24.6.0.dist-info/top_level.txt +1 -0
@@ -0,0 +1,490 @@
1
+ from typing import List, Optional, Dict, Iterable
2
+ import aspose.pycore
3
+ import aspose.pydrawing
4
+ import aspose.html
5
+ import aspose.html.accessibility
6
+ import aspose.html.accessibility.results
7
+ import aspose.html.accessibility.saving
8
+ import aspose.html.collections
9
+ import aspose.html.converters
10
+ import aspose.html.diagnostics
11
+ import aspose.html.dom
12
+ import aspose.html.dom.attributes
13
+ import aspose.html.dom.canvas
14
+ import aspose.html.dom.css
15
+ import aspose.html.dom.events
16
+ import aspose.html.dom.mutations
17
+ import aspose.html.dom.svg
18
+ import aspose.html.dom.svg.datatypes
19
+ import aspose.html.dom.svg.events
20
+ import aspose.html.dom.svg.filters
21
+ import aspose.html.dom.svg.paths
22
+ import aspose.html.dom.svg.saving
23
+ import aspose.html.dom.traversal
24
+ import aspose.html.dom.traversal.filters
25
+ import aspose.html.dom.views
26
+ import aspose.html.dom.xpath
27
+ import aspose.html.drawing
28
+ import aspose.html.forms
29
+ import aspose.html.io
30
+ import aspose.html.loading
31
+ import aspose.html.net
32
+ import aspose.html.net.headers
33
+ import aspose.html.net.messagefilters
34
+ import aspose.html.net.messagehandlers
35
+ import aspose.html.rendering
36
+ import aspose.html.rendering.doc
37
+ import aspose.html.rendering.fonts
38
+ import aspose.html.rendering.image
39
+ import aspose.html.rendering.pdf
40
+ import aspose.html.rendering.pdf.encryption
41
+ import aspose.html.rendering.xps
42
+ import aspose.html.saving
43
+ import aspose.html.saving.resourcehandlers
44
+ import aspose.html.services
45
+ import aspose.html.toolkit
46
+ import aspose.html.toolkit.markdown
47
+ import aspose.html.toolkit.markdown.syntax
48
+ import aspose.html.toolkit.markdown.syntax.extensions
49
+ import aspose.html.toolkit.markdown.syntax.parser
50
+ import aspose.html.toolkit.markdown.syntax.parser.extensions
51
+ import aspose.html.toolkit.markdown.syntax.parser.extensions.gfm
52
+ import aspose.html.toolkit.markdown.syntax.text
53
+ import aspose.html.toolkit.optimizers
54
+ import aspose.html.window
55
+
56
+ class IWindow(aspose.html.dom.events.IEventTarget):
57
+ '''The window object represents a window containing a DOM document.'''
58
+
59
+ @overload
60
+ def add_event_listener(self, type : str, listener : aspose.html.dom.events.IEventListener):
61
+ '''This method allows the registration of event listeners on the event target.
62
+
63
+ :param type: The event type for which the user is registering
64
+ :param listener: Takes an interface implemented by the user which contains the methods to be called when the event occurs.'''
65
+ ...
66
+
67
+ @overload
68
+ def add_event_listener(self, type : str, listener : aspose.html.dom.events.IEventListener, use_capture : bool):
69
+ '''This method allows the registration of event listeners on the event target.
70
+
71
+ :param type: The event type for which the user is registering
72
+ :param listener: Takes an interface implemented by the user which contains the methods to be called when the event occurs.
73
+ :param use_capture: If true, useCapture indicates that the user wishes to initiate capture.
74
+ After initiating capture, all events of the specified type will be dispatched to the registered
75
+ :py:class:`aspose.html.dom.events.IEventListener`
76
+ before being dispatched to any Event Targets beneath them in the tree.
77
+ Events which are bubbling upward through the tree will not trigger an :py:class:`aspose.html.dom.events.IEventListener` designated to use capture.'''
78
+ ...
79
+
80
+ @overload
81
+ def remove_event_listener(self, type : str, listener : aspose.html.dom.events.IEventListener):
82
+ '''This method allows the removal of event listeners from the event target.
83
+ If an :py:class:`aspose.html.dom.events.IEventListener` is removed from an :py:class:`aspose.html.dom.EventTarget` while it is processing an event, it will not be triggered by the current actions.
84
+ Event Listeners can never be invoked after being removed.
85
+
86
+ :param type: Specifies the event type of the :py:class:`aspose.html.dom.events.IEventListener` being removed.
87
+ :param listener: The :py:class:`aspose.html.dom.events.IEventListener` parameter indicates the :py:class:`aspose.html.dom.events.IEventListener` to be removed.'''
88
+ ...
89
+
90
+ @overload
91
+ def remove_event_listener(self, type : str, listener : aspose.html.dom.events.IEventListener, use_capture : bool):
92
+ '''This method allows the removal of event listeners from the event target.
93
+ If an :py:class:`aspose.html.dom.events.IEventListener` is removed from an :py:class:`aspose.html.dom.EventTarget` while it is processing an event, it will not be triggered by the current actions.
94
+ Event Listeners can never be invoked after being removed.
95
+
96
+ :param type: Specifies the event type of the :py:class:`aspose.html.dom.events.IEventListener` being removed.
97
+ :param listener: The :py:class:`aspose.html.dom.events.IEventListener` parameter indicates the :py:class:`aspose.html.dom.events.IEventListener` to be removed.
98
+ :param use_capture: Specifies whether the EventListener being removed was registered as a capturing listener or not.
99
+ If a listener was registered twice, one with capture and one without, each must be removed separately.
100
+ Removal of a capturing listener does not affect a non-capturing version of the same listener, and vice versa.'''
101
+ ...
102
+
103
+ def alert(self, message : str):
104
+ '''Displays a modal alert with the given message, and waits for the user to dismiss it
105
+
106
+ :param message: The message.'''
107
+ ...
108
+
109
+ def confirm(self, message : str) -> bool:
110
+ '''Displays a modal OK/Cancel prompt with the given message, waits for the user to dismiss it, and returns true if the user clicks OK and false if the user clicks Cancel.
111
+
112
+ :param message: The message.
113
+ :returns: Returns true if the user clicks OK and false if the user clicks Cancel'''
114
+ ...
115
+
116
+ def prompt(self, message : str, default : str) -> str:
117
+ '''Displays a modal text field prompt with the given message, waits for the user to dismiss it, and returns the value that the user entered. If the user cancels the prompt, then returns null instead. If the second argument is present, then the given value is used as a default.
118
+
119
+ :param message: The message.
120
+ :param default: The default.
121
+ :returns: Returns the value that the user entered'''
122
+ ...
123
+
124
+ def btoa(self, data : str) -> str:
125
+ '''Takes the input data, in the form of a Unicode string containing only characters in the range U+0000 to U+00FF,
126
+ each representing a binary byte with values 0x00 to 0xFF respectively, and converts it to its base64 representation, which it returns.
127
+
128
+ :param data: The Unicode string containing only characters in the range U+0000 to U+00FF.
129
+ :returns: The base64 string.'''
130
+ ...
131
+
132
+ def atob(self, data : str) -> str:
133
+ '''Takes the input data, in the form of a Unicode string containing base64-encoded binary data,
134
+ decodes it, and returns a string consisting of characters in the range U+0000 to U+00FF,
135
+ each representing a binary byte with values 0x00 to 0xFF respectively, corresponding to that binary data.
136
+
137
+ :param data: The Unicode string containing base64-encoded binary data
138
+ :returns: The string consisting of characters in the range U+0000 to U+00FF'''
139
+ ...
140
+
141
+ def match_media(self, query : str) -> aspose.html.window.MediaQueryList:
142
+ '''Returns a new MediaQueryList object that can then be used to determine if the document matches the media query string,
143
+ as well as to monitor the document to detect when it matches (or stops matching) that media query.
144
+ See CSSOM View Module specification: :link:`https://www.w3.org/TR/cssom-view/#extensions-to-the-window-interface`
145
+
146
+ :param query: The string containing a media query;
147
+ see :link:`https://drafts.csswg.org/mediaqueries/` for details.
148
+ :returns: MediaQueryList object'''
149
+ ...
150
+
151
+ def dispatch_event(self, event : aspose.html.dom.events.Event) -> bool:
152
+ '''This method allows the dispatch of events into the implementations event model.
153
+
154
+ :param event: Specifies the event type, behavior, and contextual information to be used in processing the event.
155
+ :returns: The return value of :py:func:`aspose.html.dom.EventTarget.dispatch_event` indicates whether any of the listeners which handled the event called :py:func:`aspose.html.dom.events.Event.prevent_default`.
156
+ If :py:func:`aspose.html.dom.events.Event.prevent_default` was called the value is false, else the value is true.'''
157
+ ...
158
+
159
+ def set_timeout(self, handler : any, timeout : int, args : List[any]) -> int:
160
+ ...
161
+
162
+ def clear_timeout(self, handle : int):
163
+ ...
164
+
165
+ def set_interval(self, handler : any, timeout : int, args : List[any]) -> int:
166
+ ...
167
+
168
+ def clear_interval(self, handle : int):
169
+ ...
170
+
171
+ @property
172
+ def window(self) -> aspose.html.window.IWindow:
173
+ '''Returns the Window object's browsing context's WindowProxy object.'''
174
+ ...
175
+
176
+ @property
177
+ def self(self) -> aspose.html.window.IWindow:
178
+ '''Returns the Window object's browsing context's WindowProxy object.'''
179
+ ...
180
+
181
+ @property
182
+ def document(self) -> aspose.html.dom.Document:
183
+ '''The document attribute must return the Window object's newest Document object.'''
184
+ ...
185
+
186
+ @property
187
+ def name(self) -> str:
188
+ '''The name attribute of the Window object must, on getting, return the current name of the browsing context, and, on setting, set the name of the browsing context to the new value.'''
189
+ ...
190
+
191
+ @name.setter
192
+ def name(self, value : str):
193
+ '''The name attribute of the Window object must, on getting, return the current name of the browsing context, and, on setting, set the name of the browsing context to the new value.'''
194
+ ...
195
+
196
+ @property
197
+ def location(self) -> aspose.html.window.Location:
198
+ '''The location attribute of the Window interface must return the Location object for that Window object's Document.'''
199
+ ...
200
+
201
+ @property
202
+ def top(self) -> aspose.html.window.IWindow:
203
+ '''The top IDL attribute on the Window object of a Document in a browsing context b must return the WindowProxy object of its top-level browsing context (which would be its own WindowProxy object if it was a top-level browsing context itself), if it has one, or its own WindowProxy object otherwise (e.g. if it was a detached nested browsing context).'''
204
+ ...
205
+
206
+ @property
207
+ def opener(self) -> aspose.html.window.IWindow:
208
+ '''The opener IDL attribute on the Window object, on getting, must return the WindowProxy object of the browsing context from which the current browsing context was created (its opener browsing context), if there is one, if it is still available, and if the current browsing context has not disowned its opener; otherwise, it must return null. On setting, if the new value is null then the current browsing context must disown its opener; if the new value is anything else then the user agent must call the [[DefineOwnProperty]] internal method of the Window object, passing the property name "opener" as the property key, and the Property Descriptor { [[Value]]: value, [[Writable]]: true, [[Enumerable]]: true, [[Configurable]]: true } as the property descriptor, where value is the new value.'''
209
+ ...
210
+
211
+ @property
212
+ def parent(self) -> aspose.html.window.IWindow:
213
+ '''The parent IDL attribute on the Window object of a Document in a browsing context b must return the WindowProxy object of the parent browsing context, if there is one (i.e. if b is a child browsing context), or the WindowProxy object of the browsing context b itself, otherwise (i.e. if it is a top-level browsing context or a detached nested browsing context).'''
214
+ ...
215
+
216
+ @property
217
+ def frame_element(self) -> aspose.html.dom.Element:
218
+ ...
219
+
220
+ @property
221
+ def local_storage(self) -> aspose.html.dom.IStorage:
222
+ ...
223
+
224
+ @property
225
+ def default_view(self) -> aspose.html.dom.views.IAbstractView:
226
+ ...
227
+
228
+ ...
229
+
230
+ class IWindowEventHandlers:
231
+ '''Represents interface that must be inherited by window object'''
232
+
233
+ ...
234
+
235
+ class IWindowTimers:
236
+ '''Allows authors to schedule timer-based callbacks.'''
237
+
238
+ def set_timeout(self, handler : any, timeout : int, args : List[any]) -> int:
239
+ '''Schedules a timeout to run handler after timeout milliseconds. Any arguments are passed straight through to the handler.
240
+
241
+ :param handler: The handler.
242
+ :param timeout: The timeout.
243
+ :param args: The arguments.
244
+ :returns: The handle'''
245
+ ...
246
+
247
+ def clear_timeout(self, handle : int):
248
+ '''Cancels the timeout set with setTimeout() identified by handle.
249
+
250
+ :param handle: The handle.'''
251
+ ...
252
+
253
+ def set_interval(self, handler : any, timeout : int, args : List[any]) -> int:
254
+ '''Schedules a timeout to run handler every timeout milliseconds. Any arguments are passed straight through to the handler.
255
+
256
+ :param handler: The handler.
257
+ :param timeout: The timeout.
258
+ :param args: The arguments.
259
+ :returns: The handle'''
260
+ ...
261
+
262
+ def clear_interval(self, handle : int):
263
+ '''Cancels the timeout set with setInterval() identified by handle
264
+
265
+ :param handle: The handle.'''
266
+ ...
267
+
268
+ ...
269
+
270
+ class Location(aspose.html.dom.DOMObject):
271
+ '''Location objects provide a representation of the address of the active document of their Document's browsing context, and allow the current entry of the browsing context's session history to be changed, by adding or replacing entries in the history object.'''
272
+
273
+ def get_platform_type(self) -> Type:
274
+ '''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
275
+
276
+ :returns: The ECMAScript object :py:class:`System.Type`.'''
277
+ ...
278
+
279
+ def assign(self, url : str):
280
+ '''Navigates to the given page.
281
+
282
+ :param url: The URL to navigate.'''
283
+ ...
284
+
285
+ def replace(self, url : str):
286
+ '''Removes the current page from the session history and navigates to the given page.
287
+
288
+ :param url: The string URL to navigate.'''
289
+ ...
290
+
291
+ def reload(self):
292
+ '''Reloads the current page.'''
293
+ ...
294
+
295
+ @property
296
+ def href(self) -> str:
297
+ '''Returns the Location object's URL.
298
+ Can be set, to navigate to the given URL.'''
299
+ ...
300
+
301
+ @href.setter
302
+ def href(self, value : str):
303
+ '''Returns the Location object's URL.
304
+ Can be set, to navigate to the given URL.'''
305
+ ...
306
+
307
+ @property
308
+ def origin(self) -> str:
309
+ '''Returns the Location object's URL's origin.'''
310
+ ...
311
+
312
+ @property
313
+ def protocol(self) -> str:
314
+ '''Returns the Location object's URL's scheme.
315
+ Can be set, to navigate to the same URL with a changed scheme.'''
316
+ ...
317
+
318
+ @protocol.setter
319
+ def protocol(self, value : str):
320
+ '''Returns the Location object's URL's scheme.
321
+ Can be set, to navigate to the same URL with a changed scheme.'''
322
+ ...
323
+
324
+ @property
325
+ def host(self) -> str:
326
+ '''Returns the Location object's URL's host and port (if different from the default port for the scheme).
327
+ Can be set, to navigate to the same URL with a changed host and port.'''
328
+ ...
329
+
330
+ @host.setter
331
+ def host(self, value : str):
332
+ '''Returns the Location object's URL's host and port (if different from the default port for the scheme).
333
+ Can be set, to navigate to the same URL with a changed host and port.'''
334
+ ...
335
+
336
+ @property
337
+ def hostname(self) -> str:
338
+ '''Returns the Location object's URL's host.
339
+ Can be set, to navigate to the same URL with a changed host.'''
340
+ ...
341
+
342
+ @hostname.setter
343
+ def hostname(self, value : str):
344
+ '''Returns the Location object's URL's host.
345
+ Can be set, to navigate to the same URL with a changed host.'''
346
+ ...
347
+
348
+ @property
349
+ def port(self) -> str:
350
+ '''Returns the Location object's URL's port.
351
+ Can be set, to navigate to the same URL with a changed port.'''
352
+ ...
353
+
354
+ @port.setter
355
+ def port(self, value : str):
356
+ '''Returns the Location object's URL's port.
357
+ Can be set, to navigate to the same URL with a changed port.'''
358
+ ...
359
+
360
+ @property
361
+ def pathname(self) -> str:
362
+ '''Returns the Location object's URL's path.
363
+ Can be set, to navigate to the same URL with a changed path.'''
364
+ ...
365
+
366
+ @pathname.setter
367
+ def pathname(self, value : str):
368
+ '''Returns the Location object's URL's path.
369
+ Can be set, to navigate to the same URL with a changed path.'''
370
+ ...
371
+
372
+ @property
373
+ def search(self) -> str:
374
+ '''Returns the Location object's URL's query (includes leading "?" if non-empty).
375
+ Can be set, to navigate to the same URL with a changed query(ignores leading "?").'''
376
+ ...
377
+
378
+ @search.setter
379
+ def search(self, value : str):
380
+ '''Returns the Location object's URL's query (includes leading "?" if non-empty).
381
+ Can be set, to navigate to the same URL with a changed query(ignores leading "?").'''
382
+ ...
383
+
384
+ @property
385
+ def hash(self) -> str:
386
+ '''Returns the Location object's URL's fragment (includes leading "#" if non-empty).
387
+ Can be set, to navigate to the same URL with a changed fragment(ignores leading "#").'''
388
+ ...
389
+
390
+ @hash.setter
391
+ def hash(self, value : str):
392
+ '''Returns the Location object's URL's fragment (includes leading "#" if non-empty).
393
+ Can be set, to navigate to the same URL with a changed fragment(ignores leading "#").'''
394
+ ...
395
+
396
+ ...
397
+
398
+ class MediaQueryList(aspose.html.dom.EventTarget):
399
+ '''A MediaQueryList object stores information on a media query applied to a document,
400
+ with support for both immediate and event-driven matching against the state of the document.
401
+ See CSSOM View Module specification: :link:`https://www.w3.org/TR/cssom-view/#the-mediaquerylist-interface`'''
402
+
403
+ @overload
404
+ def add_event_listener(self, type : str, listener : aspose.html.dom.events.IEventListener):
405
+ '''This method allows the registration of event listeners on the event target.
406
+
407
+ :param type: The event type for which the user is registering
408
+ :param listener: Takes an interface implemented by the user which contains the methods to be called when the event occurs.'''
409
+ ...
410
+
411
+ @overload
412
+ def add_event_listener(self, type : str, listener : aspose.html.dom.events.IEventListener, use_capture : bool):
413
+ '''This method allows the registration of event listeners on the event target.
414
+
415
+ :param type: The event type for which the user is registering
416
+ :param listener: Takes an interface implemented by the user which contains the methods to be called when the event occurs.
417
+ :param use_capture: If true, useCapture indicates that the user wishes to initiate capture.
418
+ After initiating capture, all events of the specified type will be dispatched to the registered
419
+ :py:class:`aspose.html.dom.events.IEventListener`
420
+ before being dispatched to any Event Targets beneath them in the tree.
421
+ Events which are bubbling upward through the tree will not trigger an :py:class:`aspose.html.dom.events.IEventListener` designated to use capture.'''
422
+ ...
423
+
424
+ @overload
425
+ def remove_event_listener(self, type : str, listener : aspose.html.dom.events.IEventListener):
426
+ '''This method allows the removal of event listeners from the event target.
427
+ If an :py:class:`aspose.html.dom.events.IEventListener` is removed from an :py:class:`aspose.html.dom.EventTarget` while it is processing an event, it will not be triggered by the current actions.
428
+ Event Listeners can never be invoked after being removed.
429
+
430
+ :param type: Specifies the event type of the :py:class:`aspose.html.dom.events.IEventListener` being removed.
431
+ :param listener: The :py:class:`aspose.html.dom.events.IEventListener` parameter indicates the :py:class:`aspose.html.dom.events.IEventListener` to be removed.'''
432
+ ...
433
+
434
+ @overload
435
+ def remove_event_listener(self, type : str, listener : aspose.html.dom.events.IEventListener, use_capture : bool):
436
+ '''This method allows the removal of event listeners from the event target.
437
+ If an :py:class:`aspose.html.dom.events.IEventListener` is removed from an :py:class:`aspose.html.dom.EventTarget` while it is processing an event, it will not be triggered by the current actions.
438
+ Event Listeners can never be invoked after being removed.
439
+
440
+ :param type: Specifies the event type of the :py:class:`aspose.html.dom.events.IEventListener` being removed.
441
+ :param listener: The :py:class:`aspose.html.dom.events.IEventListener` parameter indicates the :py:class:`aspose.html.dom.events.IEventListener` to be removed.
442
+ :param use_capture: Specifies whether the EventListener being removed was registered as a capturing listener or not.
443
+ If a listener was registered twice, one with capture and one without, each must be removed separately.
444
+ Removal of a capturing listener does not affect a non-capturing version of the same listener, and vice versa.'''
445
+ ...
446
+
447
+ def get_platform_type(self) -> Type:
448
+ '''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
449
+
450
+ :returns: The ECMAScript object :py:class:`System.Type`.'''
451
+ ...
452
+
453
+ def dispatch_event(self, event : aspose.html.dom.events.Event) -> bool:
454
+ '''This method allows the dispatch of events into the implementations event model.
455
+
456
+ :param event: Specifies the event type, behavior, and contextual information to be used in processing the event.
457
+ :returns: The return value of :py:func:`aspose.html.dom.EventTarget.dispatch_event` indicates whether any of the listeners which handled the event called :py:func:`aspose.html.dom.events.Event.prevent_default`.
458
+ If :py:func:`aspose.html.dom.events.Event.prevent_default` was called the value is false, else the value is true.'''
459
+ ...
460
+
461
+ def add_listener(self, listener : aspose.html.dom.events.IEventListener):
462
+ '''Add MediaQueryList matches state change event listener.
463
+
464
+ :param listener: Takes an interface implemented by the user which contains the methods to be called when the event occurs.'''
465
+ ...
466
+
467
+ def remove_listener(self, listener : aspose.html.dom.events.IEventListener):
468
+ '''Remove MediaQueryList matches state change event listener.
469
+
470
+ :param listener: The :py:class:`aspose.html.dom.events.IEventListener` parameter indicates the :py:class:`aspose.html.dom.events.IEventListener` to be removed.'''
471
+ ...
472
+
473
+ @property
474
+ def document(self) -> aspose.html.dom.Document:
475
+ '''Context object's associated document.'''
476
+ ...
477
+
478
+ @property
479
+ def media(self) -> str:
480
+ '''A string representing a serialized media query.'''
481
+ ...
482
+
483
+ @property
484
+ def matches(self) -> bool:
485
+ '''A boolean value that returns true if the document currently matches the media query list,
486
+ or false if not.'''
487
+ ...
488
+
489
+ ...
490
+
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,5 @@
1
+ SOS and other diagnostic tools now ship of band and work with any version of the .NET Core runtime.
2
+
3
+ SOS has moved to the diagnostics repo here: https://github.com/dotnet/diagnostics.git.
4
+
5
+ Instructions to install SOS: https://github.com/dotnet/diagnostics#installing-sos.