aspose-html-net 24.10.0__py3-none-manylinux1_x86_64.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (290) 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 +40753 -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 +6456 -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 +3487 -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 +30800 -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 +15600 -0
  43. aspose/html/dom/svg/paths/__init__.pyi +3466 -0
  44. aspose/html/dom/svg/saving/__init__.pyi +83 -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 +3219 -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 +513 -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 +793 -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 +490 -0
  77. aspose/html.cpython-311-x86_64-linux-gnu.so +0 -0
  78. aspose/html.cpython-39-x86_64-linux-gnu.so +0 -0
  79. aspose/netcore/netcore3.1/Microsoft.CSharp.dll +0 -0
  80. aspose/netcore/netcore3.1/Microsoft.VisualBasic.Core.dll +0 -0
  81. aspose/netcore/netcore3.1/Microsoft.VisualBasic.dll +0 -0
  82. aspose/netcore/netcore3.1/Microsoft.Win32.Primitives.dll +0 -0
  83. aspose/netcore/netcore3.1/Microsoft.Win32.Registry.dll +0 -0
  84. aspose/netcore/netcore3.1/SOS_README.md +5 -0
  85. aspose/netcore/netcore3.1/System.AppContext.dll +0 -0
  86. aspose/netcore/netcore3.1/System.Buffers.dll +0 -0
  87. aspose/netcore/netcore3.1/System.Collections.Concurrent.dll +0 -0
  88. aspose/netcore/netcore3.1/System.Collections.Immutable.dll +0 -0
  89. aspose/netcore/netcore3.1/System.Collections.NonGeneric.dll +0 -0
  90. aspose/netcore/netcore3.1/System.Collections.Specialized.dll +0 -0
  91. aspose/netcore/netcore3.1/System.Collections.dll +0 -0
  92. aspose/netcore/netcore3.1/System.ComponentModel.Annotations.dll +0 -0
  93. aspose/netcore/netcore3.1/System.ComponentModel.DataAnnotations.dll +0 -0
  94. aspose/netcore/netcore3.1/System.ComponentModel.EventBasedAsync.dll +0 -0
  95. aspose/netcore/netcore3.1/System.ComponentModel.Primitives.dll +0 -0
  96. aspose/netcore/netcore3.1/System.ComponentModel.TypeConverter.dll +0 -0
  97. aspose/netcore/netcore3.1/System.ComponentModel.dll +0 -0
  98. aspose/netcore/netcore3.1/System.Configuration.dll +0 -0
  99. aspose/netcore/netcore3.1/System.Console.dll +0 -0
  100. aspose/netcore/netcore3.1/System.Core.dll +0 -0
  101. aspose/netcore/netcore3.1/System.Data.Common.dll +0 -0
  102. aspose/netcore/netcore3.1/System.Data.DataSetExtensions.dll +0 -0
  103. aspose/netcore/netcore3.1/System.Data.dll +0 -0
  104. aspose/netcore/netcore3.1/System.Diagnostics.Contracts.dll +0 -0
  105. aspose/netcore/netcore3.1/System.Diagnostics.Debug.dll +0 -0
  106. aspose/netcore/netcore3.1/System.Diagnostics.DiagnosticSource.dll +0 -0
  107. aspose/netcore/netcore3.1/System.Diagnostics.FileVersionInfo.dll +0 -0
  108. aspose/netcore/netcore3.1/System.Diagnostics.Process.dll +0 -0
  109. aspose/netcore/netcore3.1/System.Diagnostics.StackTrace.dll +0 -0
  110. aspose/netcore/netcore3.1/System.Diagnostics.TextWriterTraceListener.dll +0 -0
  111. aspose/netcore/netcore3.1/System.Diagnostics.Tools.dll +0 -0
  112. aspose/netcore/netcore3.1/System.Diagnostics.TraceSource.dll +0 -0
  113. aspose/netcore/netcore3.1/System.Diagnostics.Tracing.dll +0 -0
  114. aspose/netcore/netcore3.1/System.Drawing.Primitives.dll +0 -0
  115. aspose/netcore/netcore3.1/System.Drawing.dll +0 -0
  116. aspose/netcore/netcore3.1/System.Dynamic.Runtime.dll +0 -0
  117. aspose/netcore/netcore3.1/System.Globalization.Calendars.dll +0 -0
  118. aspose/netcore/netcore3.1/System.Globalization.Extensions.dll +0 -0
  119. aspose/netcore/netcore3.1/System.Globalization.Native.so +0 -0
  120. aspose/netcore/netcore3.1/System.Globalization.dll +0 -0
  121. aspose/netcore/netcore3.1/System.IO.Compression.Brotli.dll +0 -0
  122. aspose/netcore/netcore3.1/System.IO.Compression.FileSystem.dll +0 -0
  123. aspose/netcore/netcore3.1/System.IO.Compression.Native.a +0 -0
  124. aspose/netcore/netcore3.1/System.IO.Compression.Native.so +0 -0
  125. aspose/netcore/netcore3.1/System.IO.Compression.ZipFile.dll +0 -0
  126. aspose/netcore/netcore3.1/System.IO.Compression.dll +0 -0
  127. aspose/netcore/netcore3.1/System.IO.FileSystem.AccessControl.dll +0 -0
  128. aspose/netcore/netcore3.1/System.IO.FileSystem.DriveInfo.dll +0 -0
  129. aspose/netcore/netcore3.1/System.IO.FileSystem.Primitives.dll +0 -0
  130. aspose/netcore/netcore3.1/System.IO.FileSystem.Watcher.dll +0 -0
  131. aspose/netcore/netcore3.1/System.IO.FileSystem.dll +0 -0
  132. aspose/netcore/netcore3.1/System.IO.IsolatedStorage.dll +0 -0
  133. aspose/netcore/netcore3.1/System.IO.MemoryMappedFiles.dll +0 -0
  134. aspose/netcore/netcore3.1/System.IO.Pipes.AccessControl.dll +0 -0
  135. aspose/netcore/netcore3.1/System.IO.Pipes.dll +0 -0
  136. aspose/netcore/netcore3.1/System.IO.UnmanagedMemoryStream.dll +0 -0
  137. aspose/netcore/netcore3.1/System.IO.dll +0 -0
  138. aspose/netcore/netcore3.1/System.Linq.Expressions.dll +0 -0
  139. aspose/netcore/netcore3.1/System.Linq.Parallel.dll +0 -0
  140. aspose/netcore/netcore3.1/System.Linq.Queryable.dll +0 -0
  141. aspose/netcore/netcore3.1/System.Linq.dll +0 -0
  142. aspose/netcore/netcore3.1/System.Memory.dll +0 -0
  143. aspose/netcore/netcore3.1/System.Native.a +0 -0
  144. aspose/netcore/netcore3.1/System.Native.so +0 -0
  145. aspose/netcore/netcore3.1/System.Net.Http.Native.a +0 -0
  146. aspose/netcore/netcore3.1/System.Net.Http.Native.so +0 -0
  147. aspose/netcore/netcore3.1/System.Net.Http.dll +0 -0
  148. aspose/netcore/netcore3.1/System.Net.HttpListener.dll +0 -0
  149. aspose/netcore/netcore3.1/System.Net.Mail.dll +0 -0
  150. aspose/netcore/netcore3.1/System.Net.NameResolution.dll +0 -0
  151. aspose/netcore/netcore3.1/System.Net.NetworkInformation.dll +0 -0
  152. aspose/netcore/netcore3.1/System.Net.Ping.dll +0 -0
  153. aspose/netcore/netcore3.1/System.Net.Primitives.dll +0 -0
  154. aspose/netcore/netcore3.1/System.Net.Requests.dll +0 -0
  155. aspose/netcore/netcore3.1/System.Net.Security.Native.a +0 -0
  156. aspose/netcore/netcore3.1/System.Net.Security.Native.so +0 -0
  157. aspose/netcore/netcore3.1/System.Net.Security.dll +0 -0
  158. aspose/netcore/netcore3.1/System.Net.ServicePoint.dll +0 -0
  159. aspose/netcore/netcore3.1/System.Net.Sockets.dll +0 -0
  160. aspose/netcore/netcore3.1/System.Net.WebClient.dll +0 -0
  161. aspose/netcore/netcore3.1/System.Net.WebHeaderCollection.dll +0 -0
  162. aspose/netcore/netcore3.1/System.Net.WebProxy.dll +0 -0
  163. aspose/netcore/netcore3.1/System.Net.WebSockets.Client.dll +0 -0
  164. aspose/netcore/netcore3.1/System.Net.WebSockets.dll +0 -0
  165. aspose/netcore/netcore3.1/System.Net.dll +0 -0
  166. aspose/netcore/netcore3.1/System.Numerics.Vectors.dll +0 -0
  167. aspose/netcore/netcore3.1/System.Numerics.dll +0 -0
  168. aspose/netcore/netcore3.1/System.ObjectModel.dll +0 -0
  169. aspose/netcore/netcore3.1/System.Private.CoreLib.dll +0 -0
  170. aspose/netcore/netcore3.1/System.Private.DataContractSerialization.dll +0 -0
  171. aspose/netcore/netcore3.1/System.Private.Uri.dll +0 -0
  172. aspose/netcore/netcore3.1/System.Private.Xml.Linq.dll +0 -0
  173. aspose/netcore/netcore3.1/System.Private.Xml.dll +0 -0
  174. aspose/netcore/netcore3.1/System.Reflection.DispatchProxy.dll +0 -0
  175. aspose/netcore/netcore3.1/System.Reflection.Emit.ILGeneration.dll +0 -0
  176. aspose/netcore/netcore3.1/System.Reflection.Emit.Lightweight.dll +0 -0
  177. aspose/netcore/netcore3.1/System.Reflection.Emit.dll +0 -0
  178. aspose/netcore/netcore3.1/System.Reflection.Extensions.dll +0 -0
  179. aspose/netcore/netcore3.1/System.Reflection.Metadata.dll +0 -0
  180. aspose/netcore/netcore3.1/System.Reflection.Primitives.dll +0 -0
  181. aspose/netcore/netcore3.1/System.Reflection.TypeExtensions.dll +0 -0
  182. aspose/netcore/netcore3.1/System.Reflection.dll +0 -0
  183. aspose/netcore/netcore3.1/System.Resources.Reader.dll +0 -0
  184. aspose/netcore/netcore3.1/System.Resources.ResourceManager.dll +0 -0
  185. aspose/netcore/netcore3.1/System.Resources.Writer.dll +0 -0
  186. aspose/netcore/netcore3.1/System.Runtime.CompilerServices.Unsafe.dll +0 -0
  187. aspose/netcore/netcore3.1/System.Runtime.CompilerServices.VisualC.dll +0 -0
  188. aspose/netcore/netcore3.1/System.Runtime.Extensions.dll +0 -0
  189. aspose/netcore/netcore3.1/System.Runtime.Handles.dll +0 -0
  190. aspose/netcore/netcore3.1/System.Runtime.InteropServices.RuntimeInformation.dll +0 -0
  191. aspose/netcore/netcore3.1/System.Runtime.InteropServices.WindowsRuntime.dll +0 -0
  192. aspose/netcore/netcore3.1/System.Runtime.InteropServices.dll +0 -0
  193. aspose/netcore/netcore3.1/System.Runtime.Intrinsics.dll +0 -0
  194. aspose/netcore/netcore3.1/System.Runtime.Loader.dll +0 -0
  195. aspose/netcore/netcore3.1/System.Runtime.Numerics.dll +0 -0
  196. aspose/netcore/netcore3.1/System.Runtime.Serialization.Formatters.dll +0 -0
  197. aspose/netcore/netcore3.1/System.Runtime.Serialization.Json.dll +0 -0
  198. aspose/netcore/netcore3.1/System.Runtime.Serialization.Primitives.dll +0 -0
  199. aspose/netcore/netcore3.1/System.Runtime.Serialization.Xml.dll +0 -0
  200. aspose/netcore/netcore3.1/System.Runtime.Serialization.dll +0 -0
  201. aspose/netcore/netcore3.1/System.Runtime.WindowsRuntime.UI.Xaml.dll +0 -0
  202. aspose/netcore/netcore3.1/System.Runtime.WindowsRuntime.dll +0 -0
  203. aspose/netcore/netcore3.1/System.Runtime.dll +0 -0
  204. aspose/netcore/netcore3.1/System.Security.AccessControl.dll +0 -0
  205. aspose/netcore/netcore3.1/System.Security.Claims.dll +0 -0
  206. aspose/netcore/netcore3.1/System.Security.Cryptography.Algorithms.dll +0 -0
  207. aspose/netcore/netcore3.1/System.Security.Cryptography.Cng.dll +0 -0
  208. aspose/netcore/netcore3.1/System.Security.Cryptography.Csp.dll +0 -0
  209. aspose/netcore/netcore3.1/System.Security.Cryptography.Encoding.dll +0 -0
  210. aspose/netcore/netcore3.1/System.Security.Cryptography.Native.OpenSsl.a +0 -0
  211. aspose/netcore/netcore3.1/System.Security.Cryptography.Native.OpenSsl.so +0 -0
  212. aspose/netcore/netcore3.1/System.Security.Cryptography.OpenSsl.dll +0 -0
  213. aspose/netcore/netcore3.1/System.Security.Cryptography.Primitives.dll +0 -0
  214. aspose/netcore/netcore3.1/System.Security.Cryptography.X509Certificates.dll +0 -0
  215. aspose/netcore/netcore3.1/System.Security.Principal.Windows.dll +0 -0
  216. aspose/netcore/netcore3.1/System.Security.Principal.dll +0 -0
  217. aspose/netcore/netcore3.1/System.Security.SecureString.dll +0 -0
  218. aspose/netcore/netcore3.1/System.Security.dll +0 -0
  219. aspose/netcore/netcore3.1/System.ServiceModel.Web.dll +0 -0
  220. aspose/netcore/netcore3.1/System.ServiceProcess.dll +0 -0
  221. aspose/netcore/netcore3.1/System.Text.Encoding.CodePages.dll +0 -0
  222. aspose/netcore/netcore3.1/System.Text.Encoding.Extensions.dll +0 -0
  223. aspose/netcore/netcore3.1/System.Text.Encoding.dll +0 -0
  224. aspose/netcore/netcore3.1/System.Text.Encodings.Web.dll +0 -0
  225. aspose/netcore/netcore3.1/System.Text.Json.dll +0 -0
  226. aspose/netcore/netcore3.1/System.Text.RegularExpressions.dll +0 -0
  227. aspose/netcore/netcore3.1/System.Threading.Channels.dll +0 -0
  228. aspose/netcore/netcore3.1/System.Threading.Overlapped.dll +0 -0
  229. aspose/netcore/netcore3.1/System.Threading.Tasks.Dataflow.dll +0 -0
  230. aspose/netcore/netcore3.1/System.Threading.Tasks.Extensions.dll +0 -0
  231. aspose/netcore/netcore3.1/System.Threading.Tasks.Parallel.dll +0 -0
  232. aspose/netcore/netcore3.1/System.Threading.Tasks.dll +0 -0
  233. aspose/netcore/netcore3.1/System.Threading.Thread.dll +0 -0
  234. aspose/netcore/netcore3.1/System.Threading.ThreadPool.dll +0 -0
  235. aspose/netcore/netcore3.1/System.Threading.Timer.dll +0 -0
  236. aspose/netcore/netcore3.1/System.Threading.dll +0 -0
  237. aspose/netcore/netcore3.1/System.Transactions.Local.dll +0 -0
  238. aspose/netcore/netcore3.1/System.Transactions.dll +0 -0
  239. aspose/netcore/netcore3.1/System.ValueTuple.dll +0 -0
  240. aspose/netcore/netcore3.1/System.Web.HttpUtility.dll +0 -0
  241. aspose/netcore/netcore3.1/System.Web.dll +0 -0
  242. aspose/netcore/netcore3.1/System.Windows.dll +0 -0
  243. aspose/netcore/netcore3.1/System.Xml.Linq.dll +0 -0
  244. aspose/netcore/netcore3.1/System.Xml.ReaderWriter.dll +0 -0
  245. aspose/netcore/netcore3.1/System.Xml.Serialization.dll +0 -0
  246. aspose/netcore/netcore3.1/System.Xml.XDocument.dll +0 -0
  247. aspose/netcore/netcore3.1/System.Xml.XPath.XDocument.dll +0 -0
  248. aspose/netcore/netcore3.1/System.Xml.XPath.dll +0 -0
  249. aspose/netcore/netcore3.1/System.Xml.XmlDocument.dll +0 -0
  250. aspose/netcore/netcore3.1/System.Xml.XmlSerializer.dll +0 -0
  251. aspose/netcore/netcore3.1/System.Xml.dll +0 -0
  252. aspose/netcore/netcore3.1/System.dll +0 -0
  253. aspose/netcore/netcore3.1/WindowsBase.dll +0 -0
  254. aspose/netcore/netcore3.1/createdump +0 -0
  255. aspose/netcore/netcore3.1/libaspose.embed.coreclrwrap.so +0 -0
  256. aspose/netcore/netcore3.1/libclrjit.so +0 -0
  257. aspose/netcore/netcore3.1/libcoreclr.so +0 -0
  258. aspose/netcore/netcore3.1/libcoreclrtraceptprovider.so +0 -0
  259. aspose/netcore/netcore3.1/libdbgshim.so +0 -0
  260. aspose/netcore/netcore3.1/libhostfxr.so +0 -0
  261. aspose/netcore/netcore3.1/libhostpolicy.so +0 -0
  262. aspose/netcore/netcore3.1/libmscordaccore.so +0 -0
  263. aspose/netcore/netcore3.1/libmscordbi.so +0 -0
  264. aspose/netcore/netcore3.1/mscorlib.dll +0 -0
  265. aspose/netcore/netcore3.1/netstandard.dll +0 -0
  266. aspose/pycore/__init__.pyi +56 -0
  267. aspose/pycore/__pyinstaller/__init__.pyi +1 -0
  268. aspose/pycore/__pyinstaller/hook-aspose.pycore.py +11 -0
  269. aspose/pycore.cpython-311-x86_64-linux-gnu.so +0 -0
  270. aspose/pycore.cpython-39-x86_64-linux-gnu.so +0 -0
  271. aspose/pydrawing/__init__.pyi +8 -0
  272. aspose/pydrawing/__pyinstaller/__init__.pyi +1 -0
  273. aspose/pydrawing/__pyinstaller/hook-aspose.pydrawing.py +9 -0
  274. aspose/pydrawing.cpython-311-x86_64-linux-gnu.so +0 -0
  275. aspose/pydrawing.cpython-39-x86_64-linux-gnu.so +0 -0
  276. aspose/pygc/__init__.pyi +8 -0
  277. aspose/pygc/__pyinstaller/__init__.pyi +1 -0
  278. aspose/pygc/__pyinstaller/hook-aspose.pygc.py +9 -0
  279. aspose/pygc.cpython-311-x86_64-linux-gnu.so +0 -0
  280. aspose/pygc.cpython-39-x86_64-linux-gnu.so +0 -0
  281. aspose/pyreflection/__init__.pyi +8 -0
  282. aspose/pyreflection/__pyinstaller/__init__.pyi +1 -0
  283. aspose/pyreflection/__pyinstaller/hook-aspose.pyreflection.py +9 -0
  284. aspose/pyreflection.cpython-311-x86_64-linux-gnu.so +0 -0
  285. aspose/pyreflection.cpython-39-x86_64-linux-gnu.so +0 -0
  286. aspose_html_net-24.10.0.dist-info/METADATA +112 -0
  287. aspose_html_net-24.10.0.dist-info/RECORD +290 -0
  288. aspose_html_net-24.10.0.dist-info/WHEEL +5 -0
  289. aspose_html_net-24.10.0.dist-info/entry_points.txt +3 -0
  290. aspose_html_net-24.10.0.dist-info/top_level.txt +1 -0
@@ -0,0 +1,793 @@
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 CssOptions:
57
+ '''Represents css rendering options.'''
58
+
59
+ @property
60
+ def media_type(self) -> aspose.html.rendering.MediaType:
61
+ ...
62
+
63
+ @media_type.setter
64
+ def media_type(self, value : aspose.html.rendering.MediaType):
65
+ ...
66
+
67
+ ...
68
+
69
+ class Device:
70
+ '''Represents a base class for implementing rendering devices that are used to draw graphics in various formats and environments.'''
71
+
72
+ ...
73
+
74
+ class EpubRenderer(Renderer):
75
+ '''Represents a EPub document renderer.'''
76
+
77
+ @overload
78
+ def render(self, device : aspose.html.rendering.IDevice, timeout : TimeSpan, sources : List[io.RawIOBase]):
79
+ ...
80
+
81
+ @overload
82
+ def render(self, device : aspose.html.rendering.IDevice, source : io.RawIOBase, configuration : aspose.html.Configuration):
83
+ '''Renders EPub document into specified :py:class:`aspose.html.rendering.IDevice`.
84
+
85
+ :param device: The device.
86
+ :param source: The EPub document.
87
+ :param configuration: The configuration.'''
88
+ ...
89
+
90
+ @overload
91
+ def render(self, device : aspose.html.rendering.IDevice, source : io.RawIOBase, configuration : aspose.html.Configuration, timeout : TimeSpan):
92
+ ...
93
+
94
+ @overload
95
+ def render(self, device : aspose.html.rendering.IDevice, sources : List[io.RawIOBase], configuration : aspose.html.Configuration):
96
+ ...
97
+
98
+ @overload
99
+ def render(self, device : aspose.html.rendering.IDevice, sources : List[io.RawIOBase], configuration : aspose.html.Configuration, timeout : TimeSpan):
100
+ ...
101
+
102
+ @overload
103
+ def render(self, device : aspose.html.rendering.IDevice, source : io.RawIOBase):
104
+ ...
105
+
106
+ @overload
107
+ def render(self, device : aspose.html.rendering.IDevice, source : io.RawIOBase, timeout : TimeSpan):
108
+ ...
109
+
110
+ @overload
111
+ def render(self, device : aspose.html.rendering.IDevice, source : io.RawIOBase, timeout : int):
112
+ ...
113
+
114
+ @overload
115
+ def render(self, device : aspose.html.rendering.IDevice, sources : List[io.RawIOBase]):
116
+ ...
117
+
118
+ @overload
119
+ def render(self, device : aspose.html.rendering.IDevice, timeout : int, sources : List[io.RawIOBase]):
120
+ ...
121
+
122
+ ...
123
+
124
+ class GlyphInfo:
125
+ '''Contains glyph related information.'''
126
+
127
+ @property
128
+ def width(self) -> float:
129
+ '''Gets the width of the glyph, in points.'''
130
+ ...
131
+
132
+ @property
133
+ def offset(self) -> float:
134
+ '''Gets the offset to the next glyph in points.'''
135
+ ...
136
+
137
+ @property
138
+ def index(self) -> int:
139
+ '''Gets the index of this glyph in the font.'''
140
+ ...
141
+
142
+ @property
143
+ def string_representation(self) -> str:
144
+ ...
145
+
146
+ ...
147
+
148
+ class GraphicContext:
149
+ '''Holds current graphics control parameters.
150
+ These parameters define the global framework within which the graphics operators execute.'''
151
+
152
+ def transform(self, matrix : aspose.html.drawing.IMatrix):
153
+ '''Modify the current transformation matrix by multiplying the specified matrix.
154
+
155
+ :param matrix: Transformation matrix.'''
156
+ ...
157
+
158
+ def clone(self) -> aspose.html.rendering.GraphicContext:
159
+ '''Creates a new instance of a GraphicContext class with the same property values as an existing instance.
160
+
161
+ :returns: Instance of a GraphicContext'''
162
+ ...
163
+
164
+ @property
165
+ def line_cap(self) -> aspose.html.rendering.StrokeLineCap:
166
+ ...
167
+
168
+ @line_cap.setter
169
+ def line_cap(self, value : aspose.html.rendering.StrokeLineCap):
170
+ ...
171
+
172
+ @property
173
+ def line_dash_offset(self) -> float:
174
+ ...
175
+
176
+ @line_dash_offset.setter
177
+ def line_dash_offset(self, value : float):
178
+ ...
179
+
180
+ @property
181
+ def line_dash_pattern(self) -> List[float]:
182
+ ...
183
+
184
+ @line_dash_pattern.setter
185
+ def line_dash_pattern(self, value : List[float]):
186
+ ...
187
+
188
+ @property
189
+ def line_join(self) -> aspose.html.rendering.StrokeLineJoin:
190
+ ...
191
+
192
+ @line_join.setter
193
+ def line_join(self, value : aspose.html.rendering.StrokeLineJoin):
194
+ ...
195
+
196
+ @property
197
+ def line_width(self) -> float:
198
+ ...
199
+
200
+ @line_width.setter
201
+ def line_width(self, value : float):
202
+ ...
203
+
204
+ @property
205
+ def miter_limit(self) -> float:
206
+ ...
207
+
208
+ @miter_limit.setter
209
+ def miter_limit(self, value : float):
210
+ ...
211
+
212
+ @property
213
+ def fill_brush(self) -> aspose.html.drawing.IBrush:
214
+ ...
215
+
216
+ @fill_brush.setter
217
+ def fill_brush(self, value : aspose.html.drawing.IBrush):
218
+ ...
219
+
220
+ @property
221
+ def stroke_brush(self) -> aspose.html.drawing.IBrush:
222
+ ...
223
+
224
+ @stroke_brush.setter
225
+ def stroke_brush(self, value : aspose.html.drawing.IBrush):
226
+ ...
227
+
228
+ @property
229
+ def font(self) -> aspose.html.drawing.ITrueTypeFont:
230
+ '''Sets or gets the true type font object that is used for rendering text.'''
231
+ ...
232
+
233
+ @font.setter
234
+ def font(self, value : aspose.html.drawing.ITrueTypeFont):
235
+ '''Sets or gets the true type font object that is used for rendering text.'''
236
+ ...
237
+
238
+ @property
239
+ def font_size(self) -> float:
240
+ ...
241
+
242
+ @font_size.setter
243
+ def font_size(self, value : float):
244
+ ...
245
+
246
+ @property
247
+ def font_style(self) -> aspose.html.drawing.WebFontStyle:
248
+ ...
249
+
250
+ @font_style.setter
251
+ def font_style(self, value : aspose.html.drawing.WebFontStyle):
252
+ ...
253
+
254
+ @property
255
+ def character_spacing(self) -> float:
256
+ ...
257
+
258
+ @character_spacing.setter
259
+ def character_spacing(self, value : float):
260
+ ...
261
+
262
+ @property
263
+ def transformation_matrix(self) -> aspose.html.drawing.IMatrix:
264
+ ...
265
+
266
+ @transformation_matrix.setter
267
+ def transformation_matrix(self, value : aspose.html.drawing.IMatrix):
268
+ ...
269
+
270
+ @property
271
+ def text_info(self) -> aspose.html.rendering.TextInfo:
272
+ ...
273
+
274
+ ...
275
+
276
+ class HtmlRenderer(Renderer):
277
+ '''Represents an HTML document renderer.'''
278
+
279
+ @overload
280
+ def render(self, device : aspose.html.rendering.IDevice, timeout : TimeSpan, sources : List[aspose.html.HTMLDocument]):
281
+ ...
282
+
283
+ @overload
284
+ def render(self, device : aspose.html.rendering.IDevice, source : aspose.html.HTMLDocument):
285
+ ...
286
+
287
+ @overload
288
+ def render(self, device : aspose.html.rendering.IDevice, source : aspose.html.HTMLDocument, timeout : TimeSpan):
289
+ ...
290
+
291
+ @overload
292
+ def render(self, device : aspose.html.rendering.IDevice, source : aspose.html.HTMLDocument, timeout : int):
293
+ ...
294
+
295
+ @overload
296
+ def render(self, device : aspose.html.rendering.IDevice, sources : List[aspose.html.HTMLDocument]):
297
+ ...
298
+
299
+ @overload
300
+ def render(self, device : aspose.html.rendering.IDevice, timeout : int, sources : List[aspose.html.HTMLDocument]):
301
+ ...
302
+
303
+ ...
304
+
305
+ class IDevice:
306
+ '''Defines methods and properties that support custom rendering of the graphic elements like paths, text and images.'''
307
+
308
+ def save_graphic_context(self):
309
+ '''Pushes a copy of the entire graphics context onto the stack.'''
310
+ ...
311
+
312
+ def restore_graphic_context(self):
313
+ '''Restores the entire graphics context to its former value by popping it from the stack.'''
314
+ ...
315
+
316
+ def begin_document(self, document : aspose.html.dom.Document):
317
+ '''Begins rendering of the document.
318
+
319
+ :param document: The document.'''
320
+ ...
321
+
322
+ def end_document(self):
323
+ '''Ends rendering of the document.'''
324
+ ...
325
+
326
+ def begin_page(self, size : aspose.pydrawing.SizeF):
327
+ '''Begins rendering of the new page.
328
+
329
+ :param size: Size of the page.'''
330
+ ...
331
+
332
+ def end_page(self):
333
+ '''Ends rendering of the current page.'''
334
+ ...
335
+
336
+ def begin_element(self, element : aspose.html.dom.Element, rect : aspose.pydrawing.RectangleF) -> bool:
337
+ '''Begins rendering of the element.
338
+
339
+ :param element: The :py:class:`aspose.html.dom.Element`.
340
+ :param rect: Bounding box of the node.
341
+ :returns: Returns [true] if element should be processed.'''
342
+ ...
343
+
344
+ def end_element(self, element : aspose.html.dom.Element):
345
+ '''Ends rendering of the element.
346
+
347
+ :param element: The :py:class:`aspose.html.dom.Element`.'''
348
+ ...
349
+
350
+ def close_path(self):
351
+ '''Closes the current subpath by appending a straight line segment from the current point to the starting point of the subpath.
352
+ If the current subpath is already closed, "ClosePath" does nothing.
353
+ This operator terminates the current subpath. Appending another segment to the current path begins a new subpath,
354
+ even if the new segment begins at the endpoint reached by the "ClosePath" method.'''
355
+ ...
356
+
357
+ def move_to(self, pt : aspose.pydrawing.PointF):
358
+ '''Begins a new subpath by moving the current point to coordinates of the parameter pt, omitting any connecting line segment.
359
+ If the previous path construction method in the current path was also "MoveTo", the new "MoveTo" overrides it;
360
+ no vestige of the previous "MoveTo" operation remains in the path.
361
+
362
+ :param pt: Point of where to move the path to.'''
363
+ ...
364
+
365
+ def line_to(self, pt : aspose.pydrawing.PointF):
366
+ '''Appends a straight line segment from the current point to the point (pt). The new current point is pt.
367
+
368
+ :param pt: Point of where to create the line to.'''
369
+ ...
370
+
371
+ def add_rect(self, rect : aspose.pydrawing.RectangleF):
372
+ '''Appends a rectangle to the current path as a complete subpath.
373
+
374
+ :param rect: A rectangle to draw.'''
375
+ ...
376
+
377
+ def cubic_bezier_to(self, pt1 : aspose.pydrawing.PointF, pt2 : aspose.pydrawing.PointF, pt3 : aspose.pydrawing.PointF):
378
+ '''Appends a cubic Bézier curve to the current path. The curve extends from the current point to the point pt3,
379
+ using pt1 and pt2 as the Bézier control points. The new current point is pt3.
380
+
381
+ :param pt1: Coordinates of first point
382
+ :param pt2: Coordinates of second point
383
+ :param pt3: Coordinates of third point'''
384
+ ...
385
+
386
+ def stroke(self):
387
+ '''Strokes a line along the current path. The stroked line follows each straight or curved segment in the path,
388
+ centered on the segment with sides parallel to it. Each of the path’s subpaths is treated separately.
389
+ This method terminates current path.'''
390
+ ...
391
+
392
+ def fill(self, rule : aspose.html.rendering.FillRule):
393
+ '''Fills the entire region enclosed by the current path.
394
+ If the path consists of several disconnected subpaths, it fills the insides of all subpaths,
395
+ considered together.
396
+ This method terminates current path.
397
+
398
+ :param rule: Filling rule specifies how the interior of a closed path is filled'''
399
+ ...
400
+
401
+ def clip(self, rule : aspose.html.rendering.FillRule):
402
+ '''Modifies the current clipping path by intersecting it with the current path, using the FillRule to determine the region to fill.
403
+ This method terminates current path.
404
+
405
+ :param rule: Filling rule specifies how the interior of a closed path is clipped'''
406
+ ...
407
+
408
+ def stroke_and_fill(self, rule : aspose.html.rendering.FillRule):
409
+ '''Strokes and fill current path.
410
+ This method terminates current path.
411
+
412
+ :param rule: Filling rule specifies how the interior of a closed path is filled.'''
413
+ ...
414
+
415
+ def fill_text(self, text : str, pt : aspose.pydrawing.PointF):
416
+ '''Fills the specified text string at the specified location.
417
+
418
+ :param text: String to fill.
419
+ :param pt: Point that specifies the coordinates of the text.'''
420
+ ...
421
+
422
+ def stroke_text(self, text : str, pt : aspose.pydrawing.PointF):
423
+ '''Strokes the specified text string at the specified location.
424
+
425
+ :param text: String to stroke.
426
+ :param pt: Point that specifies the coordinates where to start the text.'''
427
+ ...
428
+
429
+ def draw_image(self, data : bytes, image_format : aspose.html.drawing.WebImageFormat, rect : aspose.pydrawing.RectangleF):
430
+ '''Draws the specified image.
431
+
432
+ :param data: An array of bytes representing the image.
433
+ :param image_format: Image format.
434
+ :param rect: A rectangle which determines position and size to draw.'''
435
+ ...
436
+
437
+ def flush(self):
438
+ '''Flushes all data to output stream.'''
439
+ ...
440
+
441
+ @property
442
+ def options(self) -> aspose.html.rendering.RenderingOptions:
443
+ '''Gets rendering options.'''
444
+ ...
445
+
446
+ @property
447
+ def graphic_context(self) -> aspose.html.rendering.GraphicContext:
448
+ ...
449
+
450
+ ...
451
+
452
+ class MhtmlRenderer(Renderer):
453
+ '''Represents a MHTML document renderer.'''
454
+
455
+ @overload
456
+ def render(self, device : aspose.html.rendering.IDevice, timeout : TimeSpan, sources : List[io.RawIOBase]):
457
+ ...
458
+
459
+ @overload
460
+ def render(self, device : aspose.html.rendering.IDevice, source : io.RawIOBase, configuration : aspose.html.Configuration):
461
+ '''Renders MHTML document into specified :py:class:`aspose.html.rendering.IDevice`.
462
+
463
+ :param device: The device.
464
+ :param source: The MHTML document.
465
+ :param configuration: The configuration.'''
466
+ ...
467
+
468
+ @overload
469
+ def render(self, device : aspose.html.rendering.IDevice, source : io.RawIOBase, configuration : aspose.html.Configuration, timeout : TimeSpan):
470
+ ...
471
+
472
+ @overload
473
+ def render(self, device : aspose.html.rendering.IDevice, sources : List[io.RawIOBase], configuration : aspose.html.Configuration):
474
+ ...
475
+
476
+ @overload
477
+ def render(self, device : aspose.html.rendering.IDevice, sources : List[io.RawIOBase], configuration : aspose.html.Configuration, timeout : TimeSpan):
478
+ ...
479
+
480
+ @overload
481
+ def render(self, device : aspose.html.rendering.IDevice, source : io.RawIOBase):
482
+ ...
483
+
484
+ @overload
485
+ def render(self, device : aspose.html.rendering.IDevice, source : io.RawIOBase, timeout : TimeSpan):
486
+ ...
487
+
488
+ @overload
489
+ def render(self, device : aspose.html.rendering.IDevice, source : io.RawIOBase, timeout : int):
490
+ ...
491
+
492
+ @overload
493
+ def render(self, device : aspose.html.rendering.IDevice, sources : List[io.RawIOBase]):
494
+ ...
495
+
496
+ @overload
497
+ def render(self, device : aspose.html.rendering.IDevice, timeout : int, sources : List[io.RawIOBase]):
498
+ ...
499
+
500
+ ...
501
+
502
+ class PageSetup:
503
+ '''Represents a page setup object is used for configuration output page-set.'''
504
+
505
+ def set_left_right_page(self, left_page : aspose.html.drawing.Page, right_page : aspose.html.drawing.Page):
506
+ '''Sets the Left/Right page configuration.
507
+
508
+ :param left_page: The left page.
509
+ :param right_page: The right page.'''
510
+ ...
511
+
512
+ @property
513
+ def at_page_priority(self) -> aspose.html.rendering.AtPagePriority:
514
+ ...
515
+
516
+ @at_page_priority.setter
517
+ def at_page_priority(self, value : aspose.html.rendering.AtPagePriority):
518
+ ...
519
+
520
+ @property
521
+ def page_layout_options(self) -> aspose.html.rendering.PageLayoutOptions:
522
+ ...
523
+
524
+ @page_layout_options.setter
525
+ def page_layout_options(self, value : aspose.html.rendering.PageLayoutOptions):
526
+ ...
527
+
528
+ @property
529
+ def adjust_to_widest_page(self) -> bool:
530
+ ...
531
+
532
+ @adjust_to_widest_page.setter
533
+ def adjust_to_widest_page(self, value : bool):
534
+ ...
535
+
536
+ @property
537
+ def left_page(self) -> aspose.html.drawing.Page:
538
+ ...
539
+
540
+ @property
541
+ def right_page(self) -> aspose.html.drawing.Page:
542
+ ...
543
+
544
+ @property
545
+ def any_page(self) -> aspose.html.drawing.Page:
546
+ ...
547
+
548
+ @any_page.setter
549
+ def any_page(self, value : aspose.html.drawing.Page):
550
+ ...
551
+
552
+ @property
553
+ def first_page(self) -> aspose.html.drawing.Page:
554
+ ...
555
+
556
+ @first_page.setter
557
+ def first_page(self, value : aspose.html.drawing.Page):
558
+ ...
559
+
560
+ ...
561
+
562
+ class Renderer:
563
+ '''Represents a base class for all renderers and implemnts IDisposable interface.'''
564
+
565
+ ...
566
+
567
+ class RenderingOptions:
568
+ '''Represents rendering options.'''
569
+
570
+ @property
571
+ def css(self) -> aspose.html.rendering.CssOptions:
572
+ '''Gets a :py:class:`aspose.html.rendering.CssOptions` object which is used for configuration of css properties processing.'''
573
+ ...
574
+
575
+ @property
576
+ def page_setup(self) -> aspose.html.rendering.PageSetup:
577
+ ...
578
+
579
+ @property
580
+ def horizontal_resolution(self) -> aspose.html.drawing.Resolution:
581
+ ...
582
+
583
+ @horizontal_resolution.setter
584
+ def horizontal_resolution(self, value : aspose.html.drawing.Resolution):
585
+ ...
586
+
587
+ @property
588
+ def background_color(self) -> aspose.pydrawing.Color:
589
+ ...
590
+
591
+ @background_color.setter
592
+ def background_color(self, value : aspose.pydrawing.Color):
593
+ ...
594
+
595
+ @property
596
+ def vertical_resolution(self) -> aspose.html.drawing.Resolution:
597
+ ...
598
+
599
+ @vertical_resolution.setter
600
+ def vertical_resolution(self, value : aspose.html.drawing.Resolution):
601
+ ...
602
+
603
+ ...
604
+
605
+ class SvgRenderer(Renderer):
606
+ '''Represents SVG document renderer.'''
607
+
608
+ @overload
609
+ def render(self, device : aspose.html.rendering.IDevice, timeout : TimeSpan, sources : List[aspose.html.dom.svg.SVGDocument]):
610
+ ...
611
+
612
+ @overload
613
+ def render(self, device : aspose.html.rendering.IDevice, source : aspose.html.dom.svg.SVGDocument):
614
+ ...
615
+
616
+ @overload
617
+ def render(self, device : aspose.html.rendering.IDevice, source : aspose.html.dom.svg.SVGDocument, timeout : TimeSpan):
618
+ ...
619
+
620
+ @overload
621
+ def render(self, device : aspose.html.rendering.IDevice, source : aspose.html.dom.svg.SVGDocument, timeout : int):
622
+ ...
623
+
624
+ @overload
625
+ def render(self, device : aspose.html.rendering.IDevice, sources : List[aspose.html.dom.svg.SVGDocument]):
626
+ ...
627
+
628
+ @overload
629
+ def render(self, device : aspose.html.rendering.IDevice, timeout : int, sources : List[aspose.html.dom.svg.SVGDocument]):
630
+ ...
631
+
632
+ ...
633
+
634
+ class TextInfo:
635
+ '''Contains information about rendered text.'''
636
+
637
+ @property
638
+ def glyph_infos(self) -> List[aspose.html.rendering.GlyphInfo]:
639
+ ...
640
+
641
+ ...
642
+
643
+ class AtPagePriority:
644
+ '''Specifies possible orders of applying page size declarations.'''
645
+
646
+ @classmethod
647
+ @property
648
+ def OPTIONS_PRIORITY(cls) -> AtPagePriority:
649
+ '''Specifies that :py:class:`aspose.html.rendering.PageSetup` values declared in :py:class:`aspose.html.rendering.RenderingOptions` will override values defined in css by ``@page`` rules :link:`https://www.w3.org/TR/CSS2/page.html#page-selectors`.'''
650
+ ...
651
+
652
+ @classmethod
653
+ @property
654
+ def CSS_PRIORITY(cls) -> AtPagePriority:
655
+ '''Specifies that ``@page`` rules :link:`https://www.w3.org/TR/CSS2/page.html#page-selectors` defined in css will override values defined in :py:class:`aspose.html.rendering.PageSetup`.'''
656
+ ...
657
+
658
+ ...
659
+
660
+ class FillRule:
661
+ '''Specifies the fill rule used in rendering SVG and HTML.'''
662
+
663
+ @classmethod
664
+ @property
665
+ def EVEN_ODD(cls) -> FillRule:
666
+ '''Determines the fill area using the even-odd rule. The behavior corresponds to System.Drawing.Drawing2D.FillMode.Alternate.'''
667
+ ...
668
+
669
+ @classmethod
670
+ @property
671
+ def NONZERO(cls) -> FillRule:
672
+ '''Determines the fill area using the non-zero rule. The behavior corresponds to System.Drawing.Drawing2D.FillMode.Winding.'''
673
+ ...
674
+
675
+ ...
676
+
677
+ class MediaType:
678
+ '''Specifies possible media types used during rendering.'''
679
+
680
+ @classmethod
681
+ @property
682
+ def PRINT(cls) -> MediaType:
683
+ '''The ``Print`` media is used during rendering.'''
684
+ ...
685
+
686
+ @classmethod
687
+ @property
688
+ def SCREEN(cls) -> MediaType:
689
+ '''The ``Screen`` media is used during rendering.'''
690
+ ...
691
+
692
+ ...
693
+
694
+ class PageLayoutOptions:
695
+ '''Specifies flags that together with other PageSetup options determine sizes and layouts of pages.
696
+ These flags can be combined together according to their descriptions.'''
697
+
698
+ @classmethod
699
+ @property
700
+ def NONE(cls) -> PageLayoutOptions:
701
+ '''Default value which indicates that the PageLayoutOptions will not affect the sizes and layouts of pages.'''
702
+ ...
703
+
704
+ @classmethod
705
+ @property
706
+ def FIT_TO_CONTENT_WIDTH(cls) -> PageLayoutOptions:
707
+ '''This flag indicates that the width of the pages is determined from the content size itself, not from the specified page width.
708
+ The width of content is calculated individually for every page.'''
709
+ ...
710
+
711
+ @classmethod
712
+ @property
713
+ def USE_WIDEST_PAGE(cls) -> PageLayoutOptions:
714
+ '''When combined with :py:attr:`aspose.html.rendering.PageLayoutOptions.FIT_TO_CONTENT_WIDTH` indicates that the width of every page will be the same and will be equal to the widest content size among all pages.'''
715
+ ...
716
+
717
+ @classmethod
718
+ @property
719
+ def FIT_TO_WIDEST_CONTENT_WIDTH(cls) -> PageLayoutOptions:
720
+ '''This flag indicates that the width of the page is determined from the content size itself, not from the specified page width.
721
+ The width of every page will be the same and will be equal to the widest content size among all pages.'''
722
+ ...
723
+
724
+ @classmethod
725
+ @property
726
+ def FIT_TO_CONTENT_HEIGHT(cls) -> PageLayoutOptions:
727
+ '''This flag indicates that the height of the page is determined from the content size itself, not from the specified page height.
728
+ All the documents content will be located on the single page if this flag is specified.'''
729
+ ...
730
+
731
+ @classmethod
732
+ @property
733
+ def SCALE_TO_PAGE_WIDTH(cls) -> PageLayoutOptions:
734
+ '''This flag indicates that the content of the document will be scaled to fit the page where the difference between the available page width and the overlapping content is greatest.
735
+ It collides with :py:attr:`aspose.html.rendering.PageLayoutOptions.FIT_TO_CONTENT_WIDTH` flag and if both flags are specified only :py:attr:`aspose.html.rendering.PageLayoutOptions.SCALE_TO_PAGE_WIDTH` will take affect.'''
736
+ ...
737
+
738
+ @classmethod
739
+ @property
740
+ def SCALE_TO_PAGE_HEIGHT(cls) -> PageLayoutOptions:
741
+ '''This flag indicates that the content of the document will be scaled to fit the height of the first page.
742
+ It collides with :py:attr:`aspose.html.rendering.PageLayoutOptions.FIT_TO_CONTENT_HEIGHT` flag and if both flags are specified only :py:attr:`aspose.html.rendering.PageLayoutOptions.SCALE_TO_PAGE_HEIGHT` will take affect.
743
+ All document content will be placed on the single page only.'''
744
+ ...
745
+
746
+ ...
747
+
748
+ class StrokeLineCap:
749
+ '''Specifies the line cap used in rendering SVG and HTML.'''
750
+
751
+ @classmethod
752
+ @property
753
+ def BUTT(cls) -> StrokeLineCap:
754
+ '''The stroke ends with a flat edge.'''
755
+ ...
756
+
757
+ @classmethod
758
+ @property
759
+ def SQUARE(cls) -> StrokeLineCap:
760
+ '''The stroke ends with a square projection beyond the endpoint.'''
761
+ ...
762
+
763
+ @classmethod
764
+ @property
765
+ def ROUND(cls) -> StrokeLineCap:
766
+ '''The stroke ends with a rounded cap.'''
767
+ ...
768
+
769
+ ...
770
+
771
+ class StrokeLineJoin:
772
+ '''Specifies the line join style used in rendering SVG and HTML.'''
773
+
774
+ @classmethod
775
+ @property
776
+ def MITER(cls) -> StrokeLineJoin:
777
+ '''The line joins with a sharp point, extending beyond the endpoints.'''
778
+ ...
779
+
780
+ @classmethod
781
+ @property
782
+ def ROUND(cls) -> StrokeLineJoin:
783
+ '''The line joins with a rounded corner.'''
784
+ ...
785
+
786
+ @classmethod
787
+ @property
788
+ def BEVEL(cls) -> StrokeLineJoin:
789
+ '''The line joins with a beveled corner.'''
790
+ ...
791
+
792
+ ...
793
+