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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (348) 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-win32.pyd +0 -0
  76. aspose/html.cp311-win32.pyd +0 -0
  77. aspose/html.cp35-win32.pyd +0 -0
  78. aspose/html.cp36-win32.pyd +0 -0
  79. aspose/html.cp37-win32.pyd +0 -0
  80. aspose/html.cp38-win32.pyd +0 -0
  81. aspose/html.cp39-win32.pyd +0 -0
  82. aspose/netcore/netcore3.1/API-MS-Win-core-xstate-l2-1-0.dll +0 -0
  83. aspose/netcore/netcore3.1/Microsoft.CSharp.dll +0 -0
  84. aspose/netcore/netcore3.1/Microsoft.DiaSymReader.Native.x86.dll +0 -0
  85. aspose/netcore/netcore3.1/Microsoft.VisualBasic.Core.dll +0 -0
  86. aspose/netcore/netcore3.1/Microsoft.VisualBasic.dll +0 -0
  87. aspose/netcore/netcore3.1/Microsoft.Win32.Primitives.dll +0 -0
  88. aspose/netcore/netcore3.1/Microsoft.Win32.Registry.dll +0 -0
  89. aspose/netcore/netcore3.1/SOS_README.md +5 -0
  90. aspose/netcore/netcore3.1/System.AppContext.dll +0 -0
  91. aspose/netcore/netcore3.1/System.Buffers.dll +0 -0
  92. aspose/netcore/netcore3.1/System.Collections.Concurrent.dll +0 -0
  93. aspose/netcore/netcore3.1/System.Collections.Immutable.dll +0 -0
  94. aspose/netcore/netcore3.1/System.Collections.NonGeneric.dll +0 -0
  95. aspose/netcore/netcore3.1/System.Collections.Specialized.dll +0 -0
  96. aspose/netcore/netcore3.1/System.Collections.dll +0 -0
  97. aspose/netcore/netcore3.1/System.ComponentModel.Annotations.dll +0 -0
  98. aspose/netcore/netcore3.1/System.ComponentModel.DataAnnotations.dll +0 -0
  99. aspose/netcore/netcore3.1/System.ComponentModel.EventBasedAsync.dll +0 -0
  100. aspose/netcore/netcore3.1/System.ComponentModel.Primitives.dll +0 -0
  101. aspose/netcore/netcore3.1/System.ComponentModel.TypeConverter.dll +0 -0
  102. aspose/netcore/netcore3.1/System.ComponentModel.dll +0 -0
  103. aspose/netcore/netcore3.1/System.Configuration.dll +0 -0
  104. aspose/netcore/netcore3.1/System.Console.dll +0 -0
  105. aspose/netcore/netcore3.1/System.Core.dll +0 -0
  106. aspose/netcore/netcore3.1/System.Data.Common.dll +0 -0
  107. aspose/netcore/netcore3.1/System.Data.DataSetExtensions.dll +0 -0
  108. aspose/netcore/netcore3.1/System.Data.dll +0 -0
  109. aspose/netcore/netcore3.1/System.Diagnostics.Contracts.dll +0 -0
  110. aspose/netcore/netcore3.1/System.Diagnostics.Debug.dll +0 -0
  111. aspose/netcore/netcore3.1/System.Diagnostics.DiagnosticSource.dll +0 -0
  112. aspose/netcore/netcore3.1/System.Diagnostics.FileVersionInfo.dll +0 -0
  113. aspose/netcore/netcore3.1/System.Diagnostics.Process.dll +0 -0
  114. aspose/netcore/netcore3.1/System.Diagnostics.StackTrace.dll +0 -0
  115. aspose/netcore/netcore3.1/System.Diagnostics.TextWriterTraceListener.dll +0 -0
  116. aspose/netcore/netcore3.1/System.Diagnostics.Tools.dll +0 -0
  117. aspose/netcore/netcore3.1/System.Diagnostics.TraceSource.dll +0 -0
  118. aspose/netcore/netcore3.1/System.Diagnostics.Tracing.dll +0 -0
  119. aspose/netcore/netcore3.1/System.Drawing.Primitives.dll +0 -0
  120. aspose/netcore/netcore3.1/System.Drawing.dll +0 -0
  121. aspose/netcore/netcore3.1/System.Dynamic.Runtime.dll +0 -0
  122. aspose/netcore/netcore3.1/System.Globalization.Calendars.dll +0 -0
  123. aspose/netcore/netcore3.1/System.Globalization.Extensions.dll +0 -0
  124. aspose/netcore/netcore3.1/System.Globalization.dll +0 -0
  125. aspose/netcore/netcore3.1/System.IO.Compression.Brotli.dll +0 -0
  126. aspose/netcore/netcore3.1/System.IO.Compression.FileSystem.dll +0 -0
  127. aspose/netcore/netcore3.1/System.IO.Compression.ZipFile.dll +0 -0
  128. aspose/netcore/netcore3.1/System.IO.Compression.dll +0 -0
  129. aspose/netcore/netcore3.1/System.IO.FileSystem.AccessControl.dll +0 -0
  130. aspose/netcore/netcore3.1/System.IO.FileSystem.DriveInfo.dll +0 -0
  131. aspose/netcore/netcore3.1/System.IO.FileSystem.Primitives.dll +0 -0
  132. aspose/netcore/netcore3.1/System.IO.FileSystem.Watcher.dll +0 -0
  133. aspose/netcore/netcore3.1/System.IO.FileSystem.dll +0 -0
  134. aspose/netcore/netcore3.1/System.IO.IsolatedStorage.dll +0 -0
  135. aspose/netcore/netcore3.1/System.IO.MemoryMappedFiles.dll +0 -0
  136. aspose/netcore/netcore3.1/System.IO.Pipes.AccessControl.dll +0 -0
  137. aspose/netcore/netcore3.1/System.IO.Pipes.dll +0 -0
  138. aspose/netcore/netcore3.1/System.IO.UnmanagedMemoryStream.dll +0 -0
  139. aspose/netcore/netcore3.1/System.IO.dll +0 -0
  140. aspose/netcore/netcore3.1/System.Linq.Expressions.dll +0 -0
  141. aspose/netcore/netcore3.1/System.Linq.Parallel.dll +0 -0
  142. aspose/netcore/netcore3.1/System.Linq.Queryable.dll +0 -0
  143. aspose/netcore/netcore3.1/System.Linq.dll +0 -0
  144. aspose/netcore/netcore3.1/System.Memory.dll +0 -0
  145. aspose/netcore/netcore3.1/System.Net.Http.dll +0 -0
  146. aspose/netcore/netcore3.1/System.Net.HttpListener.dll +0 -0
  147. aspose/netcore/netcore3.1/System.Net.Mail.dll +0 -0
  148. aspose/netcore/netcore3.1/System.Net.NameResolution.dll +0 -0
  149. aspose/netcore/netcore3.1/System.Net.NetworkInformation.dll +0 -0
  150. aspose/netcore/netcore3.1/System.Net.Ping.dll +0 -0
  151. aspose/netcore/netcore3.1/System.Net.Primitives.dll +0 -0
  152. aspose/netcore/netcore3.1/System.Net.Requests.dll +0 -0
  153. aspose/netcore/netcore3.1/System.Net.Security.dll +0 -0
  154. aspose/netcore/netcore3.1/System.Net.ServicePoint.dll +0 -0
  155. aspose/netcore/netcore3.1/System.Net.Sockets.dll +0 -0
  156. aspose/netcore/netcore3.1/System.Net.WebClient.dll +0 -0
  157. aspose/netcore/netcore3.1/System.Net.WebHeaderCollection.dll +0 -0
  158. aspose/netcore/netcore3.1/System.Net.WebProxy.dll +0 -0
  159. aspose/netcore/netcore3.1/System.Net.WebSockets.Client.dll +0 -0
  160. aspose/netcore/netcore3.1/System.Net.WebSockets.dll +0 -0
  161. aspose/netcore/netcore3.1/System.Net.dll +0 -0
  162. aspose/netcore/netcore3.1/System.Numerics.Vectors.dll +0 -0
  163. aspose/netcore/netcore3.1/System.Numerics.dll +0 -0
  164. aspose/netcore/netcore3.1/System.ObjectModel.dll +0 -0
  165. aspose/netcore/netcore3.1/System.Private.CoreLib.dll +0 -0
  166. aspose/netcore/netcore3.1/System.Private.DataContractSerialization.dll +0 -0
  167. aspose/netcore/netcore3.1/System.Private.Uri.dll +0 -0
  168. aspose/netcore/netcore3.1/System.Private.Xml.Linq.dll +0 -0
  169. aspose/netcore/netcore3.1/System.Private.Xml.dll +0 -0
  170. aspose/netcore/netcore3.1/System.Reflection.DispatchProxy.dll +0 -0
  171. aspose/netcore/netcore3.1/System.Reflection.Emit.ILGeneration.dll +0 -0
  172. aspose/netcore/netcore3.1/System.Reflection.Emit.Lightweight.dll +0 -0
  173. aspose/netcore/netcore3.1/System.Reflection.Emit.dll +0 -0
  174. aspose/netcore/netcore3.1/System.Reflection.Extensions.dll +0 -0
  175. aspose/netcore/netcore3.1/System.Reflection.Metadata.dll +0 -0
  176. aspose/netcore/netcore3.1/System.Reflection.Primitives.dll +0 -0
  177. aspose/netcore/netcore3.1/System.Reflection.TypeExtensions.dll +0 -0
  178. aspose/netcore/netcore3.1/System.Reflection.dll +0 -0
  179. aspose/netcore/netcore3.1/System.Resources.Reader.dll +0 -0
  180. aspose/netcore/netcore3.1/System.Resources.ResourceManager.dll +0 -0
  181. aspose/netcore/netcore3.1/System.Resources.Writer.dll +0 -0
  182. aspose/netcore/netcore3.1/System.Runtime.CompilerServices.Unsafe.dll +0 -0
  183. aspose/netcore/netcore3.1/System.Runtime.CompilerServices.VisualC.dll +0 -0
  184. aspose/netcore/netcore3.1/System.Runtime.Extensions.dll +0 -0
  185. aspose/netcore/netcore3.1/System.Runtime.Handles.dll +0 -0
  186. aspose/netcore/netcore3.1/System.Runtime.InteropServices.RuntimeInformation.dll +0 -0
  187. aspose/netcore/netcore3.1/System.Runtime.InteropServices.WindowsRuntime.dll +0 -0
  188. aspose/netcore/netcore3.1/System.Runtime.InteropServices.dll +0 -0
  189. aspose/netcore/netcore3.1/System.Runtime.Intrinsics.dll +0 -0
  190. aspose/netcore/netcore3.1/System.Runtime.Loader.dll +0 -0
  191. aspose/netcore/netcore3.1/System.Runtime.Numerics.dll +0 -0
  192. aspose/netcore/netcore3.1/System.Runtime.Serialization.Formatters.dll +0 -0
  193. aspose/netcore/netcore3.1/System.Runtime.Serialization.Json.dll +0 -0
  194. aspose/netcore/netcore3.1/System.Runtime.Serialization.Primitives.dll +0 -0
  195. aspose/netcore/netcore3.1/System.Runtime.Serialization.Xml.dll +0 -0
  196. aspose/netcore/netcore3.1/System.Runtime.Serialization.dll +0 -0
  197. aspose/netcore/netcore3.1/System.Runtime.WindowsRuntime.UI.Xaml.dll +0 -0
  198. aspose/netcore/netcore3.1/System.Runtime.WindowsRuntime.dll +0 -0
  199. aspose/netcore/netcore3.1/System.Runtime.dll +0 -0
  200. aspose/netcore/netcore3.1/System.Security.AccessControl.dll +0 -0
  201. aspose/netcore/netcore3.1/System.Security.Claims.dll +0 -0
  202. aspose/netcore/netcore3.1/System.Security.Cryptography.Algorithms.dll +0 -0
  203. aspose/netcore/netcore3.1/System.Security.Cryptography.Cng.dll +0 -0
  204. aspose/netcore/netcore3.1/System.Security.Cryptography.Csp.dll +0 -0
  205. aspose/netcore/netcore3.1/System.Security.Cryptography.Encoding.dll +0 -0
  206. aspose/netcore/netcore3.1/System.Security.Cryptography.OpenSsl.dll +0 -0
  207. aspose/netcore/netcore3.1/System.Security.Cryptography.Primitives.dll +0 -0
  208. aspose/netcore/netcore3.1/System.Security.Cryptography.X509Certificates.dll +0 -0
  209. aspose/netcore/netcore3.1/System.Security.Principal.Windows.dll +0 -0
  210. aspose/netcore/netcore3.1/System.Security.Principal.dll +0 -0
  211. aspose/netcore/netcore3.1/System.Security.SecureString.dll +0 -0
  212. aspose/netcore/netcore3.1/System.Security.dll +0 -0
  213. aspose/netcore/netcore3.1/System.ServiceModel.Web.dll +0 -0
  214. aspose/netcore/netcore3.1/System.ServiceProcess.dll +0 -0
  215. aspose/netcore/netcore3.1/System.Text.Encoding.CodePages.dll +0 -0
  216. aspose/netcore/netcore3.1/System.Text.Encoding.Extensions.dll +0 -0
  217. aspose/netcore/netcore3.1/System.Text.Encoding.dll +0 -0
  218. aspose/netcore/netcore3.1/System.Text.Encodings.Web.dll +0 -0
  219. aspose/netcore/netcore3.1/System.Text.Json.dll +0 -0
  220. aspose/netcore/netcore3.1/System.Text.RegularExpressions.dll +0 -0
  221. aspose/netcore/netcore3.1/System.Threading.Channels.dll +0 -0
  222. aspose/netcore/netcore3.1/System.Threading.Overlapped.dll +0 -0
  223. aspose/netcore/netcore3.1/System.Threading.Tasks.Dataflow.dll +0 -0
  224. aspose/netcore/netcore3.1/System.Threading.Tasks.Extensions.dll +0 -0
  225. aspose/netcore/netcore3.1/System.Threading.Tasks.Parallel.dll +0 -0
  226. aspose/netcore/netcore3.1/System.Threading.Tasks.dll +0 -0
  227. aspose/netcore/netcore3.1/System.Threading.Thread.dll +0 -0
  228. aspose/netcore/netcore3.1/System.Threading.ThreadPool.dll +0 -0
  229. aspose/netcore/netcore3.1/System.Threading.Timer.dll +0 -0
  230. aspose/netcore/netcore3.1/System.Threading.dll +0 -0
  231. aspose/netcore/netcore3.1/System.Transactions.Local.dll +0 -0
  232. aspose/netcore/netcore3.1/System.Transactions.dll +0 -0
  233. aspose/netcore/netcore3.1/System.ValueTuple.dll +0 -0
  234. aspose/netcore/netcore3.1/System.Web.HttpUtility.dll +0 -0
  235. aspose/netcore/netcore3.1/System.Web.dll +0 -0
  236. aspose/netcore/netcore3.1/System.Windows.dll +0 -0
  237. aspose/netcore/netcore3.1/System.Xml.Linq.dll +0 -0
  238. aspose/netcore/netcore3.1/System.Xml.ReaderWriter.dll +0 -0
  239. aspose/netcore/netcore3.1/System.Xml.Serialization.dll +0 -0
  240. aspose/netcore/netcore3.1/System.Xml.XDocument.dll +0 -0
  241. aspose/netcore/netcore3.1/System.Xml.XPath.XDocument.dll +0 -0
  242. aspose/netcore/netcore3.1/System.Xml.XPath.dll +0 -0
  243. aspose/netcore/netcore3.1/System.Xml.XmlDocument.dll +0 -0
  244. aspose/netcore/netcore3.1/System.Xml.XmlSerializer.dll +0 -0
  245. aspose/netcore/netcore3.1/System.Xml.dll +0 -0
  246. aspose/netcore/netcore3.1/System.dll +0 -0
  247. aspose/netcore/netcore3.1/WindowsBase.dll +0 -0
  248. aspose/netcore/netcore3.1/api-ms-win-core-console-l1-1-0.dll +0 -0
  249. aspose/netcore/netcore3.1/api-ms-win-core-datetime-l1-1-0.dll +0 -0
  250. aspose/netcore/netcore3.1/api-ms-win-core-debug-l1-1-0.dll +0 -0
  251. aspose/netcore/netcore3.1/api-ms-win-core-errorhandling-l1-1-0.dll +0 -0
  252. aspose/netcore/netcore3.1/api-ms-win-core-file-l1-1-0.dll +0 -0
  253. aspose/netcore/netcore3.1/api-ms-win-core-file-l1-2-0.dll +0 -0
  254. aspose/netcore/netcore3.1/api-ms-win-core-file-l2-1-0.dll +0 -0
  255. aspose/netcore/netcore3.1/api-ms-win-core-handle-l1-1-0.dll +0 -0
  256. aspose/netcore/netcore3.1/api-ms-win-core-heap-l1-1-0.dll +0 -0
  257. aspose/netcore/netcore3.1/api-ms-win-core-interlocked-l1-1-0.dll +0 -0
  258. aspose/netcore/netcore3.1/api-ms-win-core-libraryloader-l1-1-0.dll +0 -0
  259. aspose/netcore/netcore3.1/api-ms-win-core-localization-l1-2-0.dll +0 -0
  260. aspose/netcore/netcore3.1/api-ms-win-core-memory-l1-1-0.dll +0 -0
  261. aspose/netcore/netcore3.1/api-ms-win-core-namedpipe-l1-1-0.dll +0 -0
  262. aspose/netcore/netcore3.1/api-ms-win-core-processenvironment-l1-1-0.dll +0 -0
  263. aspose/netcore/netcore3.1/api-ms-win-core-processthreads-l1-1-0.dll +0 -0
  264. aspose/netcore/netcore3.1/api-ms-win-core-processthreads-l1-1-1.dll +0 -0
  265. aspose/netcore/netcore3.1/api-ms-win-core-profile-l1-1-0.dll +0 -0
  266. aspose/netcore/netcore3.1/api-ms-win-core-rtlsupport-l1-1-0.dll +0 -0
  267. aspose/netcore/netcore3.1/api-ms-win-core-string-l1-1-0.dll +0 -0
  268. aspose/netcore/netcore3.1/api-ms-win-core-synch-l1-1-0.dll +0 -0
  269. aspose/netcore/netcore3.1/api-ms-win-core-synch-l1-2-0.dll +0 -0
  270. aspose/netcore/netcore3.1/api-ms-win-core-sysinfo-l1-1-0.dll +0 -0
  271. aspose/netcore/netcore3.1/api-ms-win-core-timezone-l1-1-0.dll +0 -0
  272. aspose/netcore/netcore3.1/api-ms-win-core-util-l1-1-0.dll +0 -0
  273. aspose/netcore/netcore3.1/api-ms-win-crt-conio-l1-1-0.dll +0 -0
  274. aspose/netcore/netcore3.1/api-ms-win-crt-convert-l1-1-0.dll +0 -0
  275. aspose/netcore/netcore3.1/api-ms-win-crt-environment-l1-1-0.dll +0 -0
  276. aspose/netcore/netcore3.1/api-ms-win-crt-filesystem-l1-1-0.dll +0 -0
  277. aspose/netcore/netcore3.1/api-ms-win-crt-heap-l1-1-0.dll +0 -0
  278. aspose/netcore/netcore3.1/api-ms-win-crt-locale-l1-1-0.dll +0 -0
  279. aspose/netcore/netcore3.1/api-ms-win-crt-math-l1-1-0.dll +0 -0
  280. aspose/netcore/netcore3.1/api-ms-win-crt-multibyte-l1-1-0.dll +0 -0
  281. aspose/netcore/netcore3.1/api-ms-win-crt-private-l1-1-0.dll +0 -0
  282. aspose/netcore/netcore3.1/api-ms-win-crt-process-l1-1-0.dll +0 -0
  283. aspose/netcore/netcore3.1/api-ms-win-crt-runtime-l1-1-0.dll +0 -0
  284. aspose/netcore/netcore3.1/api-ms-win-crt-stdio-l1-1-0.dll +0 -0
  285. aspose/netcore/netcore3.1/api-ms-win-crt-string-l1-1-0.dll +0 -0
  286. aspose/netcore/netcore3.1/api-ms-win-crt-time-l1-1-0.dll +0 -0
  287. aspose/netcore/netcore3.1/api-ms-win-crt-utility-l1-1-0.dll +0 -0
  288. aspose/netcore/netcore3.1/aspose.embed.coreclrwrap.dll +0 -0
  289. aspose/netcore/netcore3.1/clrcompression.dll +0 -0
  290. aspose/netcore/netcore3.1/clretwrc.dll +0 -0
  291. aspose/netcore/netcore3.1/clrjit.dll +0 -0
  292. aspose/netcore/netcore3.1/coreclr.dll +0 -0
  293. aspose/netcore/netcore3.1/dbgshim.dll +0 -0
  294. aspose/netcore/netcore3.1/hostfxr.dll +0 -0
  295. aspose/netcore/netcore3.1/hostpolicy.dll +0 -0
  296. aspose/netcore/netcore3.1/mscordaccore.dll +0 -0
  297. aspose/netcore/netcore3.1/mscordaccore_x86_x86_4.700.22.55902.dll +0 -0
  298. aspose/netcore/netcore3.1/mscordbi.dll +0 -0
  299. aspose/netcore/netcore3.1/mscorlib.dll +0 -0
  300. aspose/netcore/netcore3.1/mscorrc.debug.dll +0 -0
  301. aspose/netcore/netcore3.1/mscorrc.dll +0 -0
  302. aspose/netcore/netcore3.1/netstandard.dll +0 -0
  303. aspose/netcore/netcore3.1/ucrtbase.dll +0 -0
  304. aspose/pycore/__init__.pyi +56 -0
  305. aspose/pycore/__pyinstaller/__init__.pyi +1 -0
  306. aspose/pycore/__pyinstaller/hook-aspose.pycore.py +11 -0
  307. aspose/pycore.cp310-win32.pyd +0 -0
  308. aspose/pycore.cp311-win32.pyd +0 -0
  309. aspose/pycore.cp35-win32.pyd +0 -0
  310. aspose/pycore.cp36-win32.pyd +0 -0
  311. aspose/pycore.cp37-win32.pyd +0 -0
  312. aspose/pycore.cp38-win32.pyd +0 -0
  313. aspose/pycore.cp39-win32.pyd +0 -0
  314. aspose/pydrawing/__init__.pyi +8 -0
  315. aspose/pydrawing/__pyinstaller/__init__.pyi +1 -0
  316. aspose/pydrawing/__pyinstaller/hook-aspose.pydrawing.py +9 -0
  317. aspose/pydrawing.cp310-win32.pyd +0 -0
  318. aspose/pydrawing.cp311-win32.pyd +0 -0
  319. aspose/pydrawing.cp35-win32.pyd +0 -0
  320. aspose/pydrawing.cp36-win32.pyd +0 -0
  321. aspose/pydrawing.cp37-win32.pyd +0 -0
  322. aspose/pydrawing.cp38-win32.pyd +0 -0
  323. aspose/pydrawing.cp39-win32.pyd +0 -0
  324. aspose/pygc/__init__.pyi +8 -0
  325. aspose/pygc/__pyinstaller/__init__.pyi +1 -0
  326. aspose/pygc/__pyinstaller/hook-aspose.pygc.py +9 -0
  327. aspose/pygc.cp310-win32.pyd +0 -0
  328. aspose/pygc.cp311-win32.pyd +0 -0
  329. aspose/pygc.cp35-win32.pyd +0 -0
  330. aspose/pygc.cp36-win32.pyd +0 -0
  331. aspose/pygc.cp37-win32.pyd +0 -0
  332. aspose/pygc.cp38-win32.pyd +0 -0
  333. aspose/pygc.cp39-win32.pyd +0 -0
  334. aspose/pyreflection/__init__.pyi +8 -0
  335. aspose/pyreflection/__pyinstaller/__init__.pyi +1 -0
  336. aspose/pyreflection/__pyinstaller/hook-aspose.pyreflection.py +9 -0
  337. aspose/pyreflection.cp310-win32.pyd +0 -0
  338. aspose/pyreflection.cp311-win32.pyd +0 -0
  339. aspose/pyreflection.cp35-win32.pyd +0 -0
  340. aspose/pyreflection.cp36-win32.pyd +0 -0
  341. aspose/pyreflection.cp37-win32.pyd +0 -0
  342. aspose/pyreflection.cp38-win32.pyd +0 -0
  343. aspose/pyreflection.cp39-win32.pyd +0 -0
  344. aspose_html_net-24.6.0.dist-info/METADATA +112 -0
  345. aspose_html_net-24.6.0.dist-info/RECORD +348 -0
  346. aspose_html_net-24.6.0.dist-info/WHEEL +5 -0
  347. aspose_html_net-24.6.0.dist-info/entry_points.txt +3 -0
  348. aspose_html_net-24.6.0.dist-info/top_level.txt +1 -0
@@ -0,0 +1,1247 @@
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 SVGAngle(SVGValueType):
57
+ '''The SVGAngle interface corresponds to the angle basic data type.'''
58
+
59
+ def get_platform_type(self) -> Type:
60
+ '''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
61
+
62
+ :returns: The ECMAScript object :py:class:`System.Type`.'''
63
+ ...
64
+
65
+ def new_value_specified_units(self, new_unit_type : int, value_in_specified_units : float):
66
+ '''Reset the value as a number with an associated unitType, thereby replacing the values for all of the attributes on the object.
67
+
68
+ :param new_unit_type: The unit type for the value (e.g., SVG_ANGLETYPE_DEG).
69
+ :param value_in_specified_units: The angle value.'''
70
+ ...
71
+
72
+ def convert_to_specified_units(self, unit_type : int):
73
+ '''Preserve the same underlying stored value, but reset the stored unit identifier to the given unitType. Object attributes unitType, valueInSpecifiedUnits and valueAsString might be modified as a result of this method.
74
+
75
+ :param unit_type: The unit type to switch to (e.g., SVG_ANGLETYPE_DEG).'''
76
+ ...
77
+
78
+ @property
79
+ def unit_type(self) -> int:
80
+ ...
81
+
82
+ @property
83
+ def value(self) -> float:
84
+ '''The angle value as a floating point value, in degrees. Setting this attribute will cause valueInSpecifiedUnits and valueAsString to be updated automatically to reflect this setting.'''
85
+ ...
86
+
87
+ @value.setter
88
+ def value(self, value : float):
89
+ '''The angle value as a floating point value, in degrees. Setting this attribute will cause valueInSpecifiedUnits and valueAsString to be updated automatically to reflect this setting.'''
90
+ ...
91
+
92
+ @property
93
+ def value_in_specified_units(self) -> float:
94
+ ...
95
+
96
+ @value_in_specified_units.setter
97
+ def value_in_specified_units(self, value : float):
98
+ ...
99
+
100
+ @property
101
+ def value_as_string(self) -> str:
102
+ ...
103
+
104
+ @value_as_string.setter
105
+ def value_as_string(self, value : str):
106
+ ...
107
+
108
+ @classmethod
109
+ @property
110
+ def SVG_ANGLETYPE_UNKNOWN(cls) -> int:
111
+ '''The unit type is not one of predefined unit types. It is invalid to attempt to define a new value of this type or to attempt to switch an existing value to this type.'''
112
+ ...
113
+
114
+ @classmethod
115
+ @property
116
+ def SVG_ANGLETYPE_UNSPECIFIED(cls) -> int:
117
+ '''No unit type was provided (i.e., a unitless value was specified). For angles, a unitless value is treated the same as if degrees were specified.'''
118
+ ...
119
+
120
+ @classmethod
121
+ @property
122
+ def SVG_ANGLETYPE_DEG(cls) -> int:
123
+ '''The unit type was explicitly set to degrees.'''
124
+ ...
125
+
126
+ @classmethod
127
+ @property
128
+ def SVG_ANGLETYPE_RAD(cls) -> int:
129
+ '''The unit type is radians.'''
130
+ ...
131
+
132
+ @classmethod
133
+ @property
134
+ def SVG_ANGLETYPE_GRAD(cls) -> int:
135
+ '''The unit type is radians.'''
136
+ ...
137
+
138
+ ...
139
+
140
+ class SVGAnimatedAngle(SVGValueType):
141
+ '''Used for attributes of basic data type angle that can be animated.'''
142
+
143
+ def get_platform_type(self) -> Type:
144
+ '''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
145
+
146
+ :returns: The ECMAScript object :py:class:`System.Type`.'''
147
+ ...
148
+
149
+ @property
150
+ def base_val(self) -> aspose.html.dom.svg.datatypes.SVGAngle:
151
+ ...
152
+
153
+ @base_val.setter
154
+ def base_val(self, value : aspose.html.dom.svg.datatypes.SVGAngle):
155
+ ...
156
+
157
+ @property
158
+ def anim_val(self) -> aspose.html.dom.svg.datatypes.SVGAngle:
159
+ ...
160
+
161
+ ...
162
+
163
+ class SVGAnimatedBoolean(SVGValueType):
164
+ '''Used for attributes of type boolean which can be animated.'''
165
+
166
+ def get_platform_type(self) -> Type:
167
+ '''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
168
+
169
+ :returns: The ECMAScript object :py:class:`System.Type`.'''
170
+ ...
171
+
172
+ @property
173
+ def base_val(self) -> bool:
174
+ ...
175
+
176
+ @base_val.setter
177
+ def base_val(self, value : bool):
178
+ ...
179
+
180
+ @property
181
+ def anim_val(self) -> bool:
182
+ ...
183
+
184
+ ...
185
+
186
+ class SVGAnimatedEnumeration(SVGValueType):
187
+ '''Used for attributes whose value must be a constant from a particular enumeration and which can be animated.'''
188
+
189
+ def get_platform_type(self) -> Type:
190
+ '''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
191
+
192
+ :returns: The ECMAScript object :py:class:`System.Type`.'''
193
+ ...
194
+
195
+ @property
196
+ def base_val(self) -> int:
197
+ ...
198
+
199
+ @base_val.setter
200
+ def base_val(self, value : int):
201
+ ...
202
+
203
+ @property
204
+ def anim_val(self) -> int:
205
+ ...
206
+
207
+ ...
208
+
209
+ class SVGAnimatedInteger(SVGValueType):
210
+ '''Used for attributes of basic type integer which can be animated.'''
211
+
212
+ def get_platform_type(self) -> Type:
213
+ '''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
214
+
215
+ :returns: The ECMAScript object :py:class:`System.Type`.'''
216
+ ...
217
+
218
+ @property
219
+ def base_val(self) -> int:
220
+ ...
221
+
222
+ @base_val.setter
223
+ def base_val(self, value : int):
224
+ ...
225
+
226
+ @property
227
+ def anim_val(self) -> int:
228
+ ...
229
+
230
+ ...
231
+
232
+ class SVGAnimatedLength(SVGValueType):
233
+ '''Used for attributes of basic type length which can be animated.'''
234
+
235
+ def get_platform_type(self) -> Type:
236
+ '''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
237
+
238
+ :returns: The ECMAScript object :py:class:`System.Type`.'''
239
+ ...
240
+
241
+ @property
242
+ def base_val(self) -> aspose.html.dom.svg.datatypes.SVGLength:
243
+ ...
244
+
245
+ @base_val.setter
246
+ def base_val(self, value : aspose.html.dom.svg.datatypes.SVGLength):
247
+ ...
248
+
249
+ @property
250
+ def anim_val(self) -> aspose.html.dom.svg.datatypes.SVGLength:
251
+ ...
252
+
253
+ ...
254
+
255
+ class SVGAnimatedLengthList(SVGValueType):
256
+ '''Used for attributes of type SVGLengthList which can be animated.'''
257
+
258
+ def get_platform_type(self) -> Type:
259
+ '''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
260
+
261
+ :returns: The ECMAScript object :py:class:`System.Type`.'''
262
+ ...
263
+
264
+ @property
265
+ def base_val(self) -> aspose.html.dom.svg.datatypes.SVGLengthList:
266
+ ...
267
+
268
+ @base_val.setter
269
+ def base_val(self, value : aspose.html.dom.svg.datatypes.SVGLengthList):
270
+ ...
271
+
272
+ @property
273
+ def anim_val(self) -> aspose.html.dom.svg.datatypes.SVGLengthList:
274
+ ...
275
+
276
+ ...
277
+
278
+ class SVGAnimatedNumber(SVGValueType):
279
+ '''Used for attributes of basic type number which can be animated.'''
280
+
281
+ def get_platform_type(self) -> Type:
282
+ '''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
283
+
284
+ :returns: The ECMAScript object :py:class:`System.Type`.'''
285
+ ...
286
+
287
+ @property
288
+ def base_val(self) -> float:
289
+ ...
290
+
291
+ @base_val.setter
292
+ def base_val(self, value : float):
293
+ ...
294
+
295
+ @property
296
+ def anim_val(self) -> float:
297
+ ...
298
+
299
+ ...
300
+
301
+ class SVGAnimatedNumberList(SVGValueType):
302
+ '''Used for attributes which take a list of numbers and which can be animated.'''
303
+
304
+ def get_platform_type(self) -> Type:
305
+ '''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
306
+
307
+ :returns: The ECMAScript object :py:class:`System.Type`.'''
308
+ ...
309
+
310
+ @property
311
+ def base_val(self) -> aspose.html.dom.svg.datatypes.SVGNumberList:
312
+ ...
313
+
314
+ @base_val.setter
315
+ def base_val(self, value : aspose.html.dom.svg.datatypes.SVGNumberList):
316
+ ...
317
+
318
+ @property
319
+ def anim_val(self) -> aspose.html.dom.svg.datatypes.SVGNumberList:
320
+ ...
321
+
322
+ ...
323
+
324
+ class SVGAnimatedPreserveAspectRatio(SVGValueType):
325
+ '''Used for attributes of type SVGPreserveAspectRatio which can be animated.'''
326
+
327
+ def get_platform_type(self) -> Type:
328
+ '''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
329
+
330
+ :returns: The ECMAScript object :py:class:`System.Type`.'''
331
+ ...
332
+
333
+ @property
334
+ def base_val(self) -> aspose.html.dom.svg.datatypes.SVGPreserveAspectRatio:
335
+ ...
336
+
337
+ @base_val.setter
338
+ def base_val(self, value : aspose.html.dom.svg.datatypes.SVGPreserveAspectRatio):
339
+ ...
340
+
341
+ @property
342
+ def anim_val(self) -> aspose.html.dom.svg.datatypes.SVGPreserveAspectRatio:
343
+ ...
344
+
345
+ ...
346
+
347
+ class SVGAnimatedRect(SVGValueType):
348
+ '''Used for attributes of type SVGRect which can be animated.'''
349
+
350
+ def get_platform_type(self) -> Type:
351
+ '''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
352
+
353
+ :returns: The ECMAScript object :py:class:`System.Type`.'''
354
+ ...
355
+
356
+ @property
357
+ def base_val(self) -> aspose.html.dom.svg.datatypes.SVGRect:
358
+ ...
359
+
360
+ @base_val.setter
361
+ def base_val(self, value : aspose.html.dom.svg.datatypes.SVGRect):
362
+ ...
363
+
364
+ @property
365
+ def anim_val(self) -> aspose.html.dom.svg.datatypes.SVGRect:
366
+ ...
367
+
368
+ ...
369
+
370
+ class SVGAnimatedString(SVGValueType):
371
+ '''Used for attributes of type DOMString which can be animated.'''
372
+
373
+ def get_platform_type(self) -> Type:
374
+ '''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
375
+
376
+ :returns: The ECMAScript object :py:class:`System.Type`.'''
377
+ ...
378
+
379
+ @property
380
+ def base_val(self) -> str:
381
+ ...
382
+
383
+ @base_val.setter
384
+ def base_val(self, value : str):
385
+ ...
386
+
387
+ @property
388
+ def anim_val(self) -> str:
389
+ ...
390
+
391
+ ...
392
+
393
+ class SVGAnimatedTransformList(SVGValueType):
394
+ '''Used for the various attributes which specify a set of transformations, such as the ‘transform’ attribute which is available for many of SVG's elements, and which can be animated.'''
395
+
396
+ def get_platform_type(self) -> Type:
397
+ '''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
398
+
399
+ :returns: The ECMAScript object :py:class:`System.Type`.'''
400
+ ...
401
+
402
+ @property
403
+ def base_val(self) -> aspose.html.dom.svg.datatypes.SVGTransformList:
404
+ ...
405
+
406
+ @base_val.setter
407
+ def base_val(self, value : aspose.html.dom.svg.datatypes.SVGTransformList):
408
+ ...
409
+
410
+ @property
411
+ def anim_val(self) -> aspose.html.dom.svg.datatypes.SVGTransformList:
412
+ ...
413
+
414
+ ...
415
+
416
+ class SVGLength(SVGValueType):
417
+ '''The SVGLength interface corresponds to the length basic data type.
418
+ An SVGLength object can be designated as read only, which means that attempts to modify the object will result in an exception being thrown, as described below.'''
419
+
420
+ def get_platform_type(self) -> Type:
421
+ '''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
422
+
423
+ :returns: The ECMAScript object :py:class:`System.Type`.'''
424
+ ...
425
+
426
+ def new_value_specified_units(self, unit_type : int, value_in_specified_units : float):
427
+ '''Reset the value as a number with an associated unitType, thereby replacing the values for all of the attributes on the object.
428
+
429
+ :param unit_type: The unit type for the value.
430
+ :param value_in_specified_units: The new value..'''
431
+ ...
432
+
433
+ def convert_to_specified_units(self, unit_type : int):
434
+ '''Preserve the same underlying stored value, but reset the stored unit identifier to the given unitType. Object attributes unitType, valueInSpecifiedUnits and valueAsString might be modified as a result of this method. For example, if the original value were "0.5cm" and the method was invoked to convert to millimeters, then the unitType would be changed to SVG_LENGTHTYPE_MM, valueInSpecifiedUnits would be changed to the numeric value 5 and valueAsString would be changed to "5mm".
435
+
436
+ :param unit_type: The unit type to switch to (e.g., SVG_LENGTHTYPE_MM).'''
437
+ ...
438
+
439
+ @property
440
+ def unit_type(self) -> int:
441
+ ...
442
+
443
+ @property
444
+ def value(self) -> float:
445
+ '''The value as a floating point value, in user units. Setting this attribute will cause valueInSpecifiedUnits and valueAsString to be updated automatically to reflect this setting.'''
446
+ ...
447
+
448
+ @value.setter
449
+ def value(self, value : float):
450
+ '''The value as a floating point value, in user units. Setting this attribute will cause valueInSpecifiedUnits and valueAsString to be updated automatically to reflect this setting.'''
451
+ ...
452
+
453
+ @property
454
+ def value_in_specified_units(self) -> float:
455
+ ...
456
+
457
+ @value_in_specified_units.setter
458
+ def value_in_specified_units(self, value : float):
459
+ ...
460
+
461
+ @property
462
+ def value_as_string(self) -> str:
463
+ ...
464
+
465
+ @value_as_string.setter
466
+ def value_as_string(self, value : str):
467
+ ...
468
+
469
+ @classmethod
470
+ @property
471
+ def SVG_LENGTHTYPE_UNKNOWN(cls) -> int:
472
+ '''The unit type is not one of predefined unit types. It is invalid to attempt to define a new value of this type or to attempt to switch an existing value to this type.'''
473
+ ...
474
+
475
+ @classmethod
476
+ @property
477
+ def SVG_LENGTHTYPE_NUMBER(cls) -> int:
478
+ '''No unit type was provided (i.e., a unitless value was specified), which indicates a value in user units.'''
479
+ ...
480
+
481
+ @classmethod
482
+ @property
483
+ def SVG_LENGTHTYPE_PERCENTAGE(cls) -> int:
484
+ '''A percentage value was specified.'''
485
+ ...
486
+
487
+ @classmethod
488
+ @property
489
+ def SVG_LENGTHTYPE_EMS(cls) -> int:
490
+ '''A value was specified using the em units defined in CSS2.'''
491
+ ...
492
+
493
+ @classmethod
494
+ @property
495
+ def SVG_LENGTHTYPE_EXS(cls) -> int:
496
+ '''A value was specified using the ex units defined in CSS2.'''
497
+ ...
498
+
499
+ @classmethod
500
+ @property
501
+ def SVG_LENGTHTYPE_PX(cls) -> int:
502
+ '''A value was specified using the px units defined in CSS2.'''
503
+ ...
504
+
505
+ @classmethod
506
+ @property
507
+ def SVG_LENGTHTYPE_CM(cls) -> int:
508
+ '''A value was specified using the cm units defined in CSS2.'''
509
+ ...
510
+
511
+ @classmethod
512
+ @property
513
+ def SVG_LENGTHTYPE_MM(cls) -> int:
514
+ '''A value was specified using the mm units defined in CSS2.'''
515
+ ...
516
+
517
+ @classmethod
518
+ @property
519
+ def SVG_LENGTHTYPE_IN(cls) -> int:
520
+ '''A value was specified using the in units defined in CSS2.'''
521
+ ...
522
+
523
+ @classmethod
524
+ @property
525
+ def SVG_LENGTHTYPE_PT(cls) -> int:
526
+ '''A value was specified using the pt units defined in CSS2.'''
527
+ ...
528
+
529
+ @classmethod
530
+ @property
531
+ def SVG_LENGTHTYPE_PC(cls) -> int:
532
+ '''A value was specified using the pc units defined in CSS2.'''
533
+ ...
534
+
535
+ ...
536
+
537
+ class SVGLengthList(SVGValueType):
538
+ '''This interface defines a list of SVGLength objects.'''
539
+
540
+ def get_platform_type(self) -> Type:
541
+ '''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
542
+
543
+ :returns: The ECMAScript object :py:class:`System.Type`.'''
544
+ ...
545
+
546
+ def clear(self):
547
+ ...
548
+
549
+ def initialize(self, new_item : aspose.html.dom.svg.datatypes.SVGLength) -> aspose.html.dom.svg.datatypes.SVGLength:
550
+ ...
551
+
552
+ def get_item(self, index : int) -> aspose.html.dom.svg.datatypes.SVGLength:
553
+ ...
554
+
555
+ def insert_item_before(self, new_item : aspose.html.dom.svg.datatypes.SVGLength, index : int) -> aspose.html.dom.svg.datatypes.SVGLength:
556
+ ...
557
+
558
+ def replace_item(self, new_item : aspose.html.dom.svg.datatypes.SVGLength, index : int) -> aspose.html.dom.svg.datatypes.SVGLength:
559
+ ...
560
+
561
+ def remove_item(self, index : int) -> aspose.html.dom.svg.datatypes.SVGLength:
562
+ ...
563
+
564
+ def append_item(self, new_item : aspose.html.dom.svg.datatypes.SVGLength) -> aspose.html.dom.svg.datatypes.SVGLength:
565
+ ...
566
+
567
+ @property
568
+ def length(self) -> int:
569
+ ...
570
+
571
+ @property
572
+ def number_of_items(self) -> int:
573
+ ...
574
+
575
+ def __getitem__(self, key : int) -> aspose.html.dom.svg.datatypes.SVGLength:
576
+ ...
577
+
578
+ def __setitem__(self, key : int, value : aspose.html.dom.svg.datatypes.SVGLength):
579
+ ...
580
+
581
+ ...
582
+
583
+ class SVGMatrix(SVGValueType):
584
+ '''Many of SVG's graphics operations utilize 2x3 matrices of the form:
585
+ [a c e]
586
+ [b d f]
587
+ which, when expanded into a 3x3 matrix for the purposes of matrix arithmetic, become:
588
+ [a c e]
589
+ [b d f]
590
+ [0 0 1]'''
591
+
592
+ def get_platform_type(self) -> Type:
593
+ '''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
594
+
595
+ :returns: The ECMAScript object :py:class:`System.Type`.'''
596
+ ...
597
+
598
+ def multiply(self, second_matrix : aspose.html.dom.svg.datatypes.SVGMatrix) -> aspose.html.dom.svg.datatypes.SVGMatrix:
599
+ '''Performs matrix multiplication. This matrix is post-multiplied by another matrix, returning the resulting new matrix.
600
+
601
+ :param second_matrix: The matrix which is post-multiplied to this matrix.
602
+ :returns: The resulting matrix.'''
603
+ ...
604
+
605
+ def translate(self, x : float, y : float) -> aspose.html.dom.svg.datatypes.SVGMatrix:
606
+ '''Post-multiplies a translation transformation on the current matrix and returns the resulting matrix.
607
+
608
+ :param x: The distance to translate along the x-axis.
609
+ :param y: The distance to translate along the y-axis.
610
+ :returns: The resulting matrix.'''
611
+ ...
612
+
613
+ def scale(self, scale_factor : float) -> aspose.html.dom.svg.datatypes.SVGMatrix:
614
+ '''Post-multiplies a uniform scale transformation on the current matrix and returns the resulting matrix.
615
+
616
+ :param scale_factor: Scale factor in both X and Y.
617
+ :returns: The resulting matrix.'''
618
+ ...
619
+
620
+ def scale_non_uniform(self, scale_factor_x : float, scale_factor_y : float) -> aspose.html.dom.svg.datatypes.SVGMatrix:
621
+ '''Post-multiplies a non-uniform scale transformation on the current matrix and returns the resulting matrix.
622
+
623
+ :param scale_factor_x: Scale factor in X.
624
+ :param scale_factor_y: Scale factor in Y.
625
+ :returns: The resulting matrix.'''
626
+ ...
627
+
628
+ def rotate(self, angle : float) -> aspose.html.dom.svg.datatypes.SVGMatrix:
629
+ '''Post-multiplies a rotation transformation on the current matrix and returns the resulting matrix.
630
+
631
+ :param angle: Rotation angle.
632
+ :returns: The resulting matrix.'''
633
+ ...
634
+
635
+ def skew_x(self, angle : float) -> aspose.html.dom.svg.datatypes.SVGMatrix:
636
+ '''Post-multiplies a skewX transformation on the current matrix and returns the resulting matrix.
637
+
638
+ :param angle: Skew angle.
639
+ :returns: The resulting matrix.'''
640
+ ...
641
+
642
+ def skew_y(self, angle : float) -> aspose.html.dom.svg.datatypes.SVGMatrix:
643
+ '''Post-multiplies a skewY transformation on the current matrix and returns the resulting matrix.
644
+
645
+ :param angle: The angle.
646
+ :returns: Skew angle.'''
647
+ ...
648
+
649
+ @property
650
+ def a(self) -> float:
651
+ '''The A component of the matrix.'''
652
+ ...
653
+
654
+ @a.setter
655
+ def a(self, value : float):
656
+ '''The A component of the matrix.'''
657
+ ...
658
+
659
+ @property
660
+ def b(self) -> float:
661
+ '''The B component of the matrix.'''
662
+ ...
663
+
664
+ @b.setter
665
+ def b(self, value : float):
666
+ '''The B component of the matrix.'''
667
+ ...
668
+
669
+ @property
670
+ def c(self) -> float:
671
+ '''The C component of the matrix.'''
672
+ ...
673
+
674
+ @c.setter
675
+ def c(self, value : float):
676
+ '''The C component of the matrix.'''
677
+ ...
678
+
679
+ @property
680
+ def d(self) -> float:
681
+ '''The D component of the matrix.'''
682
+ ...
683
+
684
+ @d.setter
685
+ def d(self, value : float):
686
+ '''The D component of the matrix.'''
687
+ ...
688
+
689
+ @property
690
+ def e(self) -> float:
691
+ '''The E component of the matrix.'''
692
+ ...
693
+
694
+ @e.setter
695
+ def e(self, value : float):
696
+ '''The E component of the matrix.'''
697
+ ...
698
+
699
+ @property
700
+ def f(self) -> float:
701
+ '''The F component of the matrix.'''
702
+ ...
703
+
704
+ @f.setter
705
+ def f(self, value : float):
706
+ '''The F component of the matrix.'''
707
+ ...
708
+
709
+ ...
710
+
711
+ class SVGNumber(SVGValueType):
712
+ '''Used for attributes of basic type number.'''
713
+
714
+ def get_platform_type(self) -> Type:
715
+ '''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
716
+
717
+ :returns: The ECMAScript object :py:class:`System.Type`.'''
718
+ ...
719
+
720
+ @property
721
+ def value(self) -> float:
722
+ '''The value of the given attribute.'''
723
+ ...
724
+
725
+ @value.setter
726
+ def value(self, value : float):
727
+ '''The value of the given attribute.'''
728
+ ...
729
+
730
+ ...
731
+
732
+ class SVGNumberList(SVGValueType):
733
+ '''This interface defines a list of SVGNumber objects.'''
734
+
735
+ def get_platform_type(self) -> Type:
736
+ '''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
737
+
738
+ :returns: The ECMAScript object :py:class:`System.Type`.'''
739
+ ...
740
+
741
+ def clear(self):
742
+ ...
743
+
744
+ def initialize(self, new_item : aspose.html.dom.svg.datatypes.SVGNumber) -> aspose.html.dom.svg.datatypes.SVGNumber:
745
+ ...
746
+
747
+ def get_item(self, index : int) -> aspose.html.dom.svg.datatypes.SVGNumber:
748
+ ...
749
+
750
+ def insert_item_before(self, new_item : aspose.html.dom.svg.datatypes.SVGNumber, index : int) -> aspose.html.dom.svg.datatypes.SVGNumber:
751
+ ...
752
+
753
+ def replace_item(self, new_item : aspose.html.dom.svg.datatypes.SVGNumber, index : int) -> aspose.html.dom.svg.datatypes.SVGNumber:
754
+ ...
755
+
756
+ def remove_item(self, index : int) -> aspose.html.dom.svg.datatypes.SVGNumber:
757
+ ...
758
+
759
+ def append_item(self, new_item : aspose.html.dom.svg.datatypes.SVGNumber) -> aspose.html.dom.svg.datatypes.SVGNumber:
760
+ ...
761
+
762
+ @property
763
+ def length(self) -> int:
764
+ ...
765
+
766
+ @property
767
+ def number_of_items(self) -> int:
768
+ ...
769
+
770
+ def __getitem__(self, key : int) -> aspose.html.dom.svg.datatypes.SVGNumber:
771
+ ...
772
+
773
+ def __setitem__(self, key : int, value : aspose.html.dom.svg.datatypes.SVGNumber):
774
+ ...
775
+
776
+ ...
777
+
778
+ class SVGPoint(SVGValueType):
779
+ '''Many of the SVG DOM interfaces refer to objects of class SVGPoint. An SVGPoint is an (x, y) coordinate pair. When used in matrix operations, an SVGPoint is treated as a vector of the form:
780
+ [x]
781
+ [y]
782
+ [1]
783
+ If an SVGRect object is designated as read only, then attempting to assign to one of its attributes will result in an exception being thrown.'''
784
+
785
+ def get_platform_type(self) -> Type:
786
+ '''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
787
+
788
+ :returns: The ECMAScript object :py:class:`System.Type`.'''
789
+ ...
790
+
791
+ def matrix_transform(self, matrix : aspose.html.dom.svg.datatypes.SVGMatrix) -> aspose.html.dom.svg.datatypes.SVGPoint:
792
+ '''Applies a 2x3 matrix transformation on this SVGPoint object and returns a new, transformed SVGPoint object:
793
+ newpoint = matrix* thispoint
794
+
795
+ :param matrix: he matrix which is to be applied to this SVGPoint object.
796
+ :returns: A new SVGPoint object.'''
797
+ ...
798
+
799
+ @property
800
+ def x(self) -> float:
801
+ '''The X coordinate.'''
802
+ ...
803
+
804
+ @x.setter
805
+ def x(self, value : float):
806
+ '''The X coordinate.'''
807
+ ...
808
+
809
+ @property
810
+ def y(self) -> float:
811
+ '''The Y coordinate.'''
812
+ ...
813
+
814
+ @y.setter
815
+ def y(self, value : float):
816
+ '''The Y coordinate.'''
817
+ ...
818
+
819
+ ...
820
+
821
+ class SVGPointList(SVGValueType):
822
+ '''This interface defines a list of SVGPoint objects.'''
823
+
824
+ def get_platform_type(self) -> Type:
825
+ '''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
826
+
827
+ :returns: The ECMAScript object :py:class:`System.Type`.'''
828
+ ...
829
+
830
+ def clear(self):
831
+ ...
832
+
833
+ def initialize(self, new_item : aspose.html.dom.svg.datatypes.SVGPoint) -> aspose.html.dom.svg.datatypes.SVGPoint:
834
+ ...
835
+
836
+ def get_item(self, index : int) -> aspose.html.dom.svg.datatypes.SVGPoint:
837
+ ...
838
+
839
+ def insert_item_before(self, new_item : aspose.html.dom.svg.datatypes.SVGPoint, index : int) -> aspose.html.dom.svg.datatypes.SVGPoint:
840
+ ...
841
+
842
+ def replace_item(self, new_item : aspose.html.dom.svg.datatypes.SVGPoint, index : int) -> aspose.html.dom.svg.datatypes.SVGPoint:
843
+ ...
844
+
845
+ def remove_item(self, index : int) -> aspose.html.dom.svg.datatypes.SVGPoint:
846
+ ...
847
+
848
+ def append_item(self, new_item : aspose.html.dom.svg.datatypes.SVGPoint) -> aspose.html.dom.svg.datatypes.SVGPoint:
849
+ ...
850
+
851
+ @property
852
+ def length(self) -> int:
853
+ ...
854
+
855
+ @property
856
+ def number_of_items(self) -> int:
857
+ ...
858
+
859
+ def __getitem__(self, key : int) -> aspose.html.dom.svg.datatypes.SVGPoint:
860
+ ...
861
+
862
+ def __setitem__(self, key : int, value : aspose.html.dom.svg.datatypes.SVGPoint):
863
+ ...
864
+
865
+ ...
866
+
867
+ class SVGPreserveAspectRatio(SVGValueType):
868
+ '''The SVGPreserveAspectRatio interface corresponds to the ‘preserveAspectRatio’ attribute, which is available for some of SVG's elements.'''
869
+
870
+ def get_platform_type(self) -> Type:
871
+ '''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
872
+
873
+ :returns: The ECMAScript object :py:class:`System.Type`.'''
874
+ ...
875
+
876
+ @property
877
+ def align(self) -> int:
878
+ '''The type of the alignment value as specified by one of the SVG_PRESERVEASPECTRATIO_* constants defined on this interface.'''
879
+ ...
880
+
881
+ @align.setter
882
+ def align(self, value : int):
883
+ '''The type of the alignment value as specified by one of the SVG_PRESERVEASPECTRATIO_* constants defined on this interface.'''
884
+ ...
885
+
886
+ @property
887
+ def meet_or_slice(self) -> int:
888
+ ...
889
+
890
+ @meet_or_slice.setter
891
+ def meet_or_slice(self, value : int):
892
+ ...
893
+
894
+ @classmethod
895
+ @property
896
+ def SVG_PRESERVEASPECTRATIO_UNKNOWN(cls) -> int:
897
+ '''The enumeration was set to a value that is not one of predefined types. It is invalid to attempt to define a new value of this type or to attempt to switch an existing value to this type.'''
898
+ ...
899
+
900
+ @classmethod
901
+ @property
902
+ def SVG_PRESERVEASPECTRATIO_NONE(cls) -> int:
903
+ '''Corresponds to value 'none' for attribute ‘preserveAspectRatio’.'''
904
+ ...
905
+
906
+ @classmethod
907
+ @property
908
+ def SVG_PRESERVEASPECTRATIO_XMINYMIN(cls) -> int:
909
+ '''Corresponds to value 'xMinYMin' for attribute ‘preserveAspectRatio’.'''
910
+ ...
911
+
912
+ @classmethod
913
+ @property
914
+ def SVG_PRESERVEASPECTRATIO_XMIDYMIN(cls) -> int:
915
+ '''Corresponds to value 'xMidYMin' for attribute ‘preserveAspectRatio’.'''
916
+ ...
917
+
918
+ @classmethod
919
+ @property
920
+ def SVG_PRESERVEASPECTRATIO_XMAXYMIN(cls) -> int:
921
+ '''Corresponds to value 'xMaxYMin' for attribute ‘preserveAspectRatio’.'''
922
+ ...
923
+
924
+ @classmethod
925
+ @property
926
+ def SVG_PRESERVEASPECTRATIO_XMINYMID(cls) -> int:
927
+ '''Corresponds to value 'XMinYMid' for attribute ‘preserveAspectRatio’.'''
928
+ ...
929
+
930
+ @classmethod
931
+ @property
932
+ def SVG_PRESERVEASPECTRATIO_XMIDYMID(cls) -> int:
933
+ '''Corresponds to value 'xMidYMid' for attribute ‘preserveAspectRatio’.'''
934
+ ...
935
+
936
+ @classmethod
937
+ @property
938
+ def SVG_PRESERVEASPECTRATIO_XMAXYMID(cls) -> int:
939
+ '''Corresponds to value 'xMaxYMid' for attribute ‘preserveAspectRatio’.'''
940
+ ...
941
+
942
+ @classmethod
943
+ @property
944
+ def SVG_PRESERVEASPECTRATIO_XMINYMAX(cls) -> int:
945
+ '''Corresponds to value 'xMinYMax' for attribute ‘preserveAspectRatio’.'''
946
+ ...
947
+
948
+ @classmethod
949
+ @property
950
+ def SVG_PRESERVEASPECTRATIO_XMIDYMAX(cls) -> int:
951
+ '''Corresponds to value 'xMidYMax' for attribute ‘preserveAspectRatio’.'''
952
+ ...
953
+
954
+ @classmethod
955
+ @property
956
+ def SVG_PRESERVEASPECTRATIO_XMAXYMAX(cls) -> int:
957
+ '''Corresponds to value 'xMaxYMax' for attribute ‘preserveAspectRatio’.'''
958
+ ...
959
+
960
+ @classmethod
961
+ @property
962
+ def SVG_MEETORSLICE_UNKNOWN(cls) -> int:
963
+ '''The enumeration was set to a value that is not one of predefined types. It is invalid to attempt to define a new value of this type or to attempt to switch an existing value to this type.'''
964
+ ...
965
+
966
+ @classmethod
967
+ @property
968
+ def SVG_MEETORSLICE_MEET(cls) -> int:
969
+ '''Corresponds to value 'meet' for attribute ‘preserveAspectRatio’.'''
970
+ ...
971
+
972
+ @classmethod
973
+ @property
974
+ def SVG_MEETORSLICE_SLICE(cls) -> int:
975
+ '''Corresponds to value 'slice' for attribute ‘preserveAspectRatio’.'''
976
+ ...
977
+
978
+ ...
979
+
980
+ class SVGRect(SVGValueType):
981
+ '''Represents rectangular geometry. Rectangles are defined as consisting of a (x,y) coordinate pair identifying a minimum X value, a minimum Y value, and a width and height, which are usually constrained to be non-negative.'''
982
+
983
+ def get_platform_type(self) -> Type:
984
+ '''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
985
+
986
+ :returns: The ECMAScript object :py:class:`System.Type`.'''
987
+ ...
988
+
989
+ @property
990
+ def x(self) -> float:
991
+ '''The X coordinate of the rectangle, in user units.'''
992
+ ...
993
+
994
+ @x.setter
995
+ def x(self, value : float):
996
+ '''The X coordinate of the rectangle, in user units.'''
997
+ ...
998
+
999
+ @property
1000
+ def y(self) -> float:
1001
+ '''The Y coordinate of the rectangle, in user units.'''
1002
+ ...
1003
+
1004
+ @y.setter
1005
+ def y(self, value : float):
1006
+ '''The Y coordinate of the rectangle, in user units.'''
1007
+ ...
1008
+
1009
+ @property
1010
+ def width(self) -> float:
1011
+ '''The Width coordinate of the rectangle, in user units.'''
1012
+ ...
1013
+
1014
+ @width.setter
1015
+ def width(self, value : float):
1016
+ '''The Width coordinate of the rectangle, in user units.'''
1017
+ ...
1018
+
1019
+ @property
1020
+ def height(self) -> float:
1021
+ '''The Height coordinate of the rectangle, in user units.'''
1022
+ ...
1023
+
1024
+ @height.setter
1025
+ def height(self, value : float):
1026
+ '''The Height coordinate of the rectangle, in user units.'''
1027
+ ...
1028
+
1029
+ ...
1030
+
1031
+ class SVGStringList(SVGValueType):
1032
+ '''SVGStringList has the same attributes and methods as other SVGxxxList interfaces. Implementers may consider using a single base class to implement the various SVGxxxList interfaces.'''
1033
+
1034
+ def get_platform_type(self) -> Type:
1035
+ '''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
1036
+
1037
+ :returns: The ECMAScript object :py:class:`System.Type`.'''
1038
+ ...
1039
+
1040
+ def clear(self):
1041
+ ...
1042
+
1043
+ def initialize(self, new_item : str) -> str:
1044
+ ...
1045
+
1046
+ def get_item(self, index : int) -> str:
1047
+ ...
1048
+
1049
+ def insert_item_before(self, new_item : str, index : int) -> str:
1050
+ ...
1051
+
1052
+ def replace_item(self, new_item : str, index : int) -> str:
1053
+ ...
1054
+
1055
+ def remove_item(self, index : int) -> str:
1056
+ ...
1057
+
1058
+ def append_item(self, new_item : str) -> str:
1059
+ ...
1060
+
1061
+ @property
1062
+ def length(self) -> int:
1063
+ ...
1064
+
1065
+ @property
1066
+ def number_of_items(self) -> int:
1067
+ ...
1068
+
1069
+ def __getitem__(self, key : int) -> str:
1070
+ ...
1071
+
1072
+ def __setitem__(self, key : int, value : str):
1073
+ ...
1074
+
1075
+ ...
1076
+
1077
+ class SVGTransform(SVGValueType):
1078
+ '''SVGTransform is the interface for one of the component transformations within an SVGTransformList; thus, an SVGTransform object corresponds to a single component (e.g., 'scale(…)' or 'matrix(…)') within a ‘transform’ attribute specification.'''
1079
+
1080
+ def get_platform_type(self) -> Type:
1081
+ '''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
1082
+
1083
+ :returns: The ECMAScript object :py:class:`System.Type`.'''
1084
+ ...
1085
+
1086
+ def set_matrix(self, matrix : aspose.html.dom.svg.datatypes.SVGMatrix):
1087
+ '''Sets the transform type to SVG_TRANSFORM_MATRIX, with parameter matrix defining the new transformation. The values from the parameter matrix are copied, the matrix parameter does not replace SVGTransform::matrix.
1088
+
1089
+ :param matrix: The new matrix for the transformation.'''
1090
+ ...
1091
+
1092
+ def set_translate(self, tx : float, ty : float):
1093
+ '''Sets the transform type to SVG_TRANSFORM_TRANSLATE, with parameters tx and ty defining the translation amounts.
1094
+
1095
+ :param tx: The translation amount in X.
1096
+ :param ty: The translation amount in Y.'''
1097
+ ...
1098
+
1099
+ def set_scale(self, sx : float, sy : float):
1100
+ '''Sets the transform type to SVG_TRANSFORM_SCALE, with parameters sx and sy defining the scale amounts.
1101
+
1102
+ :param sx: The scale amount in X.
1103
+ :param sy: The scale amount in Y.'''
1104
+ ...
1105
+
1106
+ def set_rotate(self, angle : float, cx : float, cy : float):
1107
+ '''Sets the transform type to SVG_TRANSFORM_ROTATE, with parameter angle defining the rotation angle and parameters cx and cy defining the optional center of rotation.
1108
+
1109
+ :param angle: The rotation angle.
1110
+ :param cx: The x coordinate of center of rotation.
1111
+ :param cy: The y coordinate of center of rotation.'''
1112
+ ...
1113
+
1114
+ def set_skew_x(self, angle : float):
1115
+ '''Sets the transform type to SVG_TRANSFORM_SKEWX, with parameter angle defining the amount of skew.
1116
+
1117
+ :param angle: The skew angle.'''
1118
+ ...
1119
+
1120
+ def set_skew_y(self, angle : float):
1121
+ '''Sets the transform type to SVG_TRANSFORM_SKEWY, with parameter angle defining the amount of skew.
1122
+
1123
+ :param angle: The skew angle.'''
1124
+ ...
1125
+
1126
+ @property
1127
+ def type(self) -> int:
1128
+ '''The type of the value as specified by one of the SVG_TRANSFORM_* constants defined on this interface.'''
1129
+ ...
1130
+
1131
+ @property
1132
+ def matrix(self) -> aspose.html.dom.svg.datatypes.SVGMatrix:
1133
+ '''The matrix that represents this transformation. The matrix object is live, meaning that any changes made to the SVGTransform object are immediately reflected in the matrix object and vice versa. In case the matrix object is changed directly (i.e., without using the methods on the SVGTransform interface itself) then the type of the SVGTransform changes to SVG_TRANSFORM_MATRIX.
1134
+ For SVG_TRANSFORM_MATRIX, the matrix contains the a, b, c, d, e, f values supplied by the user.
1135
+ For SVG_TRANSFORM_TRANSLATE, e and f represent the translation amounts(a= 1, b= 0, c= 0 and d = 1).
1136
+ For SVG_TRANSFORM_SCALE, a and d represent the scale amounts(b= 0, c= 0, e= 0 and f = 0).
1137
+ For SVG_TRANSFORM_SKEWX and SVG_TRANSFORM_SKEWY, a, b, c and d represent the matrix which will result in the given skew(e= 0 and f = 0).
1138
+ For SVG_TRANSFORM_ROTATE, a, b, c, d, e and f together represent the matrix which will result in the given rotation.When the rotation is around the center point(0, 0), e and f will be zero.'''
1139
+ ...
1140
+
1141
+ @property
1142
+ def angle(self) -> float:
1143
+ '''A convenience attribute for SVG_TRANSFORM_ROTATE, SVG_TRANSFORM_SKEWX and SVG_TRANSFORM_SKEWY. It holds the angle that was specified.
1144
+ For SVG_TRANSFORM_MATRIX, SVG_TRANSFORM_TRANSLATE and SVG_TRANSFORM_SCALE, angle will be zero.'''
1145
+ ...
1146
+
1147
+ @classmethod
1148
+ @property
1149
+ def SVG_TRANSFORM_UNKNOWN(cls) -> int:
1150
+ '''The unit type is not one of predefined types. It is invalid to attempt to define a new value of this type or to attempt to switch an existing value to this type.'''
1151
+ ...
1152
+
1153
+ @classmethod
1154
+ @property
1155
+ def SVG_TRANSFORM_MATRIX(cls) -> int:
1156
+ '''A 'matrix(…)' transformation.'''
1157
+ ...
1158
+
1159
+ @classmethod
1160
+ @property
1161
+ def SVG_TRANSFORM_TRANSLATE(cls) -> int:
1162
+ '''A 'translate(…)' transformation.'''
1163
+ ...
1164
+
1165
+ @classmethod
1166
+ @property
1167
+ def SVG_TRANSFORM_SCALE(cls) -> int:
1168
+ '''A 'scale(…)' transformation.'''
1169
+ ...
1170
+
1171
+ @classmethod
1172
+ @property
1173
+ def SVG_TRANSFORM_ROTATE(cls) -> int:
1174
+ '''A 'rotate(…)' transformation.'''
1175
+ ...
1176
+
1177
+ @classmethod
1178
+ @property
1179
+ def SVG_TRANSFORM_SKEWX(cls) -> int:
1180
+ '''A 'skewX(…)' transformation.'''
1181
+ ...
1182
+
1183
+ @classmethod
1184
+ @property
1185
+ def SVG_TRANSFORM_SKEWY(cls) -> int:
1186
+ '''A 'skewY(…)' transformation.'''
1187
+ ...
1188
+
1189
+ ...
1190
+
1191
+ class SVGTransformList(SVGValueType):
1192
+ '''This interface defines a list of SVGTransform objects.'''
1193
+
1194
+ def get_platform_type(self) -> Type:
1195
+ '''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
1196
+
1197
+ :returns: The ECMAScript object :py:class:`System.Type`.'''
1198
+ ...
1199
+
1200
+ def clear(self):
1201
+ ...
1202
+
1203
+ def initialize(self, new_item : aspose.html.dom.svg.datatypes.SVGTransform) -> aspose.html.dom.svg.datatypes.SVGTransform:
1204
+ ...
1205
+
1206
+ def get_item(self, index : int) -> aspose.html.dom.svg.datatypes.SVGTransform:
1207
+ ...
1208
+
1209
+ def insert_item_before(self, new_item : aspose.html.dom.svg.datatypes.SVGTransform, index : int) -> aspose.html.dom.svg.datatypes.SVGTransform:
1210
+ ...
1211
+
1212
+ def replace_item(self, new_item : aspose.html.dom.svg.datatypes.SVGTransform, index : int) -> aspose.html.dom.svg.datatypes.SVGTransform:
1213
+ ...
1214
+
1215
+ def remove_item(self, index : int) -> aspose.html.dom.svg.datatypes.SVGTransform:
1216
+ ...
1217
+
1218
+ def append_item(self, new_item : aspose.html.dom.svg.datatypes.SVGTransform) -> aspose.html.dom.svg.datatypes.SVGTransform:
1219
+ ...
1220
+
1221
+ @property
1222
+ def length(self) -> int:
1223
+ ...
1224
+
1225
+ @property
1226
+ def number_of_items(self) -> int:
1227
+ ...
1228
+
1229
+ def __getitem__(self, key : int) -> aspose.html.dom.svg.datatypes.SVGTransform:
1230
+ ...
1231
+
1232
+ def __setitem__(self, key : int, value : aspose.html.dom.svg.datatypes.SVGTransform):
1233
+ ...
1234
+
1235
+ ...
1236
+
1237
+ class SVGValueType(aspose.html.dom.DOMObject):
1238
+ '''The SVGValueType type is used to represent an base SVG value type.'''
1239
+
1240
+ def get_platform_type(self) -> Type:
1241
+ '''This method is used to retrieve ECMAScript object :py:class:`System.Type`.
1242
+
1243
+ :returns: The ECMAScript object :py:class:`System.Type`.'''
1244
+ ...
1245
+
1246
+ ...
1247
+