aspose-html-net 25.9.0__py3-none-macosx_10_14_x86_64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (320) hide show
  1. .__pyi_patched +0 -0
  2. aspose/__init__.py +82 -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 +42095 -0
  23. aspose/html/__nuitka/__init__.pyi +1 -0
  24. aspose/html/__nuitka/aspose-html.nuitka-package.config.yml +19 -0
  25. aspose/html/__pyinstaller/__init__.pyi +1 -0
  26. aspose/html/__pyinstaller/hook-aspose.html.py +9 -0
  27. aspose/html/accessibility/__init__.pyi +469 -0
  28. aspose/html/accessibility/results/__init__.pyi +106 -0
  29. aspose/html/accessibility/saving/__init__.pyi +78 -0
  30. aspose/html/collections/__init__.pyi +246 -0
  31. aspose/html/converters/__init__.pyi +2793 -0
  32. aspose/html/diagnostics/__init__.pyi +72 -0
  33. aspose/html/dom/__init__.pyi +6830 -0
  34. aspose/html/dom/attributes/__init__.pyi +144 -0
  35. aspose/html/dom/canvas/__init__.pyi +1103 -0
  36. aspose/html/dom/css/__init__.pyi +3488 -0
  37. aspose/html/dom/events/__init__.pyi +1397 -0
  38. aspose/html/dom/mutations/__init__.pyi +259 -0
  39. aspose/html/dom/svg/__init__.pyi +31934 -0
  40. aspose/html/dom/svg/datatypes/__init__.pyi +1247 -0
  41. aspose/html/dom/svg/events/__init__.pyi +279 -0
  42. aspose/html/dom/svg/filters/__init__.pyi +16150 -0
  43. aspose/html/dom/svg/paths/__init__.pyi +3466 -0
  44. aspose/html/dom/svg/saving/__init__.pyi +106 -0
  45. aspose/html/dom/traversal/__init__.pyi +461 -0
  46. aspose/html/dom/traversal/filters/__init__.pyi +200 -0
  47. aspose/html/dom/views/__init__.pyi +79 -0
  48. aspose/html/dom/xpath/__init__.pyi +317 -0
  49. aspose/html/drawing/__init__.pyi +3224 -0
  50. aspose/html/forms/__init__.pyi +998 -0
  51. aspose/html/io/__init__.pyi +219 -0
  52. aspose/html/loading/__init__.pyi +68 -0
  53. aspose/html/net/__init__.pyi +521 -0
  54. aspose/html/net/headers/__init__.pyi +147 -0
  55. aspose/html/net/messagefilters/__init__.pyi +67 -0
  56. aspose/html/net/messagehandlers/__init__.pyi +103 -0
  57. aspose/html/rendering/__init__.pyi +805 -0
  58. aspose/html/rendering/doc/__init__.pyi +280 -0
  59. aspose/html/rendering/fonts/__init__.pyi +90 -0
  60. aspose/html/rendering/image/__init__.pyi +291 -0
  61. aspose/html/rendering/pdf/__init__.pyi +305 -0
  62. aspose/html/rendering/pdf/encryption/__init__.pyi +171 -0
  63. aspose/html/rendering/xps/__init__.pyi +169 -0
  64. aspose/html/saving/__init__.pyi +751 -0
  65. aspose/html/saving/resourcehandlers/__init__.pyi +95 -0
  66. aspose/html/services/__init__.pyi +175 -0
  67. aspose/html/toolkit/__init__.pyi +55 -0
  68. aspose/html/toolkit/markdown/__init__.pyi +55 -0
  69. aspose/html/toolkit/markdown/syntax/__init__.pyi +6234 -0
  70. aspose/html/toolkit/markdown/syntax/extensions/__init__.pyi +549 -0
  71. aspose/html/toolkit/markdown/syntax/parser/__init__.pyi +631 -0
  72. aspose/html/toolkit/markdown/syntax/parser/extensions/__init__.pyi +55 -0
  73. aspose/html/toolkit/markdown/syntax/parser/extensions/gfm/__init__.pyi +66 -0
  74. aspose/html/toolkit/markdown/syntax/text/__init__.pyi +366 -0
  75. aspose/html/toolkit/optimizers/__init__.pyi +233 -0
  76. aspose/html/window/__init__.pyi +501 -0
  77. aspose/html.cpython-310-darwin.so +0 -0
  78. aspose/html.cpython-311-darwin.so +0 -0
  79. aspose/html.cpython-313-darwin.so +0 -0
  80. aspose/html.cpython-35m-darwin.so +0 -0
  81. aspose/html.cpython-36m-darwin.so +0 -0
  82. aspose/html.cpython-37m-darwin.so +0 -0
  83. aspose/html.cpython-38-darwin.so +0 -0
  84. aspose/html.cpython-39-darwin.so +0 -0
  85. aspose/netcore/netcore3.1/Microsoft.CSharp.dll +0 -0
  86. aspose/netcore/netcore3.1/Microsoft.VisualBasic.Core.dll +0 -0
  87. aspose/netcore/netcore3.1/Microsoft.VisualBasic.dll +0 -0
  88. aspose/netcore/netcore3.1/Microsoft.Win32.Primitives.dll +0 -0
  89. aspose/netcore/netcore3.1/Microsoft.Win32.Registry.dll +0 -0
  90. aspose/netcore/netcore3.1/SOS_README.md +5 -0
  91. aspose/netcore/netcore3.1/System.AppContext.dll +0 -0
  92. aspose/netcore/netcore3.1/System.Buffers.dll +0 -0
  93. aspose/netcore/netcore3.1/System.Collections.Concurrent.dll +0 -0
  94. aspose/netcore/netcore3.1/System.Collections.Immutable.dll +0 -0
  95. aspose/netcore/netcore3.1/System.Collections.NonGeneric.dll +0 -0
  96. aspose/netcore/netcore3.1/System.Collections.Specialized.dll +0 -0
  97. aspose/netcore/netcore3.1/System.Collections.dll +0 -0
  98. aspose/netcore/netcore3.1/System.ComponentModel.Annotations.dll +0 -0
  99. aspose/netcore/netcore3.1/System.ComponentModel.DataAnnotations.dll +0 -0
  100. aspose/netcore/netcore3.1/System.ComponentModel.EventBasedAsync.dll +0 -0
  101. aspose/netcore/netcore3.1/System.ComponentModel.Primitives.dll +0 -0
  102. aspose/netcore/netcore3.1/System.ComponentModel.TypeConverter.dll +0 -0
  103. aspose/netcore/netcore3.1/System.ComponentModel.dll +0 -0
  104. aspose/netcore/netcore3.1/System.Configuration.dll +0 -0
  105. aspose/netcore/netcore3.1/System.Console.dll +0 -0
  106. aspose/netcore/netcore3.1/System.Core.dll +0 -0
  107. aspose/netcore/netcore3.1/System.Data.Common.dll +0 -0
  108. aspose/netcore/netcore3.1/System.Data.DataSetExtensions.dll +0 -0
  109. aspose/netcore/netcore3.1/System.Data.dll +0 -0
  110. aspose/netcore/netcore3.1/System.Diagnostics.Contracts.dll +0 -0
  111. aspose/netcore/netcore3.1/System.Diagnostics.Debug.dll +0 -0
  112. aspose/netcore/netcore3.1/System.Diagnostics.DiagnosticSource.dll +0 -0
  113. aspose/netcore/netcore3.1/System.Diagnostics.FileVersionInfo.dll +0 -0
  114. aspose/netcore/netcore3.1/System.Diagnostics.Process.dll +0 -0
  115. aspose/netcore/netcore3.1/System.Diagnostics.StackTrace.dll +0 -0
  116. aspose/netcore/netcore3.1/System.Diagnostics.TextWriterTraceListener.dll +0 -0
  117. aspose/netcore/netcore3.1/System.Diagnostics.Tools.dll +0 -0
  118. aspose/netcore/netcore3.1/System.Diagnostics.TraceSource.dll +0 -0
  119. aspose/netcore/netcore3.1/System.Diagnostics.Tracing.dll +0 -0
  120. aspose/netcore/netcore3.1/System.Drawing.Primitives.dll +0 -0
  121. aspose/netcore/netcore3.1/System.Drawing.dll +0 -0
  122. aspose/netcore/netcore3.1/System.Dynamic.Runtime.dll +0 -0
  123. aspose/netcore/netcore3.1/System.Globalization.Calendars.dll +0 -0
  124. aspose/netcore/netcore3.1/System.Globalization.Extensions.dll +0 -0
  125. aspose/netcore/netcore3.1/System.Globalization.Native.dylib +0 -0
  126. aspose/netcore/netcore3.1/System.Globalization.dll +0 -0
  127. aspose/netcore/netcore3.1/System.IO.Compression.Brotli.dll +0 -0
  128. aspose/netcore/netcore3.1/System.IO.Compression.FileSystem.dll +0 -0
  129. aspose/netcore/netcore3.1/System.IO.Compression.Native.a +0 -0
  130. aspose/netcore/netcore3.1/System.IO.Compression.Native.dylib +0 -0
  131. aspose/netcore/netcore3.1/System.IO.Compression.ZipFile.dll +0 -0
  132. aspose/netcore/netcore3.1/System.IO.Compression.dll +0 -0
  133. aspose/netcore/netcore3.1/System.IO.FileSystem.AccessControl.dll +0 -0
  134. aspose/netcore/netcore3.1/System.IO.FileSystem.DriveInfo.dll +0 -0
  135. aspose/netcore/netcore3.1/System.IO.FileSystem.Primitives.dll +0 -0
  136. aspose/netcore/netcore3.1/System.IO.FileSystem.Watcher.dll +0 -0
  137. aspose/netcore/netcore3.1/System.IO.FileSystem.dll +0 -0
  138. aspose/netcore/netcore3.1/System.IO.IsolatedStorage.dll +0 -0
  139. aspose/netcore/netcore3.1/System.IO.MemoryMappedFiles.dll +0 -0
  140. aspose/netcore/netcore3.1/System.IO.Pipes.AccessControl.dll +0 -0
  141. aspose/netcore/netcore3.1/System.IO.Pipes.dll +0 -0
  142. aspose/netcore/netcore3.1/System.IO.UnmanagedMemoryStream.dll +0 -0
  143. aspose/netcore/netcore3.1/System.IO.dll +0 -0
  144. aspose/netcore/netcore3.1/System.Linq.Expressions.dll +0 -0
  145. aspose/netcore/netcore3.1/System.Linq.Parallel.dll +0 -0
  146. aspose/netcore/netcore3.1/System.Linq.Queryable.dll +0 -0
  147. aspose/netcore/netcore3.1/System.Linq.dll +0 -0
  148. aspose/netcore/netcore3.1/System.Memory.dll +0 -0
  149. aspose/netcore/netcore3.1/System.Native.a +0 -0
  150. aspose/netcore/netcore3.1/System.Native.dylib +0 -0
  151. aspose/netcore/netcore3.1/System.Net.Http.Native.a +0 -0
  152. aspose/netcore/netcore3.1/System.Net.Http.Native.dylib +0 -0
  153. aspose/netcore/netcore3.1/System.Net.Http.dll +0 -0
  154. aspose/netcore/netcore3.1/System.Net.HttpListener.dll +0 -0
  155. aspose/netcore/netcore3.1/System.Net.Mail.dll +0 -0
  156. aspose/netcore/netcore3.1/System.Net.NameResolution.dll +0 -0
  157. aspose/netcore/netcore3.1/System.Net.NetworkInformation.dll +0 -0
  158. aspose/netcore/netcore3.1/System.Net.Ping.dll +0 -0
  159. aspose/netcore/netcore3.1/System.Net.Primitives.dll +0 -0
  160. aspose/netcore/netcore3.1/System.Net.Requests.dll +0 -0
  161. aspose/netcore/netcore3.1/System.Net.Security.Native.a +0 -0
  162. aspose/netcore/netcore3.1/System.Net.Security.Native.dylib +0 -0
  163. aspose/netcore/netcore3.1/System.Net.Security.dll +0 -0
  164. aspose/netcore/netcore3.1/System.Net.ServicePoint.dll +0 -0
  165. aspose/netcore/netcore3.1/System.Net.Sockets.dll +0 -0
  166. aspose/netcore/netcore3.1/System.Net.WebClient.dll +0 -0
  167. aspose/netcore/netcore3.1/System.Net.WebHeaderCollection.dll +0 -0
  168. aspose/netcore/netcore3.1/System.Net.WebProxy.dll +0 -0
  169. aspose/netcore/netcore3.1/System.Net.WebSockets.Client.dll +0 -0
  170. aspose/netcore/netcore3.1/System.Net.WebSockets.dll +0 -0
  171. aspose/netcore/netcore3.1/System.Net.dll +0 -0
  172. aspose/netcore/netcore3.1/System.Numerics.Vectors.dll +0 -0
  173. aspose/netcore/netcore3.1/System.Numerics.dll +0 -0
  174. aspose/netcore/netcore3.1/System.ObjectModel.dll +0 -0
  175. aspose/netcore/netcore3.1/System.Private.CoreLib.dll +0 -0
  176. aspose/netcore/netcore3.1/System.Private.DataContractSerialization.dll +0 -0
  177. aspose/netcore/netcore3.1/System.Private.Uri.dll +0 -0
  178. aspose/netcore/netcore3.1/System.Private.Xml.Linq.dll +0 -0
  179. aspose/netcore/netcore3.1/System.Private.Xml.dll +0 -0
  180. aspose/netcore/netcore3.1/System.Reflection.DispatchProxy.dll +0 -0
  181. aspose/netcore/netcore3.1/System.Reflection.Emit.ILGeneration.dll +0 -0
  182. aspose/netcore/netcore3.1/System.Reflection.Emit.Lightweight.dll +0 -0
  183. aspose/netcore/netcore3.1/System.Reflection.Emit.dll +0 -0
  184. aspose/netcore/netcore3.1/System.Reflection.Extensions.dll +0 -0
  185. aspose/netcore/netcore3.1/System.Reflection.Metadata.dll +0 -0
  186. aspose/netcore/netcore3.1/System.Reflection.Primitives.dll +0 -0
  187. aspose/netcore/netcore3.1/System.Reflection.TypeExtensions.dll +0 -0
  188. aspose/netcore/netcore3.1/System.Reflection.dll +0 -0
  189. aspose/netcore/netcore3.1/System.Resources.Reader.dll +0 -0
  190. aspose/netcore/netcore3.1/System.Resources.ResourceManager.dll +0 -0
  191. aspose/netcore/netcore3.1/System.Resources.Writer.dll +0 -0
  192. aspose/netcore/netcore3.1/System.Runtime.CompilerServices.Unsafe.dll +0 -0
  193. aspose/netcore/netcore3.1/System.Runtime.CompilerServices.VisualC.dll +0 -0
  194. aspose/netcore/netcore3.1/System.Runtime.Extensions.dll +0 -0
  195. aspose/netcore/netcore3.1/System.Runtime.Handles.dll +0 -0
  196. aspose/netcore/netcore3.1/System.Runtime.InteropServices.RuntimeInformation.dll +0 -0
  197. aspose/netcore/netcore3.1/System.Runtime.InteropServices.WindowsRuntime.dll +0 -0
  198. aspose/netcore/netcore3.1/System.Runtime.InteropServices.dll +0 -0
  199. aspose/netcore/netcore3.1/System.Runtime.Intrinsics.dll +0 -0
  200. aspose/netcore/netcore3.1/System.Runtime.Loader.dll +0 -0
  201. aspose/netcore/netcore3.1/System.Runtime.Numerics.dll +0 -0
  202. aspose/netcore/netcore3.1/System.Runtime.Serialization.Formatters.dll +0 -0
  203. aspose/netcore/netcore3.1/System.Runtime.Serialization.Json.dll +0 -0
  204. aspose/netcore/netcore3.1/System.Runtime.Serialization.Primitives.dll +0 -0
  205. aspose/netcore/netcore3.1/System.Runtime.Serialization.Xml.dll +0 -0
  206. aspose/netcore/netcore3.1/System.Runtime.Serialization.dll +0 -0
  207. aspose/netcore/netcore3.1/System.Runtime.WindowsRuntime.UI.Xaml.dll +0 -0
  208. aspose/netcore/netcore3.1/System.Runtime.WindowsRuntime.dll +0 -0
  209. aspose/netcore/netcore3.1/System.Runtime.dll +0 -0
  210. aspose/netcore/netcore3.1/System.Security.AccessControl.dll +0 -0
  211. aspose/netcore/netcore3.1/System.Security.Claims.dll +0 -0
  212. aspose/netcore/netcore3.1/System.Security.Cryptography.Algorithms.dll +0 -0
  213. aspose/netcore/netcore3.1/System.Security.Cryptography.Cng.dll +0 -0
  214. aspose/netcore/netcore3.1/System.Security.Cryptography.Csp.dll +0 -0
  215. aspose/netcore/netcore3.1/System.Security.Cryptography.Encoding.dll +0 -0
  216. aspose/netcore/netcore3.1/System.Security.Cryptography.Native.Apple.a +0 -0
  217. aspose/netcore/netcore3.1/System.Security.Cryptography.Native.Apple.dylib +0 -0
  218. aspose/netcore/netcore3.1/System.Security.Cryptography.Native.OpenSsl.a +0 -0
  219. aspose/netcore/netcore3.1/System.Security.Cryptography.Native.OpenSsl.dylib +0 -0
  220. aspose/netcore/netcore3.1/System.Security.Cryptography.OpenSsl.dll +0 -0
  221. aspose/netcore/netcore3.1/System.Security.Cryptography.Primitives.dll +0 -0
  222. aspose/netcore/netcore3.1/System.Security.Cryptography.X509Certificates.dll +0 -0
  223. aspose/netcore/netcore3.1/System.Security.Principal.Windows.dll +0 -0
  224. aspose/netcore/netcore3.1/System.Security.Principal.dll +0 -0
  225. aspose/netcore/netcore3.1/System.Security.SecureString.dll +0 -0
  226. aspose/netcore/netcore3.1/System.Security.dll +0 -0
  227. aspose/netcore/netcore3.1/System.ServiceModel.Web.dll +0 -0
  228. aspose/netcore/netcore3.1/System.ServiceProcess.dll +0 -0
  229. aspose/netcore/netcore3.1/System.Text.Encoding.CodePages.dll +0 -0
  230. aspose/netcore/netcore3.1/System.Text.Encoding.Extensions.dll +0 -0
  231. aspose/netcore/netcore3.1/System.Text.Encoding.dll +0 -0
  232. aspose/netcore/netcore3.1/System.Text.Encodings.Web.dll +0 -0
  233. aspose/netcore/netcore3.1/System.Text.Json.dll +0 -0
  234. aspose/netcore/netcore3.1/System.Text.RegularExpressions.dll +0 -0
  235. aspose/netcore/netcore3.1/System.Threading.Channels.dll +0 -0
  236. aspose/netcore/netcore3.1/System.Threading.Overlapped.dll +0 -0
  237. aspose/netcore/netcore3.1/System.Threading.Tasks.Dataflow.dll +0 -0
  238. aspose/netcore/netcore3.1/System.Threading.Tasks.Extensions.dll +0 -0
  239. aspose/netcore/netcore3.1/System.Threading.Tasks.Parallel.dll +0 -0
  240. aspose/netcore/netcore3.1/System.Threading.Tasks.dll +0 -0
  241. aspose/netcore/netcore3.1/System.Threading.Thread.dll +0 -0
  242. aspose/netcore/netcore3.1/System.Threading.ThreadPool.dll +0 -0
  243. aspose/netcore/netcore3.1/System.Threading.Timer.dll +0 -0
  244. aspose/netcore/netcore3.1/System.Threading.dll +0 -0
  245. aspose/netcore/netcore3.1/System.Transactions.Local.dll +0 -0
  246. aspose/netcore/netcore3.1/System.Transactions.dll +0 -0
  247. aspose/netcore/netcore3.1/System.ValueTuple.dll +0 -0
  248. aspose/netcore/netcore3.1/System.Web.HttpUtility.dll +0 -0
  249. aspose/netcore/netcore3.1/System.Web.dll +0 -0
  250. aspose/netcore/netcore3.1/System.Windows.dll +0 -0
  251. aspose/netcore/netcore3.1/System.Xml.Linq.dll +0 -0
  252. aspose/netcore/netcore3.1/System.Xml.ReaderWriter.dll +0 -0
  253. aspose/netcore/netcore3.1/System.Xml.Serialization.dll +0 -0
  254. aspose/netcore/netcore3.1/System.Xml.XDocument.dll +0 -0
  255. aspose/netcore/netcore3.1/System.Xml.XPath.XDocument.dll +0 -0
  256. aspose/netcore/netcore3.1/System.Xml.XPath.dll +0 -0
  257. aspose/netcore/netcore3.1/System.Xml.XmlDocument.dll +0 -0
  258. aspose/netcore/netcore3.1/System.Xml.XmlSerializer.dll +0 -0
  259. aspose/netcore/netcore3.1/System.Xml.dll +0 -0
  260. aspose/netcore/netcore3.1/System.dll +0 -0
  261. aspose/netcore/netcore3.1/WindowsBase.dll +0 -0
  262. aspose/netcore/netcore3.1/libaspose.embed.coreclrwrap.dylib +0 -0
  263. aspose/netcore/netcore3.1/libclrjit.dylib +0 -0
  264. aspose/netcore/netcore3.1/libcoreclr.dylib +0 -0
  265. aspose/netcore/netcore3.1/libdbgshim.dylib +0 -0
  266. aspose/netcore/netcore3.1/libhostfxr.dylib +0 -0
  267. aspose/netcore/netcore3.1/libhostpolicy.dylib +0 -0
  268. aspose/netcore/netcore3.1/libmscordaccore.dylib +0 -0
  269. aspose/netcore/netcore3.1/libmscordbi.dylib +0 -0
  270. aspose/netcore/netcore3.1/mscorlib.dll +0 -0
  271. aspose/netcore/netcore3.1/netstandard.dll +0 -0
  272. aspose/pycore/__init__.pyi +56 -0
  273. aspose/pycore/__pyinstaller/__init__.pyi +1 -0
  274. aspose/pycore/__pyinstaller/hook-aspose.pycore.py +11 -0
  275. aspose/pycore.cpython-310-darwin.so +0 -0
  276. aspose/pycore.cpython-311-darwin.so +0 -0
  277. aspose/pycore.cpython-313-darwin.so +0 -0
  278. aspose/pycore.cpython-35m-darwin.so +0 -0
  279. aspose/pycore.cpython-36m-darwin.so +0 -0
  280. aspose/pycore.cpython-37m-darwin.so +0 -0
  281. aspose/pycore.cpython-38-darwin.so +0 -0
  282. aspose/pycore.cpython-39-darwin.so +0 -0
  283. aspose/pydrawing/__init__.pyi +8 -0
  284. aspose/pydrawing/__pyinstaller/__init__.pyi +1 -0
  285. aspose/pydrawing/__pyinstaller/hook-aspose.pydrawing.py +9 -0
  286. aspose/pydrawing.cpython-310-darwin.so +0 -0
  287. aspose/pydrawing.cpython-311-darwin.so +0 -0
  288. aspose/pydrawing.cpython-313-darwin.so +0 -0
  289. aspose/pydrawing.cpython-35m-darwin.so +0 -0
  290. aspose/pydrawing.cpython-36m-darwin.so +0 -0
  291. aspose/pydrawing.cpython-37m-darwin.so +0 -0
  292. aspose/pydrawing.cpython-38-darwin.so +0 -0
  293. aspose/pydrawing.cpython-39-darwin.so +0 -0
  294. aspose/pygc/__init__.pyi +8 -0
  295. aspose/pygc/__pyinstaller/__init__.pyi +1 -0
  296. aspose/pygc/__pyinstaller/hook-aspose.pygc.py +9 -0
  297. aspose/pygc.cpython-310-darwin.so +0 -0
  298. aspose/pygc.cpython-311-darwin.so +0 -0
  299. aspose/pygc.cpython-313-darwin.so +0 -0
  300. aspose/pygc.cpython-35m-darwin.so +0 -0
  301. aspose/pygc.cpython-36m-darwin.so +0 -0
  302. aspose/pygc.cpython-37m-darwin.so +0 -0
  303. aspose/pygc.cpython-38-darwin.so +0 -0
  304. aspose/pygc.cpython-39-darwin.so +0 -0
  305. aspose/pyreflection/__init__.pyi +8 -0
  306. aspose/pyreflection/__pyinstaller/__init__.pyi +1 -0
  307. aspose/pyreflection/__pyinstaller/hook-aspose.pyreflection.py +9 -0
  308. aspose/pyreflection.cpython-310-darwin.so +0 -0
  309. aspose/pyreflection.cpython-311-darwin.so +0 -0
  310. aspose/pyreflection.cpython-313-darwin.so +0 -0
  311. aspose/pyreflection.cpython-35m-darwin.so +0 -0
  312. aspose/pyreflection.cpython-36m-darwin.so +0 -0
  313. aspose/pyreflection.cpython-37m-darwin.so +0 -0
  314. aspose/pyreflection.cpython-38-darwin.so +0 -0
  315. aspose/pyreflection.cpython-39-darwin.so +0 -0
  316. aspose_html_net-25.9.0.dist-info/METADATA +223 -0
  317. aspose_html_net-25.9.0.dist-info/RECORD +319 -0
  318. aspose_html_net-25.9.0.dist-info/WHEEL +5 -0
  319. aspose_html_net-25.9.0.dist-info/entry_points.txt +2 -0
  320. aspose_html_net-25.9.0.dist-info/top_level.txt +1 -0
@@ -0,0 +1,3466 @@
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 ISVGAnimatedPathData:
57
+ '''he SVGAnimatedPathData interface supports elements which have a ‘d’ attribute which holds SVG path data, and supports the ability to animate that attribute.'''
58
+
59
+ @property
60
+ def path_seg_list(self) -> aspose.html.dom.svg.paths.SVGPathSegList:
61
+ ...
62
+
63
+ @property
64
+ def animated_path_seg_list(self) -> aspose.html.dom.svg.paths.SVGPathSegList:
65
+ ...
66
+
67
+ ...
68
+
69
+ class SVGPathSeg(aspose.html.dom.svg.datatypes.SVGValueType):
70
+ '''The SVGPathSeg interface is a base interface that corresponds to a single command within a path data specification.'''
71
+
72
+ def get_platform_type(self) -> Type:
73
+ '''This method is used to retrieve the ECMAScript object :py:class:`System.Type`.
74
+
75
+ :returns: The ECMAScript object.'''
76
+ ...
77
+
78
+ @property
79
+ def path_seg_type(self) -> int:
80
+ ...
81
+
82
+ @property
83
+ def path_seg_type_as_letter(self) -> str:
84
+ ...
85
+
86
+ @classmethod
87
+ @property
88
+ def PATHSEG_UNKNOWN(cls) -> int:
89
+ '''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.'''
90
+ ...
91
+
92
+ @classmethod
93
+ @property
94
+ def PATHSEG_CLOSEPATH(cls) -> int:
95
+ '''Corresponds to a "closepath" (z) path data command.'''
96
+ ...
97
+
98
+ @classmethod
99
+ @property
100
+ def PATHSEG_MOVETO_ABS(cls) -> int:
101
+ '''Corresponds to a "absolute moveto" (M) path data command.'''
102
+ ...
103
+
104
+ @classmethod
105
+ @property
106
+ def PATHSEG_MOVETO_REL(cls) -> int:
107
+ '''Corresponds to a "relative moveto" (m) path data command.'''
108
+ ...
109
+
110
+ @classmethod
111
+ @property
112
+ def PATHSEG_LINETO_ABS(cls) -> int:
113
+ '''Corresponds to a "absolute lineto" (L) path data command.'''
114
+ ...
115
+
116
+ @classmethod
117
+ @property
118
+ def PATHSEG_LINETO_REL(cls) -> int:
119
+ '''Corresponds to a "relative lineto" (l) path data command.'''
120
+ ...
121
+
122
+ @classmethod
123
+ @property
124
+ def PATHSEG_CURVETO_CUBIC_ABS(cls) -> int:
125
+ '''Corresponds to a "absolute cubic Bézier curveto" (C) path data command.'''
126
+ ...
127
+
128
+ @classmethod
129
+ @property
130
+ def PATHSEG_CURVETO_CUBIC_REL(cls) -> int:
131
+ '''Corresponds to a "relative cubic Bézier curveto" (c) path data command.'''
132
+ ...
133
+
134
+ @classmethod
135
+ @property
136
+ def PATHSEG_CURVETO_QUADRATIC_ABS(cls) -> int:
137
+ '''Corresponds to a "absolute quadratic Bézier curveto" (Q) path data command.'''
138
+ ...
139
+
140
+ @classmethod
141
+ @property
142
+ def PATHSEG_CURVETO_QUADRATIC_REL(cls) -> int:
143
+ '''Corresponds to a "relative quadratic Bézier curveto" (q) path data command.'''
144
+ ...
145
+
146
+ @classmethod
147
+ @property
148
+ def PATHSEG_ARC_ABS(cls) -> int:
149
+ '''Corresponds to a "absolute arcto" (A) path data command.'''
150
+ ...
151
+
152
+ @classmethod
153
+ @property
154
+ def PATHSEG_ARC_REL(cls) -> int:
155
+ '''Corresponds to a "relative arcto" (a) path data command.'''
156
+ ...
157
+
158
+ @classmethod
159
+ @property
160
+ def PATHSEG_LINETO_HORIZONTAL_ABS(cls) -> int:
161
+ '''Corresponds to a "absolute horizontal lineto" (H) path data command.'''
162
+ ...
163
+
164
+ @classmethod
165
+ @property
166
+ def PATHSEG_LINETO_HORIZONTAL_REL(cls) -> int:
167
+ '''Corresponds to a "relative horizontal lineto" (h) path data command.'''
168
+ ...
169
+
170
+ @classmethod
171
+ @property
172
+ def PATHSEG_LINETO_VERTICAL_ABS(cls) -> int:
173
+ '''Corresponds to a "absolute vertical lineto" (V) path data command.'''
174
+ ...
175
+
176
+ @classmethod
177
+ @property
178
+ def PATHSEG_LINETO_VERTICAL_REL(cls) -> int:
179
+ '''Corresponds to a "relative vertical lineto" (v) path data command.'''
180
+ ...
181
+
182
+ @classmethod
183
+ @property
184
+ def PATHSEG_CURVETO_CUBIC_SMOOTH_ABS(cls) -> int:
185
+ '''Corresponds to a "absolute smooth cubic curveto" (S) path data command.'''
186
+ ...
187
+
188
+ @classmethod
189
+ @property
190
+ def PATHSEG_CURVETO_CUBIC_SMOOTH_REL(cls) -> int:
191
+ '''Corresponds to a "relative smooth cubic curveto" (s) path data command.'''
192
+ ...
193
+
194
+ @classmethod
195
+ @property
196
+ def PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS(cls) -> int:
197
+ '''Corresponds to a "absolute smooth quadratic curveto" (T) path data command.'''
198
+ ...
199
+
200
+ @classmethod
201
+ @property
202
+ def PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL(cls) -> int:
203
+ '''Corresponds to a "relative smooth quadratic curveto" (t) path data command.'''
204
+ ...
205
+
206
+ ...
207
+
208
+ class SVGPathSegArcAbs(SVGPathSeg):
209
+ '''The SVGPathSegArcAbs interface corresponds to an "absolute arcto" (A) path data command.'''
210
+
211
+ def get_platform_type(self) -> Type:
212
+ '''This method is used to retrieve the ECMAScript object :py:class:`System.Type`.
213
+
214
+ :returns: The ECMAScript object.'''
215
+ ...
216
+
217
+ @property
218
+ def path_seg_type(self) -> int:
219
+ ...
220
+
221
+ @property
222
+ def path_seg_type_as_letter(self) -> str:
223
+ ...
224
+
225
+ @classmethod
226
+ @property
227
+ def PATHSEG_UNKNOWN(cls) -> int:
228
+ '''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.'''
229
+ ...
230
+
231
+ @classmethod
232
+ @property
233
+ def PATHSEG_CLOSEPATH(cls) -> int:
234
+ '''Corresponds to a "closepath" (z) path data command.'''
235
+ ...
236
+
237
+ @classmethod
238
+ @property
239
+ def PATHSEG_MOVETO_ABS(cls) -> int:
240
+ '''Corresponds to a "absolute moveto" (M) path data command.'''
241
+ ...
242
+
243
+ @classmethod
244
+ @property
245
+ def PATHSEG_MOVETO_REL(cls) -> int:
246
+ '''Corresponds to a "relative moveto" (m) path data command.'''
247
+ ...
248
+
249
+ @classmethod
250
+ @property
251
+ def PATHSEG_LINETO_ABS(cls) -> int:
252
+ '''Corresponds to a "absolute lineto" (L) path data command.'''
253
+ ...
254
+
255
+ @classmethod
256
+ @property
257
+ def PATHSEG_LINETO_REL(cls) -> int:
258
+ '''Corresponds to a "relative lineto" (l) path data command.'''
259
+ ...
260
+
261
+ @classmethod
262
+ @property
263
+ def PATHSEG_CURVETO_CUBIC_ABS(cls) -> int:
264
+ '''Corresponds to a "absolute cubic Bézier curveto" (C) path data command.'''
265
+ ...
266
+
267
+ @classmethod
268
+ @property
269
+ def PATHSEG_CURVETO_CUBIC_REL(cls) -> int:
270
+ '''Corresponds to a "relative cubic Bézier curveto" (c) path data command.'''
271
+ ...
272
+
273
+ @classmethod
274
+ @property
275
+ def PATHSEG_CURVETO_QUADRATIC_ABS(cls) -> int:
276
+ '''Corresponds to a "absolute quadratic Bézier curveto" (Q) path data command.'''
277
+ ...
278
+
279
+ @classmethod
280
+ @property
281
+ def PATHSEG_CURVETO_QUADRATIC_REL(cls) -> int:
282
+ '''Corresponds to a "relative quadratic Bézier curveto" (q) path data command.'''
283
+ ...
284
+
285
+ @classmethod
286
+ @property
287
+ def PATHSEG_ARC_ABS(cls) -> int:
288
+ '''Corresponds to a "absolute arcto" (A) path data command.'''
289
+ ...
290
+
291
+ @classmethod
292
+ @property
293
+ def PATHSEG_ARC_REL(cls) -> int:
294
+ '''Corresponds to a "relative arcto" (a) path data command.'''
295
+ ...
296
+
297
+ @classmethod
298
+ @property
299
+ def PATHSEG_LINETO_HORIZONTAL_ABS(cls) -> int:
300
+ '''Corresponds to a "absolute horizontal lineto" (H) path data command.'''
301
+ ...
302
+
303
+ @classmethod
304
+ @property
305
+ def PATHSEG_LINETO_HORIZONTAL_REL(cls) -> int:
306
+ '''Corresponds to a "relative horizontal lineto" (h) path data command.'''
307
+ ...
308
+
309
+ @classmethod
310
+ @property
311
+ def PATHSEG_LINETO_VERTICAL_ABS(cls) -> int:
312
+ '''Corresponds to a "absolute vertical lineto" (V) path data command.'''
313
+ ...
314
+
315
+ @classmethod
316
+ @property
317
+ def PATHSEG_LINETO_VERTICAL_REL(cls) -> int:
318
+ '''Corresponds to a "relative vertical lineto" (v) path data command.'''
319
+ ...
320
+
321
+ @classmethod
322
+ @property
323
+ def PATHSEG_CURVETO_CUBIC_SMOOTH_ABS(cls) -> int:
324
+ '''Corresponds to a "absolute smooth cubic curveto" (S) path data command.'''
325
+ ...
326
+
327
+ @classmethod
328
+ @property
329
+ def PATHSEG_CURVETO_CUBIC_SMOOTH_REL(cls) -> int:
330
+ '''Corresponds to a "relative smooth cubic curveto" (s) path data command.'''
331
+ ...
332
+
333
+ @classmethod
334
+ @property
335
+ def PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS(cls) -> int:
336
+ '''Corresponds to a "absolute smooth quadratic curveto" (T) path data command.'''
337
+ ...
338
+
339
+ @classmethod
340
+ @property
341
+ def PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL(cls) -> int:
342
+ '''Corresponds to a "relative smooth quadratic curveto" (t) path data command.'''
343
+ ...
344
+
345
+ @property
346
+ def x(self) -> float:
347
+ '''The absolute X coordinate for the end point of this path segment.'''
348
+ ...
349
+
350
+ @x.setter
351
+ def x(self, value : float):
352
+ '''The absolute X coordinate for the end point of this path segment.'''
353
+ ...
354
+
355
+ @property
356
+ def y(self) -> float:
357
+ '''The absolute Y coordinate for the end point of this path segment.'''
358
+ ...
359
+
360
+ @y.setter
361
+ def y(self, value : float):
362
+ '''The absolute Y coordinate for the end point of this path segment.'''
363
+ ...
364
+
365
+ @property
366
+ def r1(self) -> float:
367
+ '''The x-axis radius for the ellipse (i.e., r1).'''
368
+ ...
369
+
370
+ @r1.setter
371
+ def r1(self, value : float):
372
+ '''The x-axis radius for the ellipse (i.e., r1).'''
373
+ ...
374
+
375
+ @property
376
+ def r2(self) -> float:
377
+ '''The y-axis radius for the ellipse (i.e., r2).'''
378
+ ...
379
+
380
+ @r2.setter
381
+ def r2(self, value : float):
382
+ '''The y-axis radius for the ellipse (i.e., r2).'''
383
+ ...
384
+
385
+ @property
386
+ def angle(self) -> float:
387
+ '''The rotation angle in degrees for the ellipse's x-axis relative to the x-axis of the user coordinate system.'''
388
+ ...
389
+
390
+ @angle.setter
391
+ def angle(self, value : float):
392
+ '''The rotation angle in degrees for the ellipse's x-axis relative to the x-axis of the user coordinate system.'''
393
+ ...
394
+
395
+ @property
396
+ def large_arc_flag(self) -> bool:
397
+ ...
398
+
399
+ @large_arc_flag.setter
400
+ def large_arc_flag(self, value : bool):
401
+ ...
402
+
403
+ @property
404
+ def sweep_flag(self) -> bool:
405
+ ...
406
+
407
+ @sweep_flag.setter
408
+ def sweep_flag(self, value : bool):
409
+ ...
410
+
411
+ ...
412
+
413
+ class SVGPathSegArcRel(SVGPathSeg):
414
+ '''The SVGPathSegArcRel interface corresponds to a "relative arcto" (a) path data command.'''
415
+
416
+ def get_platform_type(self) -> Type:
417
+ '''This method is used to retrieve the ECMAScript object :py:class:`System.Type`.
418
+
419
+ :returns: The ECMAScript object.'''
420
+ ...
421
+
422
+ @property
423
+ def path_seg_type(self) -> int:
424
+ ...
425
+
426
+ @property
427
+ def path_seg_type_as_letter(self) -> str:
428
+ ...
429
+
430
+ @classmethod
431
+ @property
432
+ def PATHSEG_UNKNOWN(cls) -> int:
433
+ '''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.'''
434
+ ...
435
+
436
+ @classmethod
437
+ @property
438
+ def PATHSEG_CLOSEPATH(cls) -> int:
439
+ '''Corresponds to a "closepath" (z) path data command.'''
440
+ ...
441
+
442
+ @classmethod
443
+ @property
444
+ def PATHSEG_MOVETO_ABS(cls) -> int:
445
+ '''Corresponds to a "absolute moveto" (M) path data command.'''
446
+ ...
447
+
448
+ @classmethod
449
+ @property
450
+ def PATHSEG_MOVETO_REL(cls) -> int:
451
+ '''Corresponds to a "relative moveto" (m) path data command.'''
452
+ ...
453
+
454
+ @classmethod
455
+ @property
456
+ def PATHSEG_LINETO_ABS(cls) -> int:
457
+ '''Corresponds to a "absolute lineto" (L) path data command.'''
458
+ ...
459
+
460
+ @classmethod
461
+ @property
462
+ def PATHSEG_LINETO_REL(cls) -> int:
463
+ '''Corresponds to a "relative lineto" (l) path data command.'''
464
+ ...
465
+
466
+ @classmethod
467
+ @property
468
+ def PATHSEG_CURVETO_CUBIC_ABS(cls) -> int:
469
+ '''Corresponds to a "absolute cubic Bézier curveto" (C) path data command.'''
470
+ ...
471
+
472
+ @classmethod
473
+ @property
474
+ def PATHSEG_CURVETO_CUBIC_REL(cls) -> int:
475
+ '''Corresponds to a "relative cubic Bézier curveto" (c) path data command.'''
476
+ ...
477
+
478
+ @classmethod
479
+ @property
480
+ def PATHSEG_CURVETO_QUADRATIC_ABS(cls) -> int:
481
+ '''Corresponds to a "absolute quadratic Bézier curveto" (Q) path data command.'''
482
+ ...
483
+
484
+ @classmethod
485
+ @property
486
+ def PATHSEG_CURVETO_QUADRATIC_REL(cls) -> int:
487
+ '''Corresponds to a "relative quadratic Bézier curveto" (q) path data command.'''
488
+ ...
489
+
490
+ @classmethod
491
+ @property
492
+ def PATHSEG_ARC_ABS(cls) -> int:
493
+ '''Corresponds to a "absolute arcto" (A) path data command.'''
494
+ ...
495
+
496
+ @classmethod
497
+ @property
498
+ def PATHSEG_ARC_REL(cls) -> int:
499
+ '''Corresponds to a "relative arcto" (a) path data command.'''
500
+ ...
501
+
502
+ @classmethod
503
+ @property
504
+ def PATHSEG_LINETO_HORIZONTAL_ABS(cls) -> int:
505
+ '''Corresponds to a "absolute horizontal lineto" (H) path data command.'''
506
+ ...
507
+
508
+ @classmethod
509
+ @property
510
+ def PATHSEG_LINETO_HORIZONTAL_REL(cls) -> int:
511
+ '''Corresponds to a "relative horizontal lineto" (h) path data command.'''
512
+ ...
513
+
514
+ @classmethod
515
+ @property
516
+ def PATHSEG_LINETO_VERTICAL_ABS(cls) -> int:
517
+ '''Corresponds to a "absolute vertical lineto" (V) path data command.'''
518
+ ...
519
+
520
+ @classmethod
521
+ @property
522
+ def PATHSEG_LINETO_VERTICAL_REL(cls) -> int:
523
+ '''Corresponds to a "relative vertical lineto" (v) path data command.'''
524
+ ...
525
+
526
+ @classmethod
527
+ @property
528
+ def PATHSEG_CURVETO_CUBIC_SMOOTH_ABS(cls) -> int:
529
+ '''Corresponds to a "absolute smooth cubic curveto" (S) path data command.'''
530
+ ...
531
+
532
+ @classmethod
533
+ @property
534
+ def PATHSEG_CURVETO_CUBIC_SMOOTH_REL(cls) -> int:
535
+ '''Corresponds to a "relative smooth cubic curveto" (s) path data command.'''
536
+ ...
537
+
538
+ @classmethod
539
+ @property
540
+ def PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS(cls) -> int:
541
+ '''Corresponds to a "absolute smooth quadratic curveto" (T) path data command.'''
542
+ ...
543
+
544
+ @classmethod
545
+ @property
546
+ def PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL(cls) -> int:
547
+ '''Corresponds to a "relative smooth quadratic curveto" (t) path data command.'''
548
+ ...
549
+
550
+ @property
551
+ def x(self) -> float:
552
+ '''The relative X coordinate for the end point of this path segment.'''
553
+ ...
554
+
555
+ @x.setter
556
+ def x(self, value : float):
557
+ '''The relative X coordinate for the end point of this path segment.'''
558
+ ...
559
+
560
+ @property
561
+ def y(self) -> float:
562
+ '''The relative Y coordinate for the end point of this path segment.'''
563
+ ...
564
+
565
+ @y.setter
566
+ def y(self, value : float):
567
+ '''The relative Y coordinate for the end point of this path segment.'''
568
+ ...
569
+
570
+ @property
571
+ def r1(self) -> float:
572
+ '''The x-axis radius for the ellipse (i.e., r1).'''
573
+ ...
574
+
575
+ @r1.setter
576
+ def r1(self, value : float):
577
+ '''The x-axis radius for the ellipse (i.e., r1).'''
578
+ ...
579
+
580
+ @property
581
+ def r2(self) -> float:
582
+ '''The y-axis radius for the ellipse (i.e., r2).'''
583
+ ...
584
+
585
+ @r2.setter
586
+ def r2(self, value : float):
587
+ '''The y-axis radius for the ellipse (i.e., r2).'''
588
+ ...
589
+
590
+ @property
591
+ def angle(self) -> float:
592
+ '''The rotation angle in degrees for the ellipse's x-axis relative to the x-axis of the user coordinate system.'''
593
+ ...
594
+
595
+ @angle.setter
596
+ def angle(self, value : float):
597
+ '''The rotation angle in degrees for the ellipse's x-axis relative to the x-axis of the user coordinate system.'''
598
+ ...
599
+
600
+ @property
601
+ def large_arc_flag(self) -> bool:
602
+ ...
603
+
604
+ @large_arc_flag.setter
605
+ def large_arc_flag(self, value : bool):
606
+ ...
607
+
608
+ @property
609
+ def sweep_flag(self) -> bool:
610
+ ...
611
+
612
+ @sweep_flag.setter
613
+ def sweep_flag(self, value : bool):
614
+ ...
615
+
616
+ ...
617
+
618
+ class SVGPathSegClosePath(SVGPathSeg):
619
+ '''he SVGPathSegClosePath interface corresponds to a "closepath" (z) path data command.'''
620
+
621
+ def get_platform_type(self) -> Type:
622
+ '''This method is used to retrieve the ECMAScript object :py:class:`System.Type`.
623
+
624
+ :returns: The ECMAScript object.'''
625
+ ...
626
+
627
+ @property
628
+ def path_seg_type(self) -> int:
629
+ ...
630
+
631
+ @property
632
+ def path_seg_type_as_letter(self) -> str:
633
+ ...
634
+
635
+ @classmethod
636
+ @property
637
+ def PATHSEG_UNKNOWN(cls) -> int:
638
+ '''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.'''
639
+ ...
640
+
641
+ @classmethod
642
+ @property
643
+ def PATHSEG_CLOSEPATH(cls) -> int:
644
+ '''Corresponds to a "closepath" (z) path data command.'''
645
+ ...
646
+
647
+ @classmethod
648
+ @property
649
+ def PATHSEG_MOVETO_ABS(cls) -> int:
650
+ '''Corresponds to a "absolute moveto" (M) path data command.'''
651
+ ...
652
+
653
+ @classmethod
654
+ @property
655
+ def PATHSEG_MOVETO_REL(cls) -> int:
656
+ '''Corresponds to a "relative moveto" (m) path data command.'''
657
+ ...
658
+
659
+ @classmethod
660
+ @property
661
+ def PATHSEG_LINETO_ABS(cls) -> int:
662
+ '''Corresponds to a "absolute lineto" (L) path data command.'''
663
+ ...
664
+
665
+ @classmethod
666
+ @property
667
+ def PATHSEG_LINETO_REL(cls) -> int:
668
+ '''Corresponds to a "relative lineto" (l) path data command.'''
669
+ ...
670
+
671
+ @classmethod
672
+ @property
673
+ def PATHSEG_CURVETO_CUBIC_ABS(cls) -> int:
674
+ '''Corresponds to a "absolute cubic Bézier curveto" (C) path data command.'''
675
+ ...
676
+
677
+ @classmethod
678
+ @property
679
+ def PATHSEG_CURVETO_CUBIC_REL(cls) -> int:
680
+ '''Corresponds to a "relative cubic Bézier curveto" (c) path data command.'''
681
+ ...
682
+
683
+ @classmethod
684
+ @property
685
+ def PATHSEG_CURVETO_QUADRATIC_ABS(cls) -> int:
686
+ '''Corresponds to a "absolute quadratic Bézier curveto" (Q) path data command.'''
687
+ ...
688
+
689
+ @classmethod
690
+ @property
691
+ def PATHSEG_CURVETO_QUADRATIC_REL(cls) -> int:
692
+ '''Corresponds to a "relative quadratic Bézier curveto" (q) path data command.'''
693
+ ...
694
+
695
+ @classmethod
696
+ @property
697
+ def PATHSEG_ARC_ABS(cls) -> int:
698
+ '''Corresponds to a "absolute arcto" (A) path data command.'''
699
+ ...
700
+
701
+ @classmethod
702
+ @property
703
+ def PATHSEG_ARC_REL(cls) -> int:
704
+ '''Corresponds to a "relative arcto" (a) path data command.'''
705
+ ...
706
+
707
+ @classmethod
708
+ @property
709
+ def PATHSEG_LINETO_HORIZONTAL_ABS(cls) -> int:
710
+ '''Corresponds to a "absolute horizontal lineto" (H) path data command.'''
711
+ ...
712
+
713
+ @classmethod
714
+ @property
715
+ def PATHSEG_LINETO_HORIZONTAL_REL(cls) -> int:
716
+ '''Corresponds to a "relative horizontal lineto" (h) path data command.'''
717
+ ...
718
+
719
+ @classmethod
720
+ @property
721
+ def PATHSEG_LINETO_VERTICAL_ABS(cls) -> int:
722
+ '''Corresponds to a "absolute vertical lineto" (V) path data command.'''
723
+ ...
724
+
725
+ @classmethod
726
+ @property
727
+ def PATHSEG_LINETO_VERTICAL_REL(cls) -> int:
728
+ '''Corresponds to a "relative vertical lineto" (v) path data command.'''
729
+ ...
730
+
731
+ @classmethod
732
+ @property
733
+ def PATHSEG_CURVETO_CUBIC_SMOOTH_ABS(cls) -> int:
734
+ '''Corresponds to a "absolute smooth cubic curveto" (S) path data command.'''
735
+ ...
736
+
737
+ @classmethod
738
+ @property
739
+ def PATHSEG_CURVETO_CUBIC_SMOOTH_REL(cls) -> int:
740
+ '''Corresponds to a "relative smooth cubic curveto" (s) path data command.'''
741
+ ...
742
+
743
+ @classmethod
744
+ @property
745
+ def PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS(cls) -> int:
746
+ '''Corresponds to a "absolute smooth quadratic curveto" (T) path data command.'''
747
+ ...
748
+
749
+ @classmethod
750
+ @property
751
+ def PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL(cls) -> int:
752
+ '''Corresponds to a "relative smooth quadratic curveto" (t) path data command.'''
753
+ ...
754
+
755
+ ...
756
+
757
+ class SVGPathSegCurvetoCubicAbs(SVGPathSeg):
758
+ '''The SVGPathSegCurvetoCubicAbs interface corresponds to an "absolute cubic Bézier curveto" (C) path data command.'''
759
+
760
+ def get_platform_type(self) -> Type:
761
+ '''This method is used to retrieve the ECMAScript object :py:class:`System.Type`.
762
+
763
+ :returns: The ECMAScript object.'''
764
+ ...
765
+
766
+ @property
767
+ def path_seg_type(self) -> int:
768
+ ...
769
+
770
+ @property
771
+ def path_seg_type_as_letter(self) -> str:
772
+ ...
773
+
774
+ @classmethod
775
+ @property
776
+ def PATHSEG_UNKNOWN(cls) -> int:
777
+ '''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.'''
778
+ ...
779
+
780
+ @classmethod
781
+ @property
782
+ def PATHSEG_CLOSEPATH(cls) -> int:
783
+ '''Corresponds to a "closepath" (z) path data command.'''
784
+ ...
785
+
786
+ @classmethod
787
+ @property
788
+ def PATHSEG_MOVETO_ABS(cls) -> int:
789
+ '''Corresponds to a "absolute moveto" (M) path data command.'''
790
+ ...
791
+
792
+ @classmethod
793
+ @property
794
+ def PATHSEG_MOVETO_REL(cls) -> int:
795
+ '''Corresponds to a "relative moveto" (m) path data command.'''
796
+ ...
797
+
798
+ @classmethod
799
+ @property
800
+ def PATHSEG_LINETO_ABS(cls) -> int:
801
+ '''Corresponds to a "absolute lineto" (L) path data command.'''
802
+ ...
803
+
804
+ @classmethod
805
+ @property
806
+ def PATHSEG_LINETO_REL(cls) -> int:
807
+ '''Corresponds to a "relative lineto" (l) path data command.'''
808
+ ...
809
+
810
+ @classmethod
811
+ @property
812
+ def PATHSEG_CURVETO_CUBIC_ABS(cls) -> int:
813
+ '''Corresponds to a "absolute cubic Bézier curveto" (C) path data command.'''
814
+ ...
815
+
816
+ @classmethod
817
+ @property
818
+ def PATHSEG_CURVETO_CUBIC_REL(cls) -> int:
819
+ '''Corresponds to a "relative cubic Bézier curveto" (c) path data command.'''
820
+ ...
821
+
822
+ @classmethod
823
+ @property
824
+ def PATHSEG_CURVETO_QUADRATIC_ABS(cls) -> int:
825
+ '''Corresponds to a "absolute quadratic Bézier curveto" (Q) path data command.'''
826
+ ...
827
+
828
+ @classmethod
829
+ @property
830
+ def PATHSEG_CURVETO_QUADRATIC_REL(cls) -> int:
831
+ '''Corresponds to a "relative quadratic Bézier curveto" (q) path data command.'''
832
+ ...
833
+
834
+ @classmethod
835
+ @property
836
+ def PATHSEG_ARC_ABS(cls) -> int:
837
+ '''Corresponds to a "absolute arcto" (A) path data command.'''
838
+ ...
839
+
840
+ @classmethod
841
+ @property
842
+ def PATHSEG_ARC_REL(cls) -> int:
843
+ '''Corresponds to a "relative arcto" (a) path data command.'''
844
+ ...
845
+
846
+ @classmethod
847
+ @property
848
+ def PATHSEG_LINETO_HORIZONTAL_ABS(cls) -> int:
849
+ '''Corresponds to a "absolute horizontal lineto" (H) path data command.'''
850
+ ...
851
+
852
+ @classmethod
853
+ @property
854
+ def PATHSEG_LINETO_HORIZONTAL_REL(cls) -> int:
855
+ '''Corresponds to a "relative horizontal lineto" (h) path data command.'''
856
+ ...
857
+
858
+ @classmethod
859
+ @property
860
+ def PATHSEG_LINETO_VERTICAL_ABS(cls) -> int:
861
+ '''Corresponds to a "absolute vertical lineto" (V) path data command.'''
862
+ ...
863
+
864
+ @classmethod
865
+ @property
866
+ def PATHSEG_LINETO_VERTICAL_REL(cls) -> int:
867
+ '''Corresponds to a "relative vertical lineto" (v) path data command.'''
868
+ ...
869
+
870
+ @classmethod
871
+ @property
872
+ def PATHSEG_CURVETO_CUBIC_SMOOTH_ABS(cls) -> int:
873
+ '''Corresponds to a "absolute smooth cubic curveto" (S) path data command.'''
874
+ ...
875
+
876
+ @classmethod
877
+ @property
878
+ def PATHSEG_CURVETO_CUBIC_SMOOTH_REL(cls) -> int:
879
+ '''Corresponds to a "relative smooth cubic curveto" (s) path data command.'''
880
+ ...
881
+
882
+ @classmethod
883
+ @property
884
+ def PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS(cls) -> int:
885
+ '''Corresponds to a "absolute smooth quadratic curveto" (T) path data command.'''
886
+ ...
887
+
888
+ @classmethod
889
+ @property
890
+ def PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL(cls) -> int:
891
+ '''Corresponds to a "relative smooth quadratic curveto" (t) path data command.'''
892
+ ...
893
+
894
+ @property
895
+ def x(self) -> float:
896
+ '''The absolute X coordinate for the end point of this path segment.'''
897
+ ...
898
+
899
+ @x.setter
900
+ def x(self, value : float):
901
+ '''The absolute X coordinate for the end point of this path segment.'''
902
+ ...
903
+
904
+ @property
905
+ def y(self) -> float:
906
+ '''The absolute Y coordinate for the end point of this path segment.'''
907
+ ...
908
+
909
+ @y.setter
910
+ def y(self, value : float):
911
+ '''The absolute Y coordinate for the end point of this path segment.'''
912
+ ...
913
+
914
+ @property
915
+ def x1(self) -> float:
916
+ '''The absolute X coordinate for the first control point.'''
917
+ ...
918
+
919
+ @x1.setter
920
+ def x1(self, value : float):
921
+ '''The absolute X coordinate for the first control point.'''
922
+ ...
923
+
924
+ @property
925
+ def y1(self) -> float:
926
+ '''The absolute Y coordinate for the first control point.'''
927
+ ...
928
+
929
+ @y1.setter
930
+ def y1(self, value : float):
931
+ '''The absolute Y coordinate for the first control point.'''
932
+ ...
933
+
934
+ @property
935
+ def x2(self) -> float:
936
+ '''The absolute X coordinate for the second control point.'''
937
+ ...
938
+
939
+ @x2.setter
940
+ def x2(self, value : float):
941
+ '''The absolute X coordinate for the second control point.'''
942
+ ...
943
+
944
+ @property
945
+ def y2(self) -> float:
946
+ '''The absolute Y coordinate for the second control point.'''
947
+ ...
948
+
949
+ @y2.setter
950
+ def y2(self, value : float):
951
+ '''The absolute Y coordinate for the second control point.'''
952
+ ...
953
+
954
+ ...
955
+
956
+ class SVGPathSegCurvetoCubicRel(SVGPathSeg):
957
+ '''The SVGPathSegCurvetoCubicRel interface corresponds to a "relative cubic Bézier curveto" (c) path data command.'''
958
+
959
+ def get_platform_type(self) -> Type:
960
+ '''This method is used to retrieve the ECMAScript object :py:class:`System.Type`.
961
+
962
+ :returns: The ECMAScript object.'''
963
+ ...
964
+
965
+ @property
966
+ def path_seg_type(self) -> int:
967
+ ...
968
+
969
+ @property
970
+ def path_seg_type_as_letter(self) -> str:
971
+ ...
972
+
973
+ @classmethod
974
+ @property
975
+ def PATHSEG_UNKNOWN(cls) -> int:
976
+ '''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.'''
977
+ ...
978
+
979
+ @classmethod
980
+ @property
981
+ def PATHSEG_CLOSEPATH(cls) -> int:
982
+ '''Corresponds to a "closepath" (z) path data command.'''
983
+ ...
984
+
985
+ @classmethod
986
+ @property
987
+ def PATHSEG_MOVETO_ABS(cls) -> int:
988
+ '''Corresponds to a "absolute moveto" (M) path data command.'''
989
+ ...
990
+
991
+ @classmethod
992
+ @property
993
+ def PATHSEG_MOVETO_REL(cls) -> int:
994
+ '''Corresponds to a "relative moveto" (m) path data command.'''
995
+ ...
996
+
997
+ @classmethod
998
+ @property
999
+ def PATHSEG_LINETO_ABS(cls) -> int:
1000
+ '''Corresponds to a "absolute lineto" (L) path data command.'''
1001
+ ...
1002
+
1003
+ @classmethod
1004
+ @property
1005
+ def PATHSEG_LINETO_REL(cls) -> int:
1006
+ '''Corresponds to a "relative lineto" (l) path data command.'''
1007
+ ...
1008
+
1009
+ @classmethod
1010
+ @property
1011
+ def PATHSEG_CURVETO_CUBIC_ABS(cls) -> int:
1012
+ '''Corresponds to a "absolute cubic Bézier curveto" (C) path data command.'''
1013
+ ...
1014
+
1015
+ @classmethod
1016
+ @property
1017
+ def PATHSEG_CURVETO_CUBIC_REL(cls) -> int:
1018
+ '''Corresponds to a "relative cubic Bézier curveto" (c) path data command.'''
1019
+ ...
1020
+
1021
+ @classmethod
1022
+ @property
1023
+ def PATHSEG_CURVETO_QUADRATIC_ABS(cls) -> int:
1024
+ '''Corresponds to a "absolute quadratic Bézier curveto" (Q) path data command.'''
1025
+ ...
1026
+
1027
+ @classmethod
1028
+ @property
1029
+ def PATHSEG_CURVETO_QUADRATIC_REL(cls) -> int:
1030
+ '''Corresponds to a "relative quadratic Bézier curveto" (q) path data command.'''
1031
+ ...
1032
+
1033
+ @classmethod
1034
+ @property
1035
+ def PATHSEG_ARC_ABS(cls) -> int:
1036
+ '''Corresponds to a "absolute arcto" (A) path data command.'''
1037
+ ...
1038
+
1039
+ @classmethod
1040
+ @property
1041
+ def PATHSEG_ARC_REL(cls) -> int:
1042
+ '''Corresponds to a "relative arcto" (a) path data command.'''
1043
+ ...
1044
+
1045
+ @classmethod
1046
+ @property
1047
+ def PATHSEG_LINETO_HORIZONTAL_ABS(cls) -> int:
1048
+ '''Corresponds to a "absolute horizontal lineto" (H) path data command.'''
1049
+ ...
1050
+
1051
+ @classmethod
1052
+ @property
1053
+ def PATHSEG_LINETO_HORIZONTAL_REL(cls) -> int:
1054
+ '''Corresponds to a "relative horizontal lineto" (h) path data command.'''
1055
+ ...
1056
+
1057
+ @classmethod
1058
+ @property
1059
+ def PATHSEG_LINETO_VERTICAL_ABS(cls) -> int:
1060
+ '''Corresponds to a "absolute vertical lineto" (V) path data command.'''
1061
+ ...
1062
+
1063
+ @classmethod
1064
+ @property
1065
+ def PATHSEG_LINETO_VERTICAL_REL(cls) -> int:
1066
+ '''Corresponds to a "relative vertical lineto" (v) path data command.'''
1067
+ ...
1068
+
1069
+ @classmethod
1070
+ @property
1071
+ def PATHSEG_CURVETO_CUBIC_SMOOTH_ABS(cls) -> int:
1072
+ '''Corresponds to a "absolute smooth cubic curveto" (S) path data command.'''
1073
+ ...
1074
+
1075
+ @classmethod
1076
+ @property
1077
+ def PATHSEG_CURVETO_CUBIC_SMOOTH_REL(cls) -> int:
1078
+ '''Corresponds to a "relative smooth cubic curveto" (s) path data command.'''
1079
+ ...
1080
+
1081
+ @classmethod
1082
+ @property
1083
+ def PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS(cls) -> int:
1084
+ '''Corresponds to a "absolute smooth quadratic curveto" (T) path data command.'''
1085
+ ...
1086
+
1087
+ @classmethod
1088
+ @property
1089
+ def PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL(cls) -> int:
1090
+ '''Corresponds to a "relative smooth quadratic curveto" (t) path data command.'''
1091
+ ...
1092
+
1093
+ @property
1094
+ def x(self) -> float:
1095
+ '''The relative X coordinate for the end point of this path segment.'''
1096
+ ...
1097
+
1098
+ @x.setter
1099
+ def x(self, value : float):
1100
+ '''The relative X coordinate for the end point of this path segment.'''
1101
+ ...
1102
+
1103
+ @property
1104
+ def y(self) -> float:
1105
+ '''The relative Y coordinate for the end point of this path segment.'''
1106
+ ...
1107
+
1108
+ @y.setter
1109
+ def y(self, value : float):
1110
+ '''The relative Y coordinate for the end point of this path segment.'''
1111
+ ...
1112
+
1113
+ @property
1114
+ def x1(self) -> float:
1115
+ '''The relative X coordinate for the first control point.'''
1116
+ ...
1117
+
1118
+ @x1.setter
1119
+ def x1(self, value : float):
1120
+ '''The relative X coordinate for the first control point.'''
1121
+ ...
1122
+
1123
+ @property
1124
+ def y1(self) -> float:
1125
+ '''The relative Y coordinate for the first control point.'''
1126
+ ...
1127
+
1128
+ @y1.setter
1129
+ def y1(self, value : float):
1130
+ '''The relative Y coordinate for the first control point.'''
1131
+ ...
1132
+
1133
+ @property
1134
+ def x2(self) -> float:
1135
+ '''The relative X coordinate for the second control point.'''
1136
+ ...
1137
+
1138
+ @x2.setter
1139
+ def x2(self, value : float):
1140
+ '''The relative X coordinate for the second control point.'''
1141
+ ...
1142
+
1143
+ @property
1144
+ def y2(self) -> float:
1145
+ '''The relative Y coordinate for the second control point.'''
1146
+ ...
1147
+
1148
+ @y2.setter
1149
+ def y2(self, value : float):
1150
+ '''The relative Y coordinate for the second control point.'''
1151
+ ...
1152
+
1153
+ ...
1154
+
1155
+ class SVGPathSegCurvetoCubicSmoothAbs(SVGPathSeg):
1156
+ '''The SVGPathSegCurvetoCubicSmoothAbs interface corresponds to an "absolute smooth cubic curveto" (S) path data command.'''
1157
+
1158
+ def get_platform_type(self) -> Type:
1159
+ '''This method is used to retrieve the ECMAScript object :py:class:`System.Type`.
1160
+
1161
+ :returns: The ECMAScript object.'''
1162
+ ...
1163
+
1164
+ @property
1165
+ def path_seg_type(self) -> int:
1166
+ ...
1167
+
1168
+ @property
1169
+ def path_seg_type_as_letter(self) -> str:
1170
+ ...
1171
+
1172
+ @classmethod
1173
+ @property
1174
+ def PATHSEG_UNKNOWN(cls) -> int:
1175
+ '''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.'''
1176
+ ...
1177
+
1178
+ @classmethod
1179
+ @property
1180
+ def PATHSEG_CLOSEPATH(cls) -> int:
1181
+ '''Corresponds to a "closepath" (z) path data command.'''
1182
+ ...
1183
+
1184
+ @classmethod
1185
+ @property
1186
+ def PATHSEG_MOVETO_ABS(cls) -> int:
1187
+ '''Corresponds to a "absolute moveto" (M) path data command.'''
1188
+ ...
1189
+
1190
+ @classmethod
1191
+ @property
1192
+ def PATHSEG_MOVETO_REL(cls) -> int:
1193
+ '''Corresponds to a "relative moveto" (m) path data command.'''
1194
+ ...
1195
+
1196
+ @classmethod
1197
+ @property
1198
+ def PATHSEG_LINETO_ABS(cls) -> int:
1199
+ '''Corresponds to a "absolute lineto" (L) path data command.'''
1200
+ ...
1201
+
1202
+ @classmethod
1203
+ @property
1204
+ def PATHSEG_LINETO_REL(cls) -> int:
1205
+ '''Corresponds to a "relative lineto" (l) path data command.'''
1206
+ ...
1207
+
1208
+ @classmethod
1209
+ @property
1210
+ def PATHSEG_CURVETO_CUBIC_ABS(cls) -> int:
1211
+ '''Corresponds to a "absolute cubic Bézier curveto" (C) path data command.'''
1212
+ ...
1213
+
1214
+ @classmethod
1215
+ @property
1216
+ def PATHSEG_CURVETO_CUBIC_REL(cls) -> int:
1217
+ '''Corresponds to a "relative cubic Bézier curveto" (c) path data command.'''
1218
+ ...
1219
+
1220
+ @classmethod
1221
+ @property
1222
+ def PATHSEG_CURVETO_QUADRATIC_ABS(cls) -> int:
1223
+ '''Corresponds to a "absolute quadratic Bézier curveto" (Q) path data command.'''
1224
+ ...
1225
+
1226
+ @classmethod
1227
+ @property
1228
+ def PATHSEG_CURVETO_QUADRATIC_REL(cls) -> int:
1229
+ '''Corresponds to a "relative quadratic Bézier curveto" (q) path data command.'''
1230
+ ...
1231
+
1232
+ @classmethod
1233
+ @property
1234
+ def PATHSEG_ARC_ABS(cls) -> int:
1235
+ '''Corresponds to a "absolute arcto" (A) path data command.'''
1236
+ ...
1237
+
1238
+ @classmethod
1239
+ @property
1240
+ def PATHSEG_ARC_REL(cls) -> int:
1241
+ '''Corresponds to a "relative arcto" (a) path data command.'''
1242
+ ...
1243
+
1244
+ @classmethod
1245
+ @property
1246
+ def PATHSEG_LINETO_HORIZONTAL_ABS(cls) -> int:
1247
+ '''Corresponds to a "absolute horizontal lineto" (H) path data command.'''
1248
+ ...
1249
+
1250
+ @classmethod
1251
+ @property
1252
+ def PATHSEG_LINETO_HORIZONTAL_REL(cls) -> int:
1253
+ '''Corresponds to a "relative horizontal lineto" (h) path data command.'''
1254
+ ...
1255
+
1256
+ @classmethod
1257
+ @property
1258
+ def PATHSEG_LINETO_VERTICAL_ABS(cls) -> int:
1259
+ '''Corresponds to a "absolute vertical lineto" (V) path data command.'''
1260
+ ...
1261
+
1262
+ @classmethod
1263
+ @property
1264
+ def PATHSEG_LINETO_VERTICAL_REL(cls) -> int:
1265
+ '''Corresponds to a "relative vertical lineto" (v) path data command.'''
1266
+ ...
1267
+
1268
+ @classmethod
1269
+ @property
1270
+ def PATHSEG_CURVETO_CUBIC_SMOOTH_ABS(cls) -> int:
1271
+ '''Corresponds to a "absolute smooth cubic curveto" (S) path data command.'''
1272
+ ...
1273
+
1274
+ @classmethod
1275
+ @property
1276
+ def PATHSEG_CURVETO_CUBIC_SMOOTH_REL(cls) -> int:
1277
+ '''Corresponds to a "relative smooth cubic curveto" (s) path data command.'''
1278
+ ...
1279
+
1280
+ @classmethod
1281
+ @property
1282
+ def PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS(cls) -> int:
1283
+ '''Corresponds to a "absolute smooth quadratic curveto" (T) path data command.'''
1284
+ ...
1285
+
1286
+ @classmethod
1287
+ @property
1288
+ def PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL(cls) -> int:
1289
+ '''Corresponds to a "relative smooth quadratic curveto" (t) path data command.'''
1290
+ ...
1291
+
1292
+ @property
1293
+ def x(self) -> float:
1294
+ '''The absolute X coordinate for the end point of this path segment.'''
1295
+ ...
1296
+
1297
+ @x.setter
1298
+ def x(self, value : float):
1299
+ '''The absolute X coordinate for the end point of this path segment.'''
1300
+ ...
1301
+
1302
+ @property
1303
+ def y(self) -> float:
1304
+ '''The absolute Y coordinate for the end point of this path segment.'''
1305
+ ...
1306
+
1307
+ @y.setter
1308
+ def y(self, value : float):
1309
+ '''The absolute Y coordinate for the end point of this path segment.'''
1310
+ ...
1311
+
1312
+ @property
1313
+ def x2(self) -> float:
1314
+ '''The absolute X coordinate for the second control point.'''
1315
+ ...
1316
+
1317
+ @x2.setter
1318
+ def x2(self, value : float):
1319
+ '''The absolute X coordinate for the second control point.'''
1320
+ ...
1321
+
1322
+ @property
1323
+ def y2(self) -> float:
1324
+ '''The absolute Y coordinate for the second control point.'''
1325
+ ...
1326
+
1327
+ @y2.setter
1328
+ def y2(self, value : float):
1329
+ '''The absolute Y coordinate for the second control point.'''
1330
+ ...
1331
+
1332
+ ...
1333
+
1334
+ class SVGPathSegCurvetoCubicSmoothRel(SVGPathSeg):
1335
+ '''The SVGPathSegCurvetoCubicSmoothRel interface corresponds to a "relative smooth cubic curveto" (s) path data command.'''
1336
+
1337
+ def get_platform_type(self) -> Type:
1338
+ '''This method is used to retrieve the ECMAScript object :py:class:`System.Type`.
1339
+
1340
+ :returns: The ECMAScript object.'''
1341
+ ...
1342
+
1343
+ @property
1344
+ def path_seg_type(self) -> int:
1345
+ ...
1346
+
1347
+ @property
1348
+ def path_seg_type_as_letter(self) -> str:
1349
+ ...
1350
+
1351
+ @classmethod
1352
+ @property
1353
+ def PATHSEG_UNKNOWN(cls) -> int:
1354
+ '''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.'''
1355
+ ...
1356
+
1357
+ @classmethod
1358
+ @property
1359
+ def PATHSEG_CLOSEPATH(cls) -> int:
1360
+ '''Corresponds to a "closepath" (z) path data command.'''
1361
+ ...
1362
+
1363
+ @classmethod
1364
+ @property
1365
+ def PATHSEG_MOVETO_ABS(cls) -> int:
1366
+ '''Corresponds to a "absolute moveto" (M) path data command.'''
1367
+ ...
1368
+
1369
+ @classmethod
1370
+ @property
1371
+ def PATHSEG_MOVETO_REL(cls) -> int:
1372
+ '''Corresponds to a "relative moveto" (m) path data command.'''
1373
+ ...
1374
+
1375
+ @classmethod
1376
+ @property
1377
+ def PATHSEG_LINETO_ABS(cls) -> int:
1378
+ '''Corresponds to a "absolute lineto" (L) path data command.'''
1379
+ ...
1380
+
1381
+ @classmethod
1382
+ @property
1383
+ def PATHSEG_LINETO_REL(cls) -> int:
1384
+ '''Corresponds to a "relative lineto" (l) path data command.'''
1385
+ ...
1386
+
1387
+ @classmethod
1388
+ @property
1389
+ def PATHSEG_CURVETO_CUBIC_ABS(cls) -> int:
1390
+ '''Corresponds to a "absolute cubic Bézier curveto" (C) path data command.'''
1391
+ ...
1392
+
1393
+ @classmethod
1394
+ @property
1395
+ def PATHSEG_CURVETO_CUBIC_REL(cls) -> int:
1396
+ '''Corresponds to a "relative cubic Bézier curveto" (c) path data command.'''
1397
+ ...
1398
+
1399
+ @classmethod
1400
+ @property
1401
+ def PATHSEG_CURVETO_QUADRATIC_ABS(cls) -> int:
1402
+ '''Corresponds to a "absolute quadratic Bézier curveto" (Q) path data command.'''
1403
+ ...
1404
+
1405
+ @classmethod
1406
+ @property
1407
+ def PATHSEG_CURVETO_QUADRATIC_REL(cls) -> int:
1408
+ '''Corresponds to a "relative quadratic Bézier curveto" (q) path data command.'''
1409
+ ...
1410
+
1411
+ @classmethod
1412
+ @property
1413
+ def PATHSEG_ARC_ABS(cls) -> int:
1414
+ '''Corresponds to a "absolute arcto" (A) path data command.'''
1415
+ ...
1416
+
1417
+ @classmethod
1418
+ @property
1419
+ def PATHSEG_ARC_REL(cls) -> int:
1420
+ '''Corresponds to a "relative arcto" (a) path data command.'''
1421
+ ...
1422
+
1423
+ @classmethod
1424
+ @property
1425
+ def PATHSEG_LINETO_HORIZONTAL_ABS(cls) -> int:
1426
+ '''Corresponds to a "absolute horizontal lineto" (H) path data command.'''
1427
+ ...
1428
+
1429
+ @classmethod
1430
+ @property
1431
+ def PATHSEG_LINETO_HORIZONTAL_REL(cls) -> int:
1432
+ '''Corresponds to a "relative horizontal lineto" (h) path data command.'''
1433
+ ...
1434
+
1435
+ @classmethod
1436
+ @property
1437
+ def PATHSEG_LINETO_VERTICAL_ABS(cls) -> int:
1438
+ '''Corresponds to a "absolute vertical lineto" (V) path data command.'''
1439
+ ...
1440
+
1441
+ @classmethod
1442
+ @property
1443
+ def PATHSEG_LINETO_VERTICAL_REL(cls) -> int:
1444
+ '''Corresponds to a "relative vertical lineto" (v) path data command.'''
1445
+ ...
1446
+
1447
+ @classmethod
1448
+ @property
1449
+ def PATHSEG_CURVETO_CUBIC_SMOOTH_ABS(cls) -> int:
1450
+ '''Corresponds to a "absolute smooth cubic curveto" (S) path data command.'''
1451
+ ...
1452
+
1453
+ @classmethod
1454
+ @property
1455
+ def PATHSEG_CURVETO_CUBIC_SMOOTH_REL(cls) -> int:
1456
+ '''Corresponds to a "relative smooth cubic curveto" (s) path data command.'''
1457
+ ...
1458
+
1459
+ @classmethod
1460
+ @property
1461
+ def PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS(cls) -> int:
1462
+ '''Corresponds to a "absolute smooth quadratic curveto" (T) path data command.'''
1463
+ ...
1464
+
1465
+ @classmethod
1466
+ @property
1467
+ def PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL(cls) -> int:
1468
+ '''Corresponds to a "relative smooth quadratic curveto" (t) path data command.'''
1469
+ ...
1470
+
1471
+ @property
1472
+ def x(self) -> float:
1473
+ '''The relative X coordinate for the end point of this path segment.'''
1474
+ ...
1475
+
1476
+ @x.setter
1477
+ def x(self, value : float):
1478
+ '''The relative X coordinate for the end point of this path segment.'''
1479
+ ...
1480
+
1481
+ @property
1482
+ def y(self) -> float:
1483
+ '''The relative Y coordinate for the end point of this path segment.'''
1484
+ ...
1485
+
1486
+ @y.setter
1487
+ def y(self, value : float):
1488
+ '''The relative Y coordinate for the end point of this path segment.'''
1489
+ ...
1490
+
1491
+ @property
1492
+ def x2(self) -> float:
1493
+ '''The relative X coordinate for the second control point.'''
1494
+ ...
1495
+
1496
+ @x2.setter
1497
+ def x2(self, value : float):
1498
+ '''The relative X coordinate for the second control point.'''
1499
+ ...
1500
+
1501
+ @property
1502
+ def y2(self) -> float:
1503
+ '''The relative Y coordinate for the second control point.'''
1504
+ ...
1505
+
1506
+ @y2.setter
1507
+ def y2(self, value : float):
1508
+ '''The relative Y coordinate for the second control point.'''
1509
+ ...
1510
+
1511
+ ...
1512
+
1513
+ class SVGPathSegCurvetoQuadraticAbs(SVGPathSeg):
1514
+ '''The SVGPathSegCurvetoQuadraticAbs interface corresponds to an "absolute quadratic Bézier curveto" (Q) path data command.'''
1515
+
1516
+ def get_platform_type(self) -> Type:
1517
+ '''This method is used to retrieve the ECMAScript object :py:class:`System.Type`.
1518
+
1519
+ :returns: The ECMAScript object.'''
1520
+ ...
1521
+
1522
+ @property
1523
+ def path_seg_type(self) -> int:
1524
+ ...
1525
+
1526
+ @property
1527
+ def path_seg_type_as_letter(self) -> str:
1528
+ ...
1529
+
1530
+ @classmethod
1531
+ @property
1532
+ def PATHSEG_UNKNOWN(cls) -> int:
1533
+ '''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.'''
1534
+ ...
1535
+
1536
+ @classmethod
1537
+ @property
1538
+ def PATHSEG_CLOSEPATH(cls) -> int:
1539
+ '''Corresponds to a "closepath" (z) path data command.'''
1540
+ ...
1541
+
1542
+ @classmethod
1543
+ @property
1544
+ def PATHSEG_MOVETO_ABS(cls) -> int:
1545
+ '''Corresponds to a "absolute moveto" (M) path data command.'''
1546
+ ...
1547
+
1548
+ @classmethod
1549
+ @property
1550
+ def PATHSEG_MOVETO_REL(cls) -> int:
1551
+ '''Corresponds to a "relative moveto" (m) path data command.'''
1552
+ ...
1553
+
1554
+ @classmethod
1555
+ @property
1556
+ def PATHSEG_LINETO_ABS(cls) -> int:
1557
+ '''Corresponds to a "absolute lineto" (L) path data command.'''
1558
+ ...
1559
+
1560
+ @classmethod
1561
+ @property
1562
+ def PATHSEG_LINETO_REL(cls) -> int:
1563
+ '''Corresponds to a "relative lineto" (l) path data command.'''
1564
+ ...
1565
+
1566
+ @classmethod
1567
+ @property
1568
+ def PATHSEG_CURVETO_CUBIC_ABS(cls) -> int:
1569
+ '''Corresponds to a "absolute cubic Bézier curveto" (C) path data command.'''
1570
+ ...
1571
+
1572
+ @classmethod
1573
+ @property
1574
+ def PATHSEG_CURVETO_CUBIC_REL(cls) -> int:
1575
+ '''Corresponds to a "relative cubic Bézier curveto" (c) path data command.'''
1576
+ ...
1577
+
1578
+ @classmethod
1579
+ @property
1580
+ def PATHSEG_CURVETO_QUADRATIC_ABS(cls) -> int:
1581
+ '''Corresponds to a "absolute quadratic Bézier curveto" (Q) path data command.'''
1582
+ ...
1583
+
1584
+ @classmethod
1585
+ @property
1586
+ def PATHSEG_CURVETO_QUADRATIC_REL(cls) -> int:
1587
+ '''Corresponds to a "relative quadratic Bézier curveto" (q) path data command.'''
1588
+ ...
1589
+
1590
+ @classmethod
1591
+ @property
1592
+ def PATHSEG_ARC_ABS(cls) -> int:
1593
+ '''Corresponds to a "absolute arcto" (A) path data command.'''
1594
+ ...
1595
+
1596
+ @classmethod
1597
+ @property
1598
+ def PATHSEG_ARC_REL(cls) -> int:
1599
+ '''Corresponds to a "relative arcto" (a) path data command.'''
1600
+ ...
1601
+
1602
+ @classmethod
1603
+ @property
1604
+ def PATHSEG_LINETO_HORIZONTAL_ABS(cls) -> int:
1605
+ '''Corresponds to a "absolute horizontal lineto" (H) path data command.'''
1606
+ ...
1607
+
1608
+ @classmethod
1609
+ @property
1610
+ def PATHSEG_LINETO_HORIZONTAL_REL(cls) -> int:
1611
+ '''Corresponds to a "relative horizontal lineto" (h) path data command.'''
1612
+ ...
1613
+
1614
+ @classmethod
1615
+ @property
1616
+ def PATHSEG_LINETO_VERTICAL_ABS(cls) -> int:
1617
+ '''Corresponds to a "absolute vertical lineto" (V) path data command.'''
1618
+ ...
1619
+
1620
+ @classmethod
1621
+ @property
1622
+ def PATHSEG_LINETO_VERTICAL_REL(cls) -> int:
1623
+ '''Corresponds to a "relative vertical lineto" (v) path data command.'''
1624
+ ...
1625
+
1626
+ @classmethod
1627
+ @property
1628
+ def PATHSEG_CURVETO_CUBIC_SMOOTH_ABS(cls) -> int:
1629
+ '''Corresponds to a "absolute smooth cubic curveto" (S) path data command.'''
1630
+ ...
1631
+
1632
+ @classmethod
1633
+ @property
1634
+ def PATHSEG_CURVETO_CUBIC_SMOOTH_REL(cls) -> int:
1635
+ '''Corresponds to a "relative smooth cubic curveto" (s) path data command.'''
1636
+ ...
1637
+
1638
+ @classmethod
1639
+ @property
1640
+ def PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS(cls) -> int:
1641
+ '''Corresponds to a "absolute smooth quadratic curveto" (T) path data command.'''
1642
+ ...
1643
+
1644
+ @classmethod
1645
+ @property
1646
+ def PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL(cls) -> int:
1647
+ '''Corresponds to a "relative smooth quadratic curveto" (t) path data command.'''
1648
+ ...
1649
+
1650
+ @property
1651
+ def x(self) -> float:
1652
+ '''The absolute X coordinate for the end point of this path segment.'''
1653
+ ...
1654
+
1655
+ @x.setter
1656
+ def x(self, value : float):
1657
+ '''The absolute X coordinate for the end point of this path segment.'''
1658
+ ...
1659
+
1660
+ @property
1661
+ def y(self) -> float:
1662
+ '''The absolute Y coordinate for the end point of this path segment.'''
1663
+ ...
1664
+
1665
+ @y.setter
1666
+ def y(self, value : float):
1667
+ '''The absolute Y coordinate for the end point of this path segment.'''
1668
+ ...
1669
+
1670
+ @property
1671
+ def x1(self) -> float:
1672
+ '''The absolute X coordinate for the first control point.'''
1673
+ ...
1674
+
1675
+ @x1.setter
1676
+ def x1(self, value : float):
1677
+ '''The absolute X coordinate for the first control point.'''
1678
+ ...
1679
+
1680
+ @property
1681
+ def y1(self) -> float:
1682
+ '''The absolute Y coordinate for the first control point.'''
1683
+ ...
1684
+
1685
+ @y1.setter
1686
+ def y1(self, value : float):
1687
+ '''The absolute Y coordinate for the first control point.'''
1688
+ ...
1689
+
1690
+ ...
1691
+
1692
+ class SVGPathSegCurvetoQuadraticRel(SVGPathSeg):
1693
+ '''The SVGPathSegCurvetoQuadraticRel interface corresponds to a "relative quadratic Bézier curveto" (q) path data command.'''
1694
+
1695
+ def get_platform_type(self) -> Type:
1696
+ '''This method is used to retrieve the ECMAScript object :py:class:`System.Type`.
1697
+
1698
+ :returns: The ECMAScript object.'''
1699
+ ...
1700
+
1701
+ @property
1702
+ def path_seg_type(self) -> int:
1703
+ ...
1704
+
1705
+ @property
1706
+ def path_seg_type_as_letter(self) -> str:
1707
+ ...
1708
+
1709
+ @classmethod
1710
+ @property
1711
+ def PATHSEG_UNKNOWN(cls) -> int:
1712
+ '''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.'''
1713
+ ...
1714
+
1715
+ @classmethod
1716
+ @property
1717
+ def PATHSEG_CLOSEPATH(cls) -> int:
1718
+ '''Corresponds to a "closepath" (z) path data command.'''
1719
+ ...
1720
+
1721
+ @classmethod
1722
+ @property
1723
+ def PATHSEG_MOVETO_ABS(cls) -> int:
1724
+ '''Corresponds to a "absolute moveto" (M) path data command.'''
1725
+ ...
1726
+
1727
+ @classmethod
1728
+ @property
1729
+ def PATHSEG_MOVETO_REL(cls) -> int:
1730
+ '''Corresponds to a "relative moveto" (m) path data command.'''
1731
+ ...
1732
+
1733
+ @classmethod
1734
+ @property
1735
+ def PATHSEG_LINETO_ABS(cls) -> int:
1736
+ '''Corresponds to a "absolute lineto" (L) path data command.'''
1737
+ ...
1738
+
1739
+ @classmethod
1740
+ @property
1741
+ def PATHSEG_LINETO_REL(cls) -> int:
1742
+ '''Corresponds to a "relative lineto" (l) path data command.'''
1743
+ ...
1744
+
1745
+ @classmethod
1746
+ @property
1747
+ def PATHSEG_CURVETO_CUBIC_ABS(cls) -> int:
1748
+ '''Corresponds to a "absolute cubic Bézier curveto" (C) path data command.'''
1749
+ ...
1750
+
1751
+ @classmethod
1752
+ @property
1753
+ def PATHSEG_CURVETO_CUBIC_REL(cls) -> int:
1754
+ '''Corresponds to a "relative cubic Bézier curveto" (c) path data command.'''
1755
+ ...
1756
+
1757
+ @classmethod
1758
+ @property
1759
+ def PATHSEG_CURVETO_QUADRATIC_ABS(cls) -> int:
1760
+ '''Corresponds to a "absolute quadratic Bézier curveto" (Q) path data command.'''
1761
+ ...
1762
+
1763
+ @classmethod
1764
+ @property
1765
+ def PATHSEG_CURVETO_QUADRATIC_REL(cls) -> int:
1766
+ '''Corresponds to a "relative quadratic Bézier curveto" (q) path data command.'''
1767
+ ...
1768
+
1769
+ @classmethod
1770
+ @property
1771
+ def PATHSEG_ARC_ABS(cls) -> int:
1772
+ '''Corresponds to a "absolute arcto" (A) path data command.'''
1773
+ ...
1774
+
1775
+ @classmethod
1776
+ @property
1777
+ def PATHSEG_ARC_REL(cls) -> int:
1778
+ '''Corresponds to a "relative arcto" (a) path data command.'''
1779
+ ...
1780
+
1781
+ @classmethod
1782
+ @property
1783
+ def PATHSEG_LINETO_HORIZONTAL_ABS(cls) -> int:
1784
+ '''Corresponds to a "absolute horizontal lineto" (H) path data command.'''
1785
+ ...
1786
+
1787
+ @classmethod
1788
+ @property
1789
+ def PATHSEG_LINETO_HORIZONTAL_REL(cls) -> int:
1790
+ '''Corresponds to a "relative horizontal lineto" (h) path data command.'''
1791
+ ...
1792
+
1793
+ @classmethod
1794
+ @property
1795
+ def PATHSEG_LINETO_VERTICAL_ABS(cls) -> int:
1796
+ '''Corresponds to a "absolute vertical lineto" (V) path data command.'''
1797
+ ...
1798
+
1799
+ @classmethod
1800
+ @property
1801
+ def PATHSEG_LINETO_VERTICAL_REL(cls) -> int:
1802
+ '''Corresponds to a "relative vertical lineto" (v) path data command.'''
1803
+ ...
1804
+
1805
+ @classmethod
1806
+ @property
1807
+ def PATHSEG_CURVETO_CUBIC_SMOOTH_ABS(cls) -> int:
1808
+ '''Corresponds to a "absolute smooth cubic curveto" (S) path data command.'''
1809
+ ...
1810
+
1811
+ @classmethod
1812
+ @property
1813
+ def PATHSEG_CURVETO_CUBIC_SMOOTH_REL(cls) -> int:
1814
+ '''Corresponds to a "relative smooth cubic curveto" (s) path data command.'''
1815
+ ...
1816
+
1817
+ @classmethod
1818
+ @property
1819
+ def PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS(cls) -> int:
1820
+ '''Corresponds to a "absolute smooth quadratic curveto" (T) path data command.'''
1821
+ ...
1822
+
1823
+ @classmethod
1824
+ @property
1825
+ def PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL(cls) -> int:
1826
+ '''Corresponds to a "relative smooth quadratic curveto" (t) path data command.'''
1827
+ ...
1828
+
1829
+ @property
1830
+ def x(self) -> float:
1831
+ '''The relative X coordinate for the end point of this path segment.'''
1832
+ ...
1833
+
1834
+ @x.setter
1835
+ def x(self, value : float):
1836
+ '''The relative X coordinate for the end point of this path segment.'''
1837
+ ...
1838
+
1839
+ @property
1840
+ def y(self) -> float:
1841
+ '''The relative Y coordinate for the end point of this path segment.'''
1842
+ ...
1843
+
1844
+ @y.setter
1845
+ def y(self, value : float):
1846
+ '''The relative Y coordinate for the end point of this path segment.'''
1847
+ ...
1848
+
1849
+ @property
1850
+ def x1(self) -> float:
1851
+ '''The relative X coordinate for the first control point.'''
1852
+ ...
1853
+
1854
+ @x1.setter
1855
+ def x1(self, value : float):
1856
+ '''The relative X coordinate for the first control point.'''
1857
+ ...
1858
+
1859
+ @property
1860
+ def y1(self) -> float:
1861
+ '''The relative Y coordinate for the first control point.'''
1862
+ ...
1863
+
1864
+ @y1.setter
1865
+ def y1(self, value : float):
1866
+ '''The relative Y coordinate for the first control point.'''
1867
+ ...
1868
+
1869
+ ...
1870
+
1871
+ class SVGPathSegCurvetoQuadraticSmoothAbs(SVGPathSeg):
1872
+ '''The SVGPathSegCurvetoQuadraticSmoothAbs interface corresponds to an "absolute smooth cubic curveto" (T) path data command.'''
1873
+
1874
+ def get_platform_type(self) -> Type:
1875
+ '''This method is used to retrieve the ECMAScript object :py:class:`System.Type`.
1876
+
1877
+ :returns: The ECMAScript object.'''
1878
+ ...
1879
+
1880
+ @property
1881
+ def path_seg_type(self) -> int:
1882
+ ...
1883
+
1884
+ @property
1885
+ def path_seg_type_as_letter(self) -> str:
1886
+ ...
1887
+
1888
+ @classmethod
1889
+ @property
1890
+ def PATHSEG_UNKNOWN(cls) -> int:
1891
+ '''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.'''
1892
+ ...
1893
+
1894
+ @classmethod
1895
+ @property
1896
+ def PATHSEG_CLOSEPATH(cls) -> int:
1897
+ '''Corresponds to a "closepath" (z) path data command.'''
1898
+ ...
1899
+
1900
+ @classmethod
1901
+ @property
1902
+ def PATHSEG_MOVETO_ABS(cls) -> int:
1903
+ '''Corresponds to a "absolute moveto" (M) path data command.'''
1904
+ ...
1905
+
1906
+ @classmethod
1907
+ @property
1908
+ def PATHSEG_MOVETO_REL(cls) -> int:
1909
+ '''Corresponds to a "relative moveto" (m) path data command.'''
1910
+ ...
1911
+
1912
+ @classmethod
1913
+ @property
1914
+ def PATHSEG_LINETO_ABS(cls) -> int:
1915
+ '''Corresponds to a "absolute lineto" (L) path data command.'''
1916
+ ...
1917
+
1918
+ @classmethod
1919
+ @property
1920
+ def PATHSEG_LINETO_REL(cls) -> int:
1921
+ '''Corresponds to a "relative lineto" (l) path data command.'''
1922
+ ...
1923
+
1924
+ @classmethod
1925
+ @property
1926
+ def PATHSEG_CURVETO_CUBIC_ABS(cls) -> int:
1927
+ '''Corresponds to a "absolute cubic Bézier curveto" (C) path data command.'''
1928
+ ...
1929
+
1930
+ @classmethod
1931
+ @property
1932
+ def PATHSEG_CURVETO_CUBIC_REL(cls) -> int:
1933
+ '''Corresponds to a "relative cubic Bézier curveto" (c) path data command.'''
1934
+ ...
1935
+
1936
+ @classmethod
1937
+ @property
1938
+ def PATHSEG_CURVETO_QUADRATIC_ABS(cls) -> int:
1939
+ '''Corresponds to a "absolute quadratic Bézier curveto" (Q) path data command.'''
1940
+ ...
1941
+
1942
+ @classmethod
1943
+ @property
1944
+ def PATHSEG_CURVETO_QUADRATIC_REL(cls) -> int:
1945
+ '''Corresponds to a "relative quadratic Bézier curveto" (q) path data command.'''
1946
+ ...
1947
+
1948
+ @classmethod
1949
+ @property
1950
+ def PATHSEG_ARC_ABS(cls) -> int:
1951
+ '''Corresponds to a "absolute arcto" (A) path data command.'''
1952
+ ...
1953
+
1954
+ @classmethod
1955
+ @property
1956
+ def PATHSEG_ARC_REL(cls) -> int:
1957
+ '''Corresponds to a "relative arcto" (a) path data command.'''
1958
+ ...
1959
+
1960
+ @classmethod
1961
+ @property
1962
+ def PATHSEG_LINETO_HORIZONTAL_ABS(cls) -> int:
1963
+ '''Corresponds to a "absolute horizontal lineto" (H) path data command.'''
1964
+ ...
1965
+
1966
+ @classmethod
1967
+ @property
1968
+ def PATHSEG_LINETO_HORIZONTAL_REL(cls) -> int:
1969
+ '''Corresponds to a "relative horizontal lineto" (h) path data command.'''
1970
+ ...
1971
+
1972
+ @classmethod
1973
+ @property
1974
+ def PATHSEG_LINETO_VERTICAL_ABS(cls) -> int:
1975
+ '''Corresponds to a "absolute vertical lineto" (V) path data command.'''
1976
+ ...
1977
+
1978
+ @classmethod
1979
+ @property
1980
+ def PATHSEG_LINETO_VERTICAL_REL(cls) -> int:
1981
+ '''Corresponds to a "relative vertical lineto" (v) path data command.'''
1982
+ ...
1983
+
1984
+ @classmethod
1985
+ @property
1986
+ def PATHSEG_CURVETO_CUBIC_SMOOTH_ABS(cls) -> int:
1987
+ '''Corresponds to a "absolute smooth cubic curveto" (S) path data command.'''
1988
+ ...
1989
+
1990
+ @classmethod
1991
+ @property
1992
+ def PATHSEG_CURVETO_CUBIC_SMOOTH_REL(cls) -> int:
1993
+ '''Corresponds to a "relative smooth cubic curveto" (s) path data command.'''
1994
+ ...
1995
+
1996
+ @classmethod
1997
+ @property
1998
+ def PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS(cls) -> int:
1999
+ '''Corresponds to a "absolute smooth quadratic curveto" (T) path data command.'''
2000
+ ...
2001
+
2002
+ @classmethod
2003
+ @property
2004
+ def PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL(cls) -> int:
2005
+ '''Corresponds to a "relative smooth quadratic curveto" (t) path data command.'''
2006
+ ...
2007
+
2008
+ @property
2009
+ def x(self) -> float:
2010
+ '''The absolute X coordinate for the end point of this path segment.'''
2011
+ ...
2012
+
2013
+ @x.setter
2014
+ def x(self, value : float):
2015
+ '''The absolute X coordinate for the end point of this path segment.'''
2016
+ ...
2017
+
2018
+ @property
2019
+ def y(self) -> float:
2020
+ '''The absolute Y coordinate for the end point of this path segment.'''
2021
+ ...
2022
+
2023
+ @y.setter
2024
+ def y(self, value : float):
2025
+ '''The absolute Y coordinate for the end point of this path segment.'''
2026
+ ...
2027
+
2028
+ ...
2029
+
2030
+ class SVGPathSegCurvetoQuadraticSmoothRel(SVGPathSeg):
2031
+ '''The SVGPathSegCurvetoQuadraticSmoothRel interface corresponds to a "relative smooth cubic curveto" (t) path data command.'''
2032
+
2033
+ def get_platform_type(self) -> Type:
2034
+ '''This method is used to retrieve the ECMAScript object :py:class:`System.Type`.
2035
+
2036
+ :returns: The ECMAScript object.'''
2037
+ ...
2038
+
2039
+ @property
2040
+ def path_seg_type(self) -> int:
2041
+ ...
2042
+
2043
+ @property
2044
+ def path_seg_type_as_letter(self) -> str:
2045
+ ...
2046
+
2047
+ @classmethod
2048
+ @property
2049
+ def PATHSEG_UNKNOWN(cls) -> int:
2050
+ '''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.'''
2051
+ ...
2052
+
2053
+ @classmethod
2054
+ @property
2055
+ def PATHSEG_CLOSEPATH(cls) -> int:
2056
+ '''Corresponds to a "closepath" (z) path data command.'''
2057
+ ...
2058
+
2059
+ @classmethod
2060
+ @property
2061
+ def PATHSEG_MOVETO_ABS(cls) -> int:
2062
+ '''Corresponds to a "absolute moveto" (M) path data command.'''
2063
+ ...
2064
+
2065
+ @classmethod
2066
+ @property
2067
+ def PATHSEG_MOVETO_REL(cls) -> int:
2068
+ '''Corresponds to a "relative moveto" (m) path data command.'''
2069
+ ...
2070
+
2071
+ @classmethod
2072
+ @property
2073
+ def PATHSEG_LINETO_ABS(cls) -> int:
2074
+ '''Corresponds to a "absolute lineto" (L) path data command.'''
2075
+ ...
2076
+
2077
+ @classmethod
2078
+ @property
2079
+ def PATHSEG_LINETO_REL(cls) -> int:
2080
+ '''Corresponds to a "relative lineto" (l) path data command.'''
2081
+ ...
2082
+
2083
+ @classmethod
2084
+ @property
2085
+ def PATHSEG_CURVETO_CUBIC_ABS(cls) -> int:
2086
+ '''Corresponds to a "absolute cubic Bézier curveto" (C) path data command.'''
2087
+ ...
2088
+
2089
+ @classmethod
2090
+ @property
2091
+ def PATHSEG_CURVETO_CUBIC_REL(cls) -> int:
2092
+ '''Corresponds to a "relative cubic Bézier curveto" (c) path data command.'''
2093
+ ...
2094
+
2095
+ @classmethod
2096
+ @property
2097
+ def PATHSEG_CURVETO_QUADRATIC_ABS(cls) -> int:
2098
+ '''Corresponds to a "absolute quadratic Bézier curveto" (Q) path data command.'''
2099
+ ...
2100
+
2101
+ @classmethod
2102
+ @property
2103
+ def PATHSEG_CURVETO_QUADRATIC_REL(cls) -> int:
2104
+ '''Corresponds to a "relative quadratic Bézier curveto" (q) path data command.'''
2105
+ ...
2106
+
2107
+ @classmethod
2108
+ @property
2109
+ def PATHSEG_ARC_ABS(cls) -> int:
2110
+ '''Corresponds to a "absolute arcto" (A) path data command.'''
2111
+ ...
2112
+
2113
+ @classmethod
2114
+ @property
2115
+ def PATHSEG_ARC_REL(cls) -> int:
2116
+ '''Corresponds to a "relative arcto" (a) path data command.'''
2117
+ ...
2118
+
2119
+ @classmethod
2120
+ @property
2121
+ def PATHSEG_LINETO_HORIZONTAL_ABS(cls) -> int:
2122
+ '''Corresponds to a "absolute horizontal lineto" (H) path data command.'''
2123
+ ...
2124
+
2125
+ @classmethod
2126
+ @property
2127
+ def PATHSEG_LINETO_HORIZONTAL_REL(cls) -> int:
2128
+ '''Corresponds to a "relative horizontal lineto" (h) path data command.'''
2129
+ ...
2130
+
2131
+ @classmethod
2132
+ @property
2133
+ def PATHSEG_LINETO_VERTICAL_ABS(cls) -> int:
2134
+ '''Corresponds to a "absolute vertical lineto" (V) path data command.'''
2135
+ ...
2136
+
2137
+ @classmethod
2138
+ @property
2139
+ def PATHSEG_LINETO_VERTICAL_REL(cls) -> int:
2140
+ '''Corresponds to a "relative vertical lineto" (v) path data command.'''
2141
+ ...
2142
+
2143
+ @classmethod
2144
+ @property
2145
+ def PATHSEG_CURVETO_CUBIC_SMOOTH_ABS(cls) -> int:
2146
+ '''Corresponds to a "absolute smooth cubic curveto" (S) path data command.'''
2147
+ ...
2148
+
2149
+ @classmethod
2150
+ @property
2151
+ def PATHSEG_CURVETO_CUBIC_SMOOTH_REL(cls) -> int:
2152
+ '''Corresponds to a "relative smooth cubic curveto" (s) path data command.'''
2153
+ ...
2154
+
2155
+ @classmethod
2156
+ @property
2157
+ def PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS(cls) -> int:
2158
+ '''Corresponds to a "absolute smooth quadratic curveto" (T) path data command.'''
2159
+ ...
2160
+
2161
+ @classmethod
2162
+ @property
2163
+ def PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL(cls) -> int:
2164
+ '''Corresponds to a "relative smooth quadratic curveto" (t) path data command.'''
2165
+ ...
2166
+
2167
+ @property
2168
+ def x(self) -> float:
2169
+ '''The relative X coordinate for the end point of this path segment.'''
2170
+ ...
2171
+
2172
+ @x.setter
2173
+ def x(self, value : float):
2174
+ '''The relative X coordinate for the end point of this path segment.'''
2175
+ ...
2176
+
2177
+ @property
2178
+ def y(self) -> float:
2179
+ '''The relative Y coordinate for the end point of this path segment.'''
2180
+ ...
2181
+
2182
+ @y.setter
2183
+ def y(self, value : float):
2184
+ '''The relative Y coordinate for the end point of this path segment.'''
2185
+ ...
2186
+
2187
+ ...
2188
+
2189
+ class SVGPathSegLinetoAbs(SVGPathSeg):
2190
+ '''The SVGPathSegLinetoAbs interface corresponds to an "absolute lineto" (L) path data command.'''
2191
+
2192
+ def get_platform_type(self) -> Type:
2193
+ '''This method is used to retrieve the ECMAScript object :py:class:`System.Type`.
2194
+
2195
+ :returns: The ECMAScript object.'''
2196
+ ...
2197
+
2198
+ @property
2199
+ def path_seg_type(self) -> int:
2200
+ ...
2201
+
2202
+ @property
2203
+ def path_seg_type_as_letter(self) -> str:
2204
+ ...
2205
+
2206
+ @classmethod
2207
+ @property
2208
+ def PATHSEG_UNKNOWN(cls) -> int:
2209
+ '''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.'''
2210
+ ...
2211
+
2212
+ @classmethod
2213
+ @property
2214
+ def PATHSEG_CLOSEPATH(cls) -> int:
2215
+ '''Corresponds to a "closepath" (z) path data command.'''
2216
+ ...
2217
+
2218
+ @classmethod
2219
+ @property
2220
+ def PATHSEG_MOVETO_ABS(cls) -> int:
2221
+ '''Corresponds to a "absolute moveto" (M) path data command.'''
2222
+ ...
2223
+
2224
+ @classmethod
2225
+ @property
2226
+ def PATHSEG_MOVETO_REL(cls) -> int:
2227
+ '''Corresponds to a "relative moveto" (m) path data command.'''
2228
+ ...
2229
+
2230
+ @classmethod
2231
+ @property
2232
+ def PATHSEG_LINETO_ABS(cls) -> int:
2233
+ '''Corresponds to a "absolute lineto" (L) path data command.'''
2234
+ ...
2235
+
2236
+ @classmethod
2237
+ @property
2238
+ def PATHSEG_LINETO_REL(cls) -> int:
2239
+ '''Corresponds to a "relative lineto" (l) path data command.'''
2240
+ ...
2241
+
2242
+ @classmethod
2243
+ @property
2244
+ def PATHSEG_CURVETO_CUBIC_ABS(cls) -> int:
2245
+ '''Corresponds to a "absolute cubic Bézier curveto" (C) path data command.'''
2246
+ ...
2247
+
2248
+ @classmethod
2249
+ @property
2250
+ def PATHSEG_CURVETO_CUBIC_REL(cls) -> int:
2251
+ '''Corresponds to a "relative cubic Bézier curveto" (c) path data command.'''
2252
+ ...
2253
+
2254
+ @classmethod
2255
+ @property
2256
+ def PATHSEG_CURVETO_QUADRATIC_ABS(cls) -> int:
2257
+ '''Corresponds to a "absolute quadratic Bézier curveto" (Q) path data command.'''
2258
+ ...
2259
+
2260
+ @classmethod
2261
+ @property
2262
+ def PATHSEG_CURVETO_QUADRATIC_REL(cls) -> int:
2263
+ '''Corresponds to a "relative quadratic Bézier curveto" (q) path data command.'''
2264
+ ...
2265
+
2266
+ @classmethod
2267
+ @property
2268
+ def PATHSEG_ARC_ABS(cls) -> int:
2269
+ '''Corresponds to a "absolute arcto" (A) path data command.'''
2270
+ ...
2271
+
2272
+ @classmethod
2273
+ @property
2274
+ def PATHSEG_ARC_REL(cls) -> int:
2275
+ '''Corresponds to a "relative arcto" (a) path data command.'''
2276
+ ...
2277
+
2278
+ @classmethod
2279
+ @property
2280
+ def PATHSEG_LINETO_HORIZONTAL_ABS(cls) -> int:
2281
+ '''Corresponds to a "absolute horizontal lineto" (H) path data command.'''
2282
+ ...
2283
+
2284
+ @classmethod
2285
+ @property
2286
+ def PATHSEG_LINETO_HORIZONTAL_REL(cls) -> int:
2287
+ '''Corresponds to a "relative horizontal lineto" (h) path data command.'''
2288
+ ...
2289
+
2290
+ @classmethod
2291
+ @property
2292
+ def PATHSEG_LINETO_VERTICAL_ABS(cls) -> int:
2293
+ '''Corresponds to a "absolute vertical lineto" (V) path data command.'''
2294
+ ...
2295
+
2296
+ @classmethod
2297
+ @property
2298
+ def PATHSEG_LINETO_VERTICAL_REL(cls) -> int:
2299
+ '''Corresponds to a "relative vertical lineto" (v) path data command.'''
2300
+ ...
2301
+
2302
+ @classmethod
2303
+ @property
2304
+ def PATHSEG_CURVETO_CUBIC_SMOOTH_ABS(cls) -> int:
2305
+ '''Corresponds to a "absolute smooth cubic curveto" (S) path data command.'''
2306
+ ...
2307
+
2308
+ @classmethod
2309
+ @property
2310
+ def PATHSEG_CURVETO_CUBIC_SMOOTH_REL(cls) -> int:
2311
+ '''Corresponds to a "relative smooth cubic curveto" (s) path data command.'''
2312
+ ...
2313
+
2314
+ @classmethod
2315
+ @property
2316
+ def PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS(cls) -> int:
2317
+ '''Corresponds to a "absolute smooth quadratic curveto" (T) path data command.'''
2318
+ ...
2319
+
2320
+ @classmethod
2321
+ @property
2322
+ def PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL(cls) -> int:
2323
+ '''Corresponds to a "relative smooth quadratic curveto" (t) path data command.'''
2324
+ ...
2325
+
2326
+ @property
2327
+ def x(self) -> float:
2328
+ '''The absolute X coordinate for the end point of this path segment.'''
2329
+ ...
2330
+
2331
+ @x.setter
2332
+ def x(self, value : float):
2333
+ '''The absolute X coordinate for the end point of this path segment.'''
2334
+ ...
2335
+
2336
+ @property
2337
+ def y(self) -> float:
2338
+ '''The absolute Y coordinate for the end point of this path segment.'''
2339
+ ...
2340
+
2341
+ @y.setter
2342
+ def y(self, value : float):
2343
+ '''The absolute Y coordinate for the end point of this path segment.'''
2344
+ ...
2345
+
2346
+ ...
2347
+
2348
+ class SVGPathSegLinetoHorizontalAbs(SVGPathSeg):
2349
+ '''The SVGPathSegLinetoHorizontalAbs interface corresponds to an "absolute horizontal lineto" (H) path data command.'''
2350
+
2351
+ def get_platform_type(self) -> Type:
2352
+ '''This method is used to retrieve the ECMAScript object :py:class:`System.Type`.
2353
+
2354
+ :returns: The ECMAScript object.'''
2355
+ ...
2356
+
2357
+ @property
2358
+ def path_seg_type(self) -> int:
2359
+ ...
2360
+
2361
+ @property
2362
+ def path_seg_type_as_letter(self) -> str:
2363
+ ...
2364
+
2365
+ @classmethod
2366
+ @property
2367
+ def PATHSEG_UNKNOWN(cls) -> int:
2368
+ '''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.'''
2369
+ ...
2370
+
2371
+ @classmethod
2372
+ @property
2373
+ def PATHSEG_CLOSEPATH(cls) -> int:
2374
+ '''Corresponds to a "closepath" (z) path data command.'''
2375
+ ...
2376
+
2377
+ @classmethod
2378
+ @property
2379
+ def PATHSEG_MOVETO_ABS(cls) -> int:
2380
+ '''Corresponds to a "absolute moveto" (M) path data command.'''
2381
+ ...
2382
+
2383
+ @classmethod
2384
+ @property
2385
+ def PATHSEG_MOVETO_REL(cls) -> int:
2386
+ '''Corresponds to a "relative moveto" (m) path data command.'''
2387
+ ...
2388
+
2389
+ @classmethod
2390
+ @property
2391
+ def PATHSEG_LINETO_ABS(cls) -> int:
2392
+ '''Corresponds to a "absolute lineto" (L) path data command.'''
2393
+ ...
2394
+
2395
+ @classmethod
2396
+ @property
2397
+ def PATHSEG_LINETO_REL(cls) -> int:
2398
+ '''Corresponds to a "relative lineto" (l) path data command.'''
2399
+ ...
2400
+
2401
+ @classmethod
2402
+ @property
2403
+ def PATHSEG_CURVETO_CUBIC_ABS(cls) -> int:
2404
+ '''Corresponds to a "absolute cubic Bézier curveto" (C) path data command.'''
2405
+ ...
2406
+
2407
+ @classmethod
2408
+ @property
2409
+ def PATHSEG_CURVETO_CUBIC_REL(cls) -> int:
2410
+ '''Corresponds to a "relative cubic Bézier curveto" (c) path data command.'''
2411
+ ...
2412
+
2413
+ @classmethod
2414
+ @property
2415
+ def PATHSEG_CURVETO_QUADRATIC_ABS(cls) -> int:
2416
+ '''Corresponds to a "absolute quadratic Bézier curveto" (Q) path data command.'''
2417
+ ...
2418
+
2419
+ @classmethod
2420
+ @property
2421
+ def PATHSEG_CURVETO_QUADRATIC_REL(cls) -> int:
2422
+ '''Corresponds to a "relative quadratic Bézier curveto" (q) path data command.'''
2423
+ ...
2424
+
2425
+ @classmethod
2426
+ @property
2427
+ def PATHSEG_ARC_ABS(cls) -> int:
2428
+ '''Corresponds to a "absolute arcto" (A) path data command.'''
2429
+ ...
2430
+
2431
+ @classmethod
2432
+ @property
2433
+ def PATHSEG_ARC_REL(cls) -> int:
2434
+ '''Corresponds to a "relative arcto" (a) path data command.'''
2435
+ ...
2436
+
2437
+ @classmethod
2438
+ @property
2439
+ def PATHSEG_LINETO_HORIZONTAL_ABS(cls) -> int:
2440
+ '''Corresponds to a "absolute horizontal lineto" (H) path data command.'''
2441
+ ...
2442
+
2443
+ @classmethod
2444
+ @property
2445
+ def PATHSEG_LINETO_HORIZONTAL_REL(cls) -> int:
2446
+ '''Corresponds to a "relative horizontal lineto" (h) path data command.'''
2447
+ ...
2448
+
2449
+ @classmethod
2450
+ @property
2451
+ def PATHSEG_LINETO_VERTICAL_ABS(cls) -> int:
2452
+ '''Corresponds to a "absolute vertical lineto" (V) path data command.'''
2453
+ ...
2454
+
2455
+ @classmethod
2456
+ @property
2457
+ def PATHSEG_LINETO_VERTICAL_REL(cls) -> int:
2458
+ '''Corresponds to a "relative vertical lineto" (v) path data command.'''
2459
+ ...
2460
+
2461
+ @classmethod
2462
+ @property
2463
+ def PATHSEG_CURVETO_CUBIC_SMOOTH_ABS(cls) -> int:
2464
+ '''Corresponds to a "absolute smooth cubic curveto" (S) path data command.'''
2465
+ ...
2466
+
2467
+ @classmethod
2468
+ @property
2469
+ def PATHSEG_CURVETO_CUBIC_SMOOTH_REL(cls) -> int:
2470
+ '''Corresponds to a "relative smooth cubic curveto" (s) path data command.'''
2471
+ ...
2472
+
2473
+ @classmethod
2474
+ @property
2475
+ def PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS(cls) -> int:
2476
+ '''Corresponds to a "absolute smooth quadratic curveto" (T) path data command.'''
2477
+ ...
2478
+
2479
+ @classmethod
2480
+ @property
2481
+ def PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL(cls) -> int:
2482
+ '''Corresponds to a "relative smooth quadratic curveto" (t) path data command.'''
2483
+ ...
2484
+
2485
+ @property
2486
+ def x(self) -> float:
2487
+ '''The absolute X coordinate for the end point of this path segment.'''
2488
+ ...
2489
+
2490
+ @x.setter
2491
+ def x(self, value : float):
2492
+ '''The absolute X coordinate for the end point of this path segment.'''
2493
+ ...
2494
+
2495
+ ...
2496
+
2497
+ class SVGPathSegLinetoHorizontalRel(SVGPathSeg):
2498
+ '''The SVGPathSegLinetoHorizontalRel interface corresponds to a "relative horizontal lineto" (h) path data command.'''
2499
+
2500
+ def get_platform_type(self) -> Type:
2501
+ '''This method is used to retrieve the ECMAScript object :py:class:`System.Type`.
2502
+
2503
+ :returns: The ECMAScript object.'''
2504
+ ...
2505
+
2506
+ @property
2507
+ def path_seg_type(self) -> int:
2508
+ ...
2509
+
2510
+ @property
2511
+ def path_seg_type_as_letter(self) -> str:
2512
+ ...
2513
+
2514
+ @classmethod
2515
+ @property
2516
+ def PATHSEG_UNKNOWN(cls) -> int:
2517
+ '''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.'''
2518
+ ...
2519
+
2520
+ @classmethod
2521
+ @property
2522
+ def PATHSEG_CLOSEPATH(cls) -> int:
2523
+ '''Corresponds to a "closepath" (z) path data command.'''
2524
+ ...
2525
+
2526
+ @classmethod
2527
+ @property
2528
+ def PATHSEG_MOVETO_ABS(cls) -> int:
2529
+ '''Corresponds to a "absolute moveto" (M) path data command.'''
2530
+ ...
2531
+
2532
+ @classmethod
2533
+ @property
2534
+ def PATHSEG_MOVETO_REL(cls) -> int:
2535
+ '''Corresponds to a "relative moveto" (m) path data command.'''
2536
+ ...
2537
+
2538
+ @classmethod
2539
+ @property
2540
+ def PATHSEG_LINETO_ABS(cls) -> int:
2541
+ '''Corresponds to a "absolute lineto" (L) path data command.'''
2542
+ ...
2543
+
2544
+ @classmethod
2545
+ @property
2546
+ def PATHSEG_LINETO_REL(cls) -> int:
2547
+ '''Corresponds to a "relative lineto" (l) path data command.'''
2548
+ ...
2549
+
2550
+ @classmethod
2551
+ @property
2552
+ def PATHSEG_CURVETO_CUBIC_ABS(cls) -> int:
2553
+ '''Corresponds to a "absolute cubic Bézier curveto" (C) path data command.'''
2554
+ ...
2555
+
2556
+ @classmethod
2557
+ @property
2558
+ def PATHSEG_CURVETO_CUBIC_REL(cls) -> int:
2559
+ '''Corresponds to a "relative cubic Bézier curveto" (c) path data command.'''
2560
+ ...
2561
+
2562
+ @classmethod
2563
+ @property
2564
+ def PATHSEG_CURVETO_QUADRATIC_ABS(cls) -> int:
2565
+ '''Corresponds to a "absolute quadratic Bézier curveto" (Q) path data command.'''
2566
+ ...
2567
+
2568
+ @classmethod
2569
+ @property
2570
+ def PATHSEG_CURVETO_QUADRATIC_REL(cls) -> int:
2571
+ '''Corresponds to a "relative quadratic Bézier curveto" (q) path data command.'''
2572
+ ...
2573
+
2574
+ @classmethod
2575
+ @property
2576
+ def PATHSEG_ARC_ABS(cls) -> int:
2577
+ '''Corresponds to a "absolute arcto" (A) path data command.'''
2578
+ ...
2579
+
2580
+ @classmethod
2581
+ @property
2582
+ def PATHSEG_ARC_REL(cls) -> int:
2583
+ '''Corresponds to a "relative arcto" (a) path data command.'''
2584
+ ...
2585
+
2586
+ @classmethod
2587
+ @property
2588
+ def PATHSEG_LINETO_HORIZONTAL_ABS(cls) -> int:
2589
+ '''Corresponds to a "absolute horizontal lineto" (H) path data command.'''
2590
+ ...
2591
+
2592
+ @classmethod
2593
+ @property
2594
+ def PATHSEG_LINETO_HORIZONTAL_REL(cls) -> int:
2595
+ '''Corresponds to a "relative horizontal lineto" (h) path data command.'''
2596
+ ...
2597
+
2598
+ @classmethod
2599
+ @property
2600
+ def PATHSEG_LINETO_VERTICAL_ABS(cls) -> int:
2601
+ '''Corresponds to a "absolute vertical lineto" (V) path data command.'''
2602
+ ...
2603
+
2604
+ @classmethod
2605
+ @property
2606
+ def PATHSEG_LINETO_VERTICAL_REL(cls) -> int:
2607
+ '''Corresponds to a "relative vertical lineto" (v) path data command.'''
2608
+ ...
2609
+
2610
+ @classmethod
2611
+ @property
2612
+ def PATHSEG_CURVETO_CUBIC_SMOOTH_ABS(cls) -> int:
2613
+ '''Corresponds to a "absolute smooth cubic curveto" (S) path data command.'''
2614
+ ...
2615
+
2616
+ @classmethod
2617
+ @property
2618
+ def PATHSEG_CURVETO_CUBIC_SMOOTH_REL(cls) -> int:
2619
+ '''Corresponds to a "relative smooth cubic curveto" (s) path data command.'''
2620
+ ...
2621
+
2622
+ @classmethod
2623
+ @property
2624
+ def PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS(cls) -> int:
2625
+ '''Corresponds to a "absolute smooth quadratic curveto" (T) path data command.'''
2626
+ ...
2627
+
2628
+ @classmethod
2629
+ @property
2630
+ def PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL(cls) -> int:
2631
+ '''Corresponds to a "relative smooth quadratic curveto" (t) path data command.'''
2632
+ ...
2633
+
2634
+ @property
2635
+ def x(self) -> float:
2636
+ '''The relative X coordinate for the end point of this path segment.'''
2637
+ ...
2638
+
2639
+ @x.setter
2640
+ def x(self, value : float):
2641
+ '''The relative X coordinate for the end point of this path segment.'''
2642
+ ...
2643
+
2644
+ ...
2645
+
2646
+ class SVGPathSegLinetoRel(SVGPathSeg):
2647
+ '''The SVGPathSegLinetoRel interface corresponds to a "relative lineto" (l) path data command.'''
2648
+
2649
+ def get_platform_type(self) -> Type:
2650
+ '''This method is used to retrieve the ECMAScript object :py:class:`System.Type`.
2651
+
2652
+ :returns: The ECMAScript object.'''
2653
+ ...
2654
+
2655
+ @property
2656
+ def path_seg_type(self) -> int:
2657
+ ...
2658
+
2659
+ @property
2660
+ def path_seg_type_as_letter(self) -> str:
2661
+ ...
2662
+
2663
+ @classmethod
2664
+ @property
2665
+ def PATHSEG_UNKNOWN(cls) -> int:
2666
+ '''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.'''
2667
+ ...
2668
+
2669
+ @classmethod
2670
+ @property
2671
+ def PATHSEG_CLOSEPATH(cls) -> int:
2672
+ '''Corresponds to a "closepath" (z) path data command.'''
2673
+ ...
2674
+
2675
+ @classmethod
2676
+ @property
2677
+ def PATHSEG_MOVETO_ABS(cls) -> int:
2678
+ '''Corresponds to a "absolute moveto" (M) path data command.'''
2679
+ ...
2680
+
2681
+ @classmethod
2682
+ @property
2683
+ def PATHSEG_MOVETO_REL(cls) -> int:
2684
+ '''Corresponds to a "relative moveto" (m) path data command.'''
2685
+ ...
2686
+
2687
+ @classmethod
2688
+ @property
2689
+ def PATHSEG_LINETO_ABS(cls) -> int:
2690
+ '''Corresponds to a "absolute lineto" (L) path data command.'''
2691
+ ...
2692
+
2693
+ @classmethod
2694
+ @property
2695
+ def PATHSEG_LINETO_REL(cls) -> int:
2696
+ '''Corresponds to a "relative lineto" (l) path data command.'''
2697
+ ...
2698
+
2699
+ @classmethod
2700
+ @property
2701
+ def PATHSEG_CURVETO_CUBIC_ABS(cls) -> int:
2702
+ '''Corresponds to a "absolute cubic Bézier curveto" (C) path data command.'''
2703
+ ...
2704
+
2705
+ @classmethod
2706
+ @property
2707
+ def PATHSEG_CURVETO_CUBIC_REL(cls) -> int:
2708
+ '''Corresponds to a "relative cubic Bézier curveto" (c) path data command.'''
2709
+ ...
2710
+
2711
+ @classmethod
2712
+ @property
2713
+ def PATHSEG_CURVETO_QUADRATIC_ABS(cls) -> int:
2714
+ '''Corresponds to a "absolute quadratic Bézier curveto" (Q) path data command.'''
2715
+ ...
2716
+
2717
+ @classmethod
2718
+ @property
2719
+ def PATHSEG_CURVETO_QUADRATIC_REL(cls) -> int:
2720
+ '''Corresponds to a "relative quadratic Bézier curveto" (q) path data command.'''
2721
+ ...
2722
+
2723
+ @classmethod
2724
+ @property
2725
+ def PATHSEG_ARC_ABS(cls) -> int:
2726
+ '''Corresponds to a "absolute arcto" (A) path data command.'''
2727
+ ...
2728
+
2729
+ @classmethod
2730
+ @property
2731
+ def PATHSEG_ARC_REL(cls) -> int:
2732
+ '''Corresponds to a "relative arcto" (a) path data command.'''
2733
+ ...
2734
+
2735
+ @classmethod
2736
+ @property
2737
+ def PATHSEG_LINETO_HORIZONTAL_ABS(cls) -> int:
2738
+ '''Corresponds to a "absolute horizontal lineto" (H) path data command.'''
2739
+ ...
2740
+
2741
+ @classmethod
2742
+ @property
2743
+ def PATHSEG_LINETO_HORIZONTAL_REL(cls) -> int:
2744
+ '''Corresponds to a "relative horizontal lineto" (h) path data command.'''
2745
+ ...
2746
+
2747
+ @classmethod
2748
+ @property
2749
+ def PATHSEG_LINETO_VERTICAL_ABS(cls) -> int:
2750
+ '''Corresponds to a "absolute vertical lineto" (V) path data command.'''
2751
+ ...
2752
+
2753
+ @classmethod
2754
+ @property
2755
+ def PATHSEG_LINETO_VERTICAL_REL(cls) -> int:
2756
+ '''Corresponds to a "relative vertical lineto" (v) path data command.'''
2757
+ ...
2758
+
2759
+ @classmethod
2760
+ @property
2761
+ def PATHSEG_CURVETO_CUBIC_SMOOTH_ABS(cls) -> int:
2762
+ '''Corresponds to a "absolute smooth cubic curveto" (S) path data command.'''
2763
+ ...
2764
+
2765
+ @classmethod
2766
+ @property
2767
+ def PATHSEG_CURVETO_CUBIC_SMOOTH_REL(cls) -> int:
2768
+ '''Corresponds to a "relative smooth cubic curveto" (s) path data command.'''
2769
+ ...
2770
+
2771
+ @classmethod
2772
+ @property
2773
+ def PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS(cls) -> int:
2774
+ '''Corresponds to a "absolute smooth quadratic curveto" (T) path data command.'''
2775
+ ...
2776
+
2777
+ @classmethod
2778
+ @property
2779
+ def PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL(cls) -> int:
2780
+ '''Corresponds to a "relative smooth quadratic curveto" (t) path data command.'''
2781
+ ...
2782
+
2783
+ @property
2784
+ def x(self) -> float:
2785
+ '''The relative X coordinate for the end point of this path segment.'''
2786
+ ...
2787
+
2788
+ @x.setter
2789
+ def x(self, value : float):
2790
+ '''The relative X coordinate for the end point of this path segment.'''
2791
+ ...
2792
+
2793
+ @property
2794
+ def y(self) -> float:
2795
+ '''The relative Y coordinate for the end point of this path segment.'''
2796
+ ...
2797
+
2798
+ @y.setter
2799
+ def y(self, value : float):
2800
+ '''The relative Y coordinate for the end point of this path segment.'''
2801
+ ...
2802
+
2803
+ ...
2804
+
2805
+ class SVGPathSegLinetoVerticalAbs(SVGPathSeg):
2806
+ '''The SVGPathSegLinetoVerticalAbs interface corresponds to an "absolute vertical lineto" (V) path data command.'''
2807
+
2808
+ def get_platform_type(self) -> Type:
2809
+ '''This method is used to retrieve the ECMAScript object :py:class:`System.Type`.
2810
+
2811
+ :returns: The ECMAScript object.'''
2812
+ ...
2813
+
2814
+ @property
2815
+ def path_seg_type(self) -> int:
2816
+ ...
2817
+
2818
+ @property
2819
+ def path_seg_type_as_letter(self) -> str:
2820
+ ...
2821
+
2822
+ @classmethod
2823
+ @property
2824
+ def PATHSEG_UNKNOWN(cls) -> int:
2825
+ '''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.'''
2826
+ ...
2827
+
2828
+ @classmethod
2829
+ @property
2830
+ def PATHSEG_CLOSEPATH(cls) -> int:
2831
+ '''Corresponds to a "closepath" (z) path data command.'''
2832
+ ...
2833
+
2834
+ @classmethod
2835
+ @property
2836
+ def PATHSEG_MOVETO_ABS(cls) -> int:
2837
+ '''Corresponds to a "absolute moveto" (M) path data command.'''
2838
+ ...
2839
+
2840
+ @classmethod
2841
+ @property
2842
+ def PATHSEG_MOVETO_REL(cls) -> int:
2843
+ '''Corresponds to a "relative moveto" (m) path data command.'''
2844
+ ...
2845
+
2846
+ @classmethod
2847
+ @property
2848
+ def PATHSEG_LINETO_ABS(cls) -> int:
2849
+ '''Corresponds to a "absolute lineto" (L) path data command.'''
2850
+ ...
2851
+
2852
+ @classmethod
2853
+ @property
2854
+ def PATHSEG_LINETO_REL(cls) -> int:
2855
+ '''Corresponds to a "relative lineto" (l) path data command.'''
2856
+ ...
2857
+
2858
+ @classmethod
2859
+ @property
2860
+ def PATHSEG_CURVETO_CUBIC_ABS(cls) -> int:
2861
+ '''Corresponds to a "absolute cubic Bézier curveto" (C) path data command.'''
2862
+ ...
2863
+
2864
+ @classmethod
2865
+ @property
2866
+ def PATHSEG_CURVETO_CUBIC_REL(cls) -> int:
2867
+ '''Corresponds to a "relative cubic Bézier curveto" (c) path data command.'''
2868
+ ...
2869
+
2870
+ @classmethod
2871
+ @property
2872
+ def PATHSEG_CURVETO_QUADRATIC_ABS(cls) -> int:
2873
+ '''Corresponds to a "absolute quadratic Bézier curveto" (Q) path data command.'''
2874
+ ...
2875
+
2876
+ @classmethod
2877
+ @property
2878
+ def PATHSEG_CURVETO_QUADRATIC_REL(cls) -> int:
2879
+ '''Corresponds to a "relative quadratic Bézier curveto" (q) path data command.'''
2880
+ ...
2881
+
2882
+ @classmethod
2883
+ @property
2884
+ def PATHSEG_ARC_ABS(cls) -> int:
2885
+ '''Corresponds to a "absolute arcto" (A) path data command.'''
2886
+ ...
2887
+
2888
+ @classmethod
2889
+ @property
2890
+ def PATHSEG_ARC_REL(cls) -> int:
2891
+ '''Corresponds to a "relative arcto" (a) path data command.'''
2892
+ ...
2893
+
2894
+ @classmethod
2895
+ @property
2896
+ def PATHSEG_LINETO_HORIZONTAL_ABS(cls) -> int:
2897
+ '''Corresponds to a "absolute horizontal lineto" (H) path data command.'''
2898
+ ...
2899
+
2900
+ @classmethod
2901
+ @property
2902
+ def PATHSEG_LINETO_HORIZONTAL_REL(cls) -> int:
2903
+ '''Corresponds to a "relative horizontal lineto" (h) path data command.'''
2904
+ ...
2905
+
2906
+ @classmethod
2907
+ @property
2908
+ def PATHSEG_LINETO_VERTICAL_ABS(cls) -> int:
2909
+ '''Corresponds to a "absolute vertical lineto" (V) path data command.'''
2910
+ ...
2911
+
2912
+ @classmethod
2913
+ @property
2914
+ def PATHSEG_LINETO_VERTICAL_REL(cls) -> int:
2915
+ '''Corresponds to a "relative vertical lineto" (v) path data command.'''
2916
+ ...
2917
+
2918
+ @classmethod
2919
+ @property
2920
+ def PATHSEG_CURVETO_CUBIC_SMOOTH_ABS(cls) -> int:
2921
+ '''Corresponds to a "absolute smooth cubic curveto" (S) path data command.'''
2922
+ ...
2923
+
2924
+ @classmethod
2925
+ @property
2926
+ def PATHSEG_CURVETO_CUBIC_SMOOTH_REL(cls) -> int:
2927
+ '''Corresponds to a "relative smooth cubic curveto" (s) path data command.'''
2928
+ ...
2929
+
2930
+ @classmethod
2931
+ @property
2932
+ def PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS(cls) -> int:
2933
+ '''Corresponds to a "absolute smooth quadratic curveto" (T) path data command.'''
2934
+ ...
2935
+
2936
+ @classmethod
2937
+ @property
2938
+ def PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL(cls) -> int:
2939
+ '''Corresponds to a "relative smooth quadratic curveto" (t) path data command.'''
2940
+ ...
2941
+
2942
+ @property
2943
+ def y(self) -> float:
2944
+ '''The absolute Y coordinate for the end point of this path segment.'''
2945
+ ...
2946
+
2947
+ @y.setter
2948
+ def y(self, value : float):
2949
+ '''The absolute Y coordinate for the end point of this path segment.'''
2950
+ ...
2951
+
2952
+ ...
2953
+
2954
+ class SVGPathSegLinetoVerticalRel(SVGPathSeg):
2955
+ '''The SVGPathSegLinetoVerticalRel interface corresponds to a "relative vertical lineto" (v) path data command.'''
2956
+
2957
+ def get_platform_type(self) -> Type:
2958
+ '''This method is used to retrieve the ECMAScript object :py:class:`System.Type`.
2959
+
2960
+ :returns: The ECMAScript object.'''
2961
+ ...
2962
+
2963
+ @property
2964
+ def path_seg_type(self) -> int:
2965
+ ...
2966
+
2967
+ @property
2968
+ def path_seg_type_as_letter(self) -> str:
2969
+ ...
2970
+
2971
+ @classmethod
2972
+ @property
2973
+ def PATHSEG_UNKNOWN(cls) -> int:
2974
+ '''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.'''
2975
+ ...
2976
+
2977
+ @classmethod
2978
+ @property
2979
+ def PATHSEG_CLOSEPATH(cls) -> int:
2980
+ '''Corresponds to a "closepath" (z) path data command.'''
2981
+ ...
2982
+
2983
+ @classmethod
2984
+ @property
2985
+ def PATHSEG_MOVETO_ABS(cls) -> int:
2986
+ '''Corresponds to a "absolute moveto" (M) path data command.'''
2987
+ ...
2988
+
2989
+ @classmethod
2990
+ @property
2991
+ def PATHSEG_MOVETO_REL(cls) -> int:
2992
+ '''Corresponds to a "relative moveto" (m) path data command.'''
2993
+ ...
2994
+
2995
+ @classmethod
2996
+ @property
2997
+ def PATHSEG_LINETO_ABS(cls) -> int:
2998
+ '''Corresponds to a "absolute lineto" (L) path data command.'''
2999
+ ...
3000
+
3001
+ @classmethod
3002
+ @property
3003
+ def PATHSEG_LINETO_REL(cls) -> int:
3004
+ '''Corresponds to a "relative lineto" (l) path data command.'''
3005
+ ...
3006
+
3007
+ @classmethod
3008
+ @property
3009
+ def PATHSEG_CURVETO_CUBIC_ABS(cls) -> int:
3010
+ '''Corresponds to a "absolute cubic Bézier curveto" (C) path data command.'''
3011
+ ...
3012
+
3013
+ @classmethod
3014
+ @property
3015
+ def PATHSEG_CURVETO_CUBIC_REL(cls) -> int:
3016
+ '''Corresponds to a "relative cubic Bézier curveto" (c) path data command.'''
3017
+ ...
3018
+
3019
+ @classmethod
3020
+ @property
3021
+ def PATHSEG_CURVETO_QUADRATIC_ABS(cls) -> int:
3022
+ '''Corresponds to a "absolute quadratic Bézier curveto" (Q) path data command.'''
3023
+ ...
3024
+
3025
+ @classmethod
3026
+ @property
3027
+ def PATHSEG_CURVETO_QUADRATIC_REL(cls) -> int:
3028
+ '''Corresponds to a "relative quadratic Bézier curveto" (q) path data command.'''
3029
+ ...
3030
+
3031
+ @classmethod
3032
+ @property
3033
+ def PATHSEG_ARC_ABS(cls) -> int:
3034
+ '''Corresponds to a "absolute arcto" (A) path data command.'''
3035
+ ...
3036
+
3037
+ @classmethod
3038
+ @property
3039
+ def PATHSEG_ARC_REL(cls) -> int:
3040
+ '''Corresponds to a "relative arcto" (a) path data command.'''
3041
+ ...
3042
+
3043
+ @classmethod
3044
+ @property
3045
+ def PATHSEG_LINETO_HORIZONTAL_ABS(cls) -> int:
3046
+ '''Corresponds to a "absolute horizontal lineto" (H) path data command.'''
3047
+ ...
3048
+
3049
+ @classmethod
3050
+ @property
3051
+ def PATHSEG_LINETO_HORIZONTAL_REL(cls) -> int:
3052
+ '''Corresponds to a "relative horizontal lineto" (h) path data command.'''
3053
+ ...
3054
+
3055
+ @classmethod
3056
+ @property
3057
+ def PATHSEG_LINETO_VERTICAL_ABS(cls) -> int:
3058
+ '''Corresponds to a "absolute vertical lineto" (V) path data command.'''
3059
+ ...
3060
+
3061
+ @classmethod
3062
+ @property
3063
+ def PATHSEG_LINETO_VERTICAL_REL(cls) -> int:
3064
+ '''Corresponds to a "relative vertical lineto" (v) path data command.'''
3065
+ ...
3066
+
3067
+ @classmethod
3068
+ @property
3069
+ def PATHSEG_CURVETO_CUBIC_SMOOTH_ABS(cls) -> int:
3070
+ '''Corresponds to a "absolute smooth cubic curveto" (S) path data command.'''
3071
+ ...
3072
+
3073
+ @classmethod
3074
+ @property
3075
+ def PATHSEG_CURVETO_CUBIC_SMOOTH_REL(cls) -> int:
3076
+ '''Corresponds to a "relative smooth cubic curveto" (s) path data command.'''
3077
+ ...
3078
+
3079
+ @classmethod
3080
+ @property
3081
+ def PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS(cls) -> int:
3082
+ '''Corresponds to a "absolute smooth quadratic curveto" (T) path data command.'''
3083
+ ...
3084
+
3085
+ @classmethod
3086
+ @property
3087
+ def PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL(cls) -> int:
3088
+ '''Corresponds to a "relative smooth quadratic curveto" (t) path data command.'''
3089
+ ...
3090
+
3091
+ @property
3092
+ def y(self) -> float:
3093
+ '''The relative Y coordinate for the end point of this path segment.'''
3094
+ ...
3095
+
3096
+ @y.setter
3097
+ def y(self, value : float):
3098
+ '''The relative Y coordinate for the end point of this path segment.'''
3099
+ ...
3100
+
3101
+ ...
3102
+
3103
+ class SVGPathSegList(aspose.html.dom.svg.datatypes.SVGValueType):
3104
+ '''This interface defines a list of SVGPathSeg objects.'''
3105
+
3106
+ def get_platform_type(self) -> Type:
3107
+ '''This method is used to retrieve the ECMAScript object :py:class:`System.Type`.
3108
+
3109
+ :returns: The ECMAScript object.'''
3110
+ ...
3111
+
3112
+ def clear(self):
3113
+ ...
3114
+
3115
+ def initialize(self, new_item : aspose.html.dom.svg.paths.SVGPathSeg) -> aspose.html.dom.svg.paths.SVGPathSeg:
3116
+ ...
3117
+
3118
+ def get_item(self, index : int) -> aspose.html.dom.svg.paths.SVGPathSeg:
3119
+ ...
3120
+
3121
+ def insert_item_before(self, new_item : aspose.html.dom.svg.paths.SVGPathSeg, index : int) -> aspose.html.dom.svg.paths.SVGPathSeg:
3122
+ ...
3123
+
3124
+ def replace_item(self, new_item : aspose.html.dom.svg.paths.SVGPathSeg, index : int) -> aspose.html.dom.svg.paths.SVGPathSeg:
3125
+ ...
3126
+
3127
+ def remove_item(self, index : int) -> aspose.html.dom.svg.paths.SVGPathSeg:
3128
+ ...
3129
+
3130
+ def append_item(self, new_item : aspose.html.dom.svg.paths.SVGPathSeg) -> aspose.html.dom.svg.paths.SVGPathSeg:
3131
+ ...
3132
+
3133
+ @property
3134
+ def length(self) -> int:
3135
+ ...
3136
+
3137
+ @property
3138
+ def number_of_items(self) -> int:
3139
+ ...
3140
+
3141
+ def __getitem__(self, key : int) -> aspose.html.dom.svg.paths.SVGPathSeg:
3142
+ ...
3143
+
3144
+ def __setitem__(self, key : int, value : aspose.html.dom.svg.paths.SVGPathSeg):
3145
+ ...
3146
+
3147
+ ...
3148
+
3149
+ class SVGPathSegMovetoAbs(SVGPathSeg):
3150
+ '''The SVGPathSegMovetoAbs interface corresponds to an "absolute moveto" (M) path data command.'''
3151
+
3152
+ def get_platform_type(self) -> Type:
3153
+ '''This method is used to retrieve the ECMAScript object :py:class:`System.Type`.
3154
+
3155
+ :returns: The ECMAScript object.'''
3156
+ ...
3157
+
3158
+ @property
3159
+ def path_seg_type(self) -> int:
3160
+ ...
3161
+
3162
+ @property
3163
+ def path_seg_type_as_letter(self) -> str:
3164
+ ...
3165
+
3166
+ @classmethod
3167
+ @property
3168
+ def PATHSEG_UNKNOWN(cls) -> int:
3169
+ '''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.'''
3170
+ ...
3171
+
3172
+ @classmethod
3173
+ @property
3174
+ def PATHSEG_CLOSEPATH(cls) -> int:
3175
+ '''Corresponds to a "closepath" (z) path data command.'''
3176
+ ...
3177
+
3178
+ @classmethod
3179
+ @property
3180
+ def PATHSEG_MOVETO_ABS(cls) -> int:
3181
+ '''Corresponds to a "absolute moveto" (M) path data command.'''
3182
+ ...
3183
+
3184
+ @classmethod
3185
+ @property
3186
+ def PATHSEG_MOVETO_REL(cls) -> int:
3187
+ '''Corresponds to a "relative moveto" (m) path data command.'''
3188
+ ...
3189
+
3190
+ @classmethod
3191
+ @property
3192
+ def PATHSEG_LINETO_ABS(cls) -> int:
3193
+ '''Corresponds to a "absolute lineto" (L) path data command.'''
3194
+ ...
3195
+
3196
+ @classmethod
3197
+ @property
3198
+ def PATHSEG_LINETO_REL(cls) -> int:
3199
+ '''Corresponds to a "relative lineto" (l) path data command.'''
3200
+ ...
3201
+
3202
+ @classmethod
3203
+ @property
3204
+ def PATHSEG_CURVETO_CUBIC_ABS(cls) -> int:
3205
+ '''Corresponds to a "absolute cubic Bézier curveto" (C) path data command.'''
3206
+ ...
3207
+
3208
+ @classmethod
3209
+ @property
3210
+ def PATHSEG_CURVETO_CUBIC_REL(cls) -> int:
3211
+ '''Corresponds to a "relative cubic Bézier curveto" (c) path data command.'''
3212
+ ...
3213
+
3214
+ @classmethod
3215
+ @property
3216
+ def PATHSEG_CURVETO_QUADRATIC_ABS(cls) -> int:
3217
+ '''Corresponds to a "absolute quadratic Bézier curveto" (Q) path data command.'''
3218
+ ...
3219
+
3220
+ @classmethod
3221
+ @property
3222
+ def PATHSEG_CURVETO_QUADRATIC_REL(cls) -> int:
3223
+ '''Corresponds to a "relative quadratic Bézier curveto" (q) path data command.'''
3224
+ ...
3225
+
3226
+ @classmethod
3227
+ @property
3228
+ def PATHSEG_ARC_ABS(cls) -> int:
3229
+ '''Corresponds to a "absolute arcto" (A) path data command.'''
3230
+ ...
3231
+
3232
+ @classmethod
3233
+ @property
3234
+ def PATHSEG_ARC_REL(cls) -> int:
3235
+ '''Corresponds to a "relative arcto" (a) path data command.'''
3236
+ ...
3237
+
3238
+ @classmethod
3239
+ @property
3240
+ def PATHSEG_LINETO_HORIZONTAL_ABS(cls) -> int:
3241
+ '''Corresponds to a "absolute horizontal lineto" (H) path data command.'''
3242
+ ...
3243
+
3244
+ @classmethod
3245
+ @property
3246
+ def PATHSEG_LINETO_HORIZONTAL_REL(cls) -> int:
3247
+ '''Corresponds to a "relative horizontal lineto" (h) path data command.'''
3248
+ ...
3249
+
3250
+ @classmethod
3251
+ @property
3252
+ def PATHSEG_LINETO_VERTICAL_ABS(cls) -> int:
3253
+ '''Corresponds to a "absolute vertical lineto" (V) path data command.'''
3254
+ ...
3255
+
3256
+ @classmethod
3257
+ @property
3258
+ def PATHSEG_LINETO_VERTICAL_REL(cls) -> int:
3259
+ '''Corresponds to a "relative vertical lineto" (v) path data command.'''
3260
+ ...
3261
+
3262
+ @classmethod
3263
+ @property
3264
+ def PATHSEG_CURVETO_CUBIC_SMOOTH_ABS(cls) -> int:
3265
+ '''Corresponds to a "absolute smooth cubic curveto" (S) path data command.'''
3266
+ ...
3267
+
3268
+ @classmethod
3269
+ @property
3270
+ def PATHSEG_CURVETO_CUBIC_SMOOTH_REL(cls) -> int:
3271
+ '''Corresponds to a "relative smooth cubic curveto" (s) path data command.'''
3272
+ ...
3273
+
3274
+ @classmethod
3275
+ @property
3276
+ def PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS(cls) -> int:
3277
+ '''Corresponds to a "absolute smooth quadratic curveto" (T) path data command.'''
3278
+ ...
3279
+
3280
+ @classmethod
3281
+ @property
3282
+ def PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL(cls) -> int:
3283
+ '''Corresponds to a "relative smooth quadratic curveto" (t) path data command.'''
3284
+ ...
3285
+
3286
+ @property
3287
+ def x(self) -> float:
3288
+ '''The absolute X coordinate for the end point of this path segment.'''
3289
+ ...
3290
+
3291
+ @x.setter
3292
+ def x(self, value : float):
3293
+ '''The absolute X coordinate for the end point of this path segment.'''
3294
+ ...
3295
+
3296
+ @property
3297
+ def y(self) -> float:
3298
+ '''The absolute Y coordinate for the end point of this path segment.'''
3299
+ ...
3300
+
3301
+ @y.setter
3302
+ def y(self, value : float):
3303
+ '''The absolute Y coordinate for the end point of this path segment.'''
3304
+ ...
3305
+
3306
+ ...
3307
+
3308
+ class SVGPathSegMovetoRel(SVGPathSeg):
3309
+ '''The SVGPathSegMovetoRel interface corresponds to a "relative moveto" (m) path data command.'''
3310
+
3311
+ def get_platform_type(self) -> Type:
3312
+ '''This method is used to retrieve the ECMAScript object :py:class:`System.Type`.
3313
+
3314
+ :returns: The ECMAScript object.'''
3315
+ ...
3316
+
3317
+ @property
3318
+ def path_seg_type(self) -> int:
3319
+ ...
3320
+
3321
+ @property
3322
+ def path_seg_type_as_letter(self) -> str:
3323
+ ...
3324
+
3325
+ @classmethod
3326
+ @property
3327
+ def PATHSEG_UNKNOWN(cls) -> int:
3328
+ '''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.'''
3329
+ ...
3330
+
3331
+ @classmethod
3332
+ @property
3333
+ def PATHSEG_CLOSEPATH(cls) -> int:
3334
+ '''Corresponds to a "closepath" (z) path data command.'''
3335
+ ...
3336
+
3337
+ @classmethod
3338
+ @property
3339
+ def PATHSEG_MOVETO_ABS(cls) -> int:
3340
+ '''Corresponds to a "absolute moveto" (M) path data command.'''
3341
+ ...
3342
+
3343
+ @classmethod
3344
+ @property
3345
+ def PATHSEG_MOVETO_REL(cls) -> int:
3346
+ '''Corresponds to a "relative moveto" (m) path data command.'''
3347
+ ...
3348
+
3349
+ @classmethod
3350
+ @property
3351
+ def PATHSEG_LINETO_ABS(cls) -> int:
3352
+ '''Corresponds to a "absolute lineto" (L) path data command.'''
3353
+ ...
3354
+
3355
+ @classmethod
3356
+ @property
3357
+ def PATHSEG_LINETO_REL(cls) -> int:
3358
+ '''Corresponds to a "relative lineto" (l) path data command.'''
3359
+ ...
3360
+
3361
+ @classmethod
3362
+ @property
3363
+ def PATHSEG_CURVETO_CUBIC_ABS(cls) -> int:
3364
+ '''Corresponds to a "absolute cubic Bézier curveto" (C) path data command.'''
3365
+ ...
3366
+
3367
+ @classmethod
3368
+ @property
3369
+ def PATHSEG_CURVETO_CUBIC_REL(cls) -> int:
3370
+ '''Corresponds to a "relative cubic Bézier curveto" (c) path data command.'''
3371
+ ...
3372
+
3373
+ @classmethod
3374
+ @property
3375
+ def PATHSEG_CURVETO_QUADRATIC_ABS(cls) -> int:
3376
+ '''Corresponds to a "absolute quadratic Bézier curveto" (Q) path data command.'''
3377
+ ...
3378
+
3379
+ @classmethod
3380
+ @property
3381
+ def PATHSEG_CURVETO_QUADRATIC_REL(cls) -> int:
3382
+ '''Corresponds to a "relative quadratic Bézier curveto" (q) path data command.'''
3383
+ ...
3384
+
3385
+ @classmethod
3386
+ @property
3387
+ def PATHSEG_ARC_ABS(cls) -> int:
3388
+ '''Corresponds to a "absolute arcto" (A) path data command.'''
3389
+ ...
3390
+
3391
+ @classmethod
3392
+ @property
3393
+ def PATHSEG_ARC_REL(cls) -> int:
3394
+ '''Corresponds to a "relative arcto" (a) path data command.'''
3395
+ ...
3396
+
3397
+ @classmethod
3398
+ @property
3399
+ def PATHSEG_LINETO_HORIZONTAL_ABS(cls) -> int:
3400
+ '''Corresponds to a "absolute horizontal lineto" (H) path data command.'''
3401
+ ...
3402
+
3403
+ @classmethod
3404
+ @property
3405
+ def PATHSEG_LINETO_HORIZONTAL_REL(cls) -> int:
3406
+ '''Corresponds to a "relative horizontal lineto" (h) path data command.'''
3407
+ ...
3408
+
3409
+ @classmethod
3410
+ @property
3411
+ def PATHSEG_LINETO_VERTICAL_ABS(cls) -> int:
3412
+ '''Corresponds to a "absolute vertical lineto" (V) path data command.'''
3413
+ ...
3414
+
3415
+ @classmethod
3416
+ @property
3417
+ def PATHSEG_LINETO_VERTICAL_REL(cls) -> int:
3418
+ '''Corresponds to a "relative vertical lineto" (v) path data command.'''
3419
+ ...
3420
+
3421
+ @classmethod
3422
+ @property
3423
+ def PATHSEG_CURVETO_CUBIC_SMOOTH_ABS(cls) -> int:
3424
+ '''Corresponds to a "absolute smooth cubic curveto" (S) path data command.'''
3425
+ ...
3426
+
3427
+ @classmethod
3428
+ @property
3429
+ def PATHSEG_CURVETO_CUBIC_SMOOTH_REL(cls) -> int:
3430
+ '''Corresponds to a "relative smooth cubic curveto" (s) path data command.'''
3431
+ ...
3432
+
3433
+ @classmethod
3434
+ @property
3435
+ def PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS(cls) -> int:
3436
+ '''Corresponds to a "absolute smooth quadratic curveto" (T) path data command.'''
3437
+ ...
3438
+
3439
+ @classmethod
3440
+ @property
3441
+ def PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL(cls) -> int:
3442
+ '''Corresponds to a "relative smooth quadratic curveto" (t) path data command.'''
3443
+ ...
3444
+
3445
+ @property
3446
+ def x(self) -> float:
3447
+ '''The relative X coordinate for the end point of this path segment.'''
3448
+ ...
3449
+
3450
+ @x.setter
3451
+ def x(self, value : float):
3452
+ '''The relative X coordinate for the end point of this path segment.'''
3453
+ ...
3454
+
3455
+ @property
3456
+ def y(self) -> float:
3457
+ '''The relative Y coordinate for the end point of this path segment.'''
3458
+ ...
3459
+
3460
+ @y.setter
3461
+ def y(self, value : float):
3462
+ '''The relative Y coordinate for the end point of this path segment.'''
3463
+ ...
3464
+
3465
+ ...
3466
+