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,751 @@
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 DocSaveOptions(aspose.html.rendering.doc.DocRenderingOptions):
57
+ '''Specific options data class.'''
58
+
59
+ @property
60
+ def css(self) -> aspose.html.rendering.CssOptions:
61
+ '''Gets a :py:class:`aspose.html.rendering.CssOptions` object which is used for configuration of css properties processing.'''
62
+ ...
63
+
64
+ @property
65
+ def page_setup(self) -> aspose.html.rendering.PageSetup:
66
+ ...
67
+
68
+ @property
69
+ def horizontal_resolution(self) -> aspose.html.drawing.Resolution:
70
+ ...
71
+
72
+ @horizontal_resolution.setter
73
+ def horizontal_resolution(self, value : aspose.html.drawing.Resolution):
74
+ ...
75
+
76
+ @property
77
+ def background_color(self) -> aspose.pydrawing.Color:
78
+ ...
79
+
80
+ @background_color.setter
81
+ def background_color(self, value : aspose.pydrawing.Color):
82
+ ...
83
+
84
+ @property
85
+ def vertical_resolution(self) -> aspose.html.drawing.Resolution:
86
+ ...
87
+
88
+ @vertical_resolution.setter
89
+ def vertical_resolution(self, value : aspose.html.drawing.Resolution):
90
+ ...
91
+
92
+ @property
93
+ def font_embedding_rule(self) -> aspose.html.rendering.doc.FontEmbeddingRule:
94
+ ...
95
+
96
+ @font_embedding_rule.setter
97
+ def font_embedding_rule(self, value : aspose.html.rendering.doc.FontEmbeddingRule):
98
+ ...
99
+
100
+ @property
101
+ def document_format(self) -> aspose.html.rendering.doc.DocumentFormat:
102
+ ...
103
+
104
+ @document_format.setter
105
+ def document_format(self, value : aspose.html.rendering.doc.DocumentFormat):
106
+ ...
107
+
108
+ ...
109
+
110
+ class HTMLSaveOptions(SaveOptions):
111
+ '''Represents HTML save options.'''
112
+
113
+ @property
114
+ def resource_handling_options(self) -> aspose.html.saving.ResourceHandlingOptions:
115
+ ...
116
+
117
+ @property
118
+ def serialize_input_value(self) -> bool:
119
+ ...
120
+
121
+ @serialize_input_value.setter
122
+ def serialize_input_value(self, value : bool):
123
+ ...
124
+
125
+ @property
126
+ def document_type(self) -> byte:
127
+ ...
128
+
129
+ @document_type.setter
130
+ def document_type(self, value : byte):
131
+ ...
132
+
133
+ @classmethod
134
+ @property
135
+ def AUTO(cls) -> byte:
136
+ '''The output document type will be selected automatically.'''
137
+ ...
138
+
139
+ @classmethod
140
+ @property
141
+ def HTML(cls) -> byte:
142
+ '''The document will be saved as HTML.'''
143
+ ...
144
+
145
+ @classmethod
146
+ @property
147
+ def XHTML(cls) -> byte:
148
+ '''The document will be saved as XHTML.'''
149
+ ...
150
+
151
+ ...
152
+
153
+ class ImageSaveOptions(aspose.html.rendering.image.ImageRenderingOptions):
154
+ '''Specific options data class.'''
155
+
156
+ @property
157
+ def css(self) -> aspose.html.rendering.CssOptions:
158
+ '''Gets a :py:class:`aspose.html.rendering.CssOptions` object which is used for configuration of css properties processing.'''
159
+ ...
160
+
161
+ @property
162
+ def page_setup(self) -> aspose.html.rendering.PageSetup:
163
+ ...
164
+
165
+ @property
166
+ def horizontal_resolution(self) -> aspose.html.drawing.Resolution:
167
+ ...
168
+
169
+ @horizontal_resolution.setter
170
+ def horizontal_resolution(self, value : aspose.html.drawing.Resolution):
171
+ ...
172
+
173
+ @property
174
+ def background_color(self) -> aspose.pydrawing.Color:
175
+ ...
176
+
177
+ @background_color.setter
178
+ def background_color(self, value : aspose.pydrawing.Color):
179
+ ...
180
+
181
+ @property
182
+ def vertical_resolution(self) -> aspose.html.drawing.Resolution:
183
+ ...
184
+
185
+ @vertical_resolution.setter
186
+ def vertical_resolution(self, value : aspose.html.drawing.Resolution):
187
+ ...
188
+
189
+ @property
190
+ def format(self) -> aspose.html.rendering.image.ImageFormat:
191
+ '''Sets or gets :py:class:`aspose.html.rendering.image.ImageFormat`. By default this property is :py:attr:`aspose.html.rendering.image.ImageFormat.PNG`.'''
192
+ ...
193
+
194
+ @format.setter
195
+ def format(self, value : aspose.html.rendering.image.ImageFormat):
196
+ '''Sets or gets :py:class:`aspose.html.rendering.image.ImageFormat`. By default this property is :py:attr:`aspose.html.rendering.image.ImageFormat.PNG`.'''
197
+ ...
198
+
199
+ @property
200
+ def compression(self) -> aspose.html.rendering.image.Compression:
201
+ '''Sets or gets Tagged Image File Format (TIFF) :py:class:`aspose.html.rendering.image.Compression`. By default this property is :py:attr:`aspose.html.rendering.image.Compression.LZW`.'''
202
+ ...
203
+
204
+ @compression.setter
205
+ def compression(self, value : aspose.html.rendering.image.Compression):
206
+ '''Sets or gets Tagged Image File Format (TIFF) :py:class:`aspose.html.rendering.image.Compression`. By default this property is :py:attr:`aspose.html.rendering.image.Compression.LZW`.'''
207
+ ...
208
+
209
+ @property
210
+ def text(self) -> aspose.html.rendering.image.TextOptions:
211
+ '''Gets a :py:class:`aspose.html.rendering.image.TextOptions` object which is used for configuration of text rendering.'''
212
+ ...
213
+
214
+ @property
215
+ def use_antialiasing(self) -> bool:
216
+ ...
217
+
218
+ @use_antialiasing.setter
219
+ def use_antialiasing(self, value : bool):
220
+ ...
221
+
222
+ ...
223
+
224
+ class MHTMLSaveOptions(SaveOptions):
225
+ '''Represents MHTML save options.'''
226
+
227
+ @property
228
+ def resource_handling_options(self) -> aspose.html.saving.ResourceHandlingOptions:
229
+ ...
230
+
231
+ ...
232
+
233
+ class MarkdownSaveOptions(SaveOptions):
234
+ '''Represents Markdown save options.'''
235
+
236
+ @property
237
+ def resource_handling_options(self) -> aspose.html.saving.ResourceHandlingOptions:
238
+ ...
239
+
240
+ @property
241
+ def features(self) -> aspose.html.saving.MarkdownFeatures:
242
+ '''Flag set that controls which elements are converted to markdown.'''
243
+ ...
244
+
245
+ @features.setter
246
+ def features(self, value : aspose.html.saving.MarkdownFeatures):
247
+ '''Flag set that controls which elements are converted to markdown.'''
248
+ ...
249
+
250
+ @property
251
+ def formatter(self) -> aspose.html.saving.MarkdownFormatter:
252
+ '''Gets the markdown formatting style.'''
253
+ ...
254
+
255
+ @formatter.setter
256
+ def formatter(self, value : aspose.html.saving.MarkdownFormatter):
257
+ '''Sets the markdown formatting style.'''
258
+ ...
259
+
260
+ @classmethod
261
+ @property
262
+ def default(cls) -> aspose.html.saving.MarkdownSaveOptions:
263
+ '''Returns set of options which are compatible with default Markdown documentation.'''
264
+ ...
265
+
266
+ @classmethod
267
+ @property
268
+ def git(cls) -> aspose.html.saving.MarkdownSaveOptions:
269
+ '''Returns set of options which are compatible with GitLab Flavored Markdown.'''
270
+ ...
271
+
272
+ ...
273
+
274
+ class PdfSaveOptions(aspose.html.rendering.pdf.PdfRenderingOptions):
275
+ '''Specific options data class.'''
276
+
277
+ @property
278
+ def css(self) -> aspose.html.rendering.CssOptions:
279
+ '''Gets a :py:class:`aspose.html.rendering.CssOptions` object which is used for configuration of css properties processing.'''
280
+ ...
281
+
282
+ @property
283
+ def page_setup(self) -> aspose.html.rendering.PageSetup:
284
+ ...
285
+
286
+ @property
287
+ def horizontal_resolution(self) -> aspose.html.drawing.Resolution:
288
+ ...
289
+
290
+ @horizontal_resolution.setter
291
+ def horizontal_resolution(self, value : aspose.html.drawing.Resolution):
292
+ ...
293
+
294
+ @property
295
+ def background_color(self) -> aspose.pydrawing.Color:
296
+ ...
297
+
298
+ @background_color.setter
299
+ def background_color(self, value : aspose.pydrawing.Color):
300
+ ...
301
+
302
+ @property
303
+ def vertical_resolution(self) -> aspose.html.drawing.Resolution:
304
+ ...
305
+
306
+ @vertical_resolution.setter
307
+ def vertical_resolution(self, value : aspose.html.drawing.Resolution):
308
+ ...
309
+
310
+ @property
311
+ def document_info(self) -> aspose.html.rendering.pdf.PdfDocumentInfo:
312
+ ...
313
+
314
+ @property
315
+ def form_field_behaviour(self) -> aspose.html.rendering.pdf.FormFieldBehaviour:
316
+ ...
317
+
318
+ @form_field_behaviour.setter
319
+ def form_field_behaviour(self, value : aspose.html.rendering.pdf.FormFieldBehaviour):
320
+ ...
321
+
322
+ @property
323
+ def jpeg_quality(self) -> int:
324
+ ...
325
+
326
+ @jpeg_quality.setter
327
+ def jpeg_quality(self, value : int):
328
+ ...
329
+
330
+ @property
331
+ def encryption(self) -> aspose.html.rendering.pdf.encryption.PdfEncryptionInfo:
332
+ '''Gets a encryption details. If not set, then no encryption will be performed.'''
333
+ ...
334
+
335
+ @encryption.setter
336
+ def encryption(self, value : aspose.html.rendering.pdf.encryption.PdfEncryptionInfo):
337
+ '''Sets a encryption details. If not set, then no encryption will be performed.'''
338
+ ...
339
+
340
+ @property
341
+ def is_tagged_pdf(self) -> bool:
342
+ ...
343
+
344
+ @is_tagged_pdf.setter
345
+ def is_tagged_pdf(self, value : bool):
346
+ ...
347
+
348
+ ...
349
+
350
+ class Resource:
351
+ '''This class describes a resource and provides methods for processing it.'''
352
+
353
+ def save(self, stream : io.RawIOBase, context : aspose.html.saving.ResourceHandlingContext) -> aspose.html.saving.Resource:
354
+ '''Saves the resource to the provided stream.
355
+
356
+ :param stream: The stream in which the resource will be saved.
357
+ :param context: Resource handling context.
358
+ :returns: This resource so that you can chain calls.'''
359
+ ...
360
+
361
+ def embed(self, context : aspose.html.saving.ResourceHandlingContext) -> aspose.html.saving.Resource:
362
+ '''Embeds this resource within its parent by encoding it as Base64. The encoding result will be written to :py:attr:`aspose.html.saving.Resource.output_url`.
363
+
364
+ :param context: Resource handling context.
365
+ :returns: This resource so that you can chain calls.'''
366
+ ...
367
+
368
+ def with_output_url(self, output_url : aspose.html.Url) -> aspose.html.saving.Resource:
369
+ '''Specifies the new URL indicating where the resource will be located after processing.
370
+
371
+ :param output_url: The new URL indicating where the resource will be located after processing.
372
+ :returns: This resource so that you can chain calls.'''
373
+ ...
374
+
375
+ @property
376
+ def status(self) -> aspose.html.saving.ResourceStatus:
377
+ '''Returns the current status of the resource.'''
378
+ ...
379
+
380
+ @property
381
+ def mime_type(self) -> aspose.html.MimeType:
382
+ ...
383
+
384
+ @property
385
+ def original_url(self) -> aspose.html.Url:
386
+ ...
387
+
388
+ @property
389
+ def original_reference(self) -> str:
390
+ ...
391
+
392
+ @property
393
+ def output_url(self) -> aspose.html.Url:
394
+ ...
395
+
396
+ @output_url.setter
397
+ def output_url(self, value : aspose.html.Url):
398
+ ...
399
+
400
+ ...
401
+
402
+ class ResourceHandlingContext:
403
+ '''This class contains information used when processing resources.'''
404
+
405
+ @property
406
+ def parent_resource(self) -> aspose.html.saving.Resource:
407
+ ...
408
+
409
+ ...
410
+
411
+ class ResourceHandlingOptions:
412
+ '''Represents resource handling options.'''
413
+
414
+ @property
415
+ def java_script(self) -> aspose.html.saving.ResourceHandling:
416
+ ...
417
+
418
+ @java_script.setter
419
+ def java_script(self, value : aspose.html.saving.ResourceHandling):
420
+ ...
421
+
422
+ @property
423
+ def default(self) -> aspose.html.saving.ResourceHandling:
424
+ '''Gets enum which represents default way of resources handling. Currently :py:attr:`aspose.html.saving.ResourceHandling.SAVE`, :py:attr:`aspose.html.saving.ResourceHandling.IGNORE` and :py:attr:`aspose.html.saving.ResourceHandling.EMBED` values are supported. Default value is :py:attr:`aspose.html.saving.ResourceHandling.SAVE`.'''
425
+ ...
426
+
427
+ @default.setter
428
+ def default(self, value : aspose.html.saving.ResourceHandling):
429
+ '''Sets enum which represents default way of resources handling. Currently :py:attr:`aspose.html.saving.ResourceHandling.SAVE`, :py:attr:`aspose.html.saving.ResourceHandling.IGNORE` and :py:attr:`aspose.html.saving.ResourceHandling.EMBED` values are supported. Default value is :py:attr:`aspose.html.saving.ResourceHandling.SAVE`.'''
430
+ ...
431
+
432
+ @property
433
+ def resource_url_restriction(self) -> aspose.html.saving.UrlRestriction:
434
+ ...
435
+
436
+ @resource_url_restriction.setter
437
+ def resource_url_restriction(self, value : aspose.html.saving.UrlRestriction):
438
+ ...
439
+
440
+ @property
441
+ def page_url_restriction(self) -> aspose.html.saving.UrlRestriction:
442
+ ...
443
+
444
+ @page_url_restriction.setter
445
+ def page_url_restriction(self, value : aspose.html.saving.UrlRestriction):
446
+ ...
447
+
448
+ @property
449
+ def max_handling_depth(self) -> int:
450
+ ...
451
+
452
+ @max_handling_depth.setter
453
+ def max_handling_depth(self, value : int):
454
+ ...
455
+
456
+ ...
457
+
458
+ class SaveOptions:
459
+ '''This is an abstract base class for classes that allow the user to specify additional options when saving a document into a particular format.'''
460
+
461
+ @property
462
+ def resource_handling_options(self) -> aspose.html.saving.ResourceHandlingOptions:
463
+ ...
464
+
465
+ ...
466
+
467
+ class TextSaveOptions:
468
+ '''Represents Text save options'''
469
+
470
+ @property
471
+ def enable_list_item_markers(self) -> bool:
472
+ ...
473
+
474
+ @enable_list_item_markers.setter
475
+ def enable_list_item_markers(self, value : bool):
476
+ ...
477
+
478
+ ...
479
+
480
+ class XpsSaveOptions(aspose.html.rendering.xps.XpsRenderingOptions):
481
+ '''Specific options data class.'''
482
+
483
+ @property
484
+ def css(self) -> aspose.html.rendering.CssOptions:
485
+ '''Gets a :py:class:`aspose.html.rendering.CssOptions` object which is used for configuration of css properties processing.'''
486
+ ...
487
+
488
+ @property
489
+ def page_setup(self) -> aspose.html.rendering.PageSetup:
490
+ ...
491
+
492
+ @property
493
+ def horizontal_resolution(self) -> aspose.html.drawing.Resolution:
494
+ ...
495
+
496
+ @horizontal_resolution.setter
497
+ def horizontal_resolution(self, value : aspose.html.drawing.Resolution):
498
+ ...
499
+
500
+ @property
501
+ def background_color(self) -> aspose.pydrawing.Color:
502
+ ...
503
+
504
+ @background_color.setter
505
+ def background_color(self, value : aspose.pydrawing.Color):
506
+ ...
507
+
508
+ @property
509
+ def vertical_resolution(self) -> aspose.html.drawing.Resolution:
510
+ ...
511
+
512
+ @vertical_resolution.setter
513
+ def vertical_resolution(self, value : aspose.html.drawing.Resolution):
514
+ ...
515
+
516
+ ...
517
+
518
+ class HTMLSaveFormat:
519
+ '''Specifies format in which document is saved.'''
520
+
521
+ @classmethod
522
+ @property
523
+ def ORIGINAL(cls) -> HTMLSaveFormat:
524
+ '''The document will be saved in its original format.'''
525
+ ...
526
+
527
+ @classmethod
528
+ @property
529
+ def MARKDOWN(cls) -> HTMLSaveFormat:
530
+ '''Document will be saved as Markdown.'''
531
+ ...
532
+
533
+ @classmethod
534
+ @property
535
+ def MHTML(cls) -> HTMLSaveFormat:
536
+ '''Document will be saved as MHTML.'''
537
+ ...
538
+
539
+ ...
540
+
541
+ class MarkdownFeatures:
542
+ '''A :py:class:`aspose.html.saving.MarkdownFeatures` flag set is a set of zero or more of the following flags, which are used to select elements converted to markdown.'''
543
+
544
+ @classmethod
545
+ @property
546
+ def INLINE_HTML(cls) -> MarkdownFeatures:
547
+ '''This flag enables HTML elements inlining. If this flag is set than block level elements (such as ``div``) whose ``markdown`` attribute value equals ``inline`` will be inserted in to resulting markdown.'''
548
+ ...
549
+
550
+ @classmethod
551
+ @property
552
+ def AUTOMATIC_PARAGRAPH(cls) -> MarkdownFeatures:
553
+ '''This flag enables conversion of ``paragraph`` elements. Content of such elements will be placed on separate lines, so markdown handlers will wrap it.'''
554
+ ...
555
+
556
+ @classmethod
557
+ @property
558
+ def HEADER(cls) -> MarkdownFeatures:
559
+ '''This flag enables conversion of ``header`` elements.'''
560
+ ...
561
+
562
+ @classmethod
563
+ @property
564
+ def BLOCKQUOTE(cls) -> MarkdownFeatures:
565
+ '''This flag enables conversion of ``blockquote`` elements.'''
566
+ ...
567
+
568
+ @classmethod
569
+ @property
570
+ def LIST(cls) -> MarkdownFeatures:
571
+ '''This flag enables conversion of ``list`` elements.'''
572
+ ...
573
+
574
+ @classmethod
575
+ @property
576
+ def CODE_BLOCK(cls) -> MarkdownFeatures:
577
+ '''This flag enables conversion of code blocks. Code block consists of 2 elements ``pre`` and ``code``, content of such construction is processes "as is".'''
578
+ ...
579
+
580
+ @classmethod
581
+ @property
582
+ def HORIZONTAL_RULE(cls) -> MarkdownFeatures:
583
+ '''This flag enables conversion of ``horizontal rules``.'''
584
+ ...
585
+
586
+ @classmethod
587
+ @property
588
+ def LINK(cls) -> MarkdownFeatures:
589
+ '''This flag enables conversion of ``a`` elements.'''
590
+ ...
591
+
592
+ @classmethod
593
+ @property
594
+ def EMPHASIS(cls) -> MarkdownFeatures:
595
+ '''This flag enables conversion of ``emphasis`` elements.'''
596
+ ...
597
+
598
+ @classmethod
599
+ @property
600
+ def INLINE_CODE(cls) -> MarkdownFeatures:
601
+ '''This flag enables conversion of ``code`` elements.'''
602
+ ...
603
+
604
+ @classmethod
605
+ @property
606
+ def IMAGE(cls) -> MarkdownFeatures:
607
+ '''This flag enables conversion of ``img`` elements.'''
608
+ ...
609
+
610
+ @classmethod
611
+ @property
612
+ def LINE_BREAK(cls) -> MarkdownFeatures:
613
+ '''This flag enables conversion of ``br`` elements.'''
614
+ ...
615
+
616
+ @classmethod
617
+ @property
618
+ def VIDEO(cls) -> MarkdownFeatures:
619
+ '''This flag enables conversion of ``video`` elements.'''
620
+ ...
621
+
622
+ @classmethod
623
+ @property
624
+ def TABLE(cls) -> MarkdownFeatures:
625
+ '''This flag enables conversion of ``table`` elements.'''
626
+ ...
627
+
628
+ @classmethod
629
+ @property
630
+ def TASK_LIST(cls) -> MarkdownFeatures:
631
+ '''This flag enables conversion of task lists. Task list consists of ``input`` element, which must be the first child of ``list`` element and whose ``type`` attribute value should equal ``checkbox``.'''
632
+ ...
633
+
634
+ @classmethod
635
+ @property
636
+ def STRIKETHROUGH(cls) -> MarkdownFeatures:
637
+ '''This flag enables conversion of ``del`` elements.'''
638
+ ...
639
+
640
+ @classmethod
641
+ @property
642
+ def STRONG(cls) -> MarkdownFeatures:
643
+ '''This flag enables conversion of ``strong`` elements.'''
644
+ ...
645
+
646
+ ...
647
+
648
+ class MarkdownFormatter:
649
+ '''Specifies the way output will be formatted.'''
650
+
651
+ @classmethod
652
+ @property
653
+ def DEFAULT(cls) -> MarkdownFormatter:
654
+ '''Document will be saved using default markdown style.'''
655
+ ...
656
+
657
+ @classmethod
658
+ @property
659
+ def GIT(cls) -> MarkdownFormatter:
660
+ '''Document will be saved using Git markdown style.'''
661
+ ...
662
+
663
+ ...
664
+
665
+ class ResourceHandling:
666
+ '''This enum represents resource handling options.'''
667
+
668
+ @classmethod
669
+ @property
670
+ def SAVE(cls) -> ResourceHandling:
671
+ '''Resource will be saved as file.'''
672
+ ...
673
+
674
+ @classmethod
675
+ @property
676
+ def EMBED(cls) -> ResourceHandling:
677
+ '''Resource will be emdedded in to owner.'''
678
+ ...
679
+
680
+ @classmethod
681
+ @property
682
+ def DISCARD(cls) -> ResourceHandling:
683
+ '''Resource will be discarded.'''
684
+ ...
685
+
686
+ @classmethod
687
+ @property
688
+ def IGNORE(cls) -> ResourceHandling:
689
+ '''Resource will not be saved.'''
690
+ ...
691
+
692
+ ...
693
+
694
+ class ResourceStatus:
695
+ '''Indicates the resource status.'''
696
+
697
+ @classmethod
698
+ @property
699
+ def INITIAL(cls) -> ResourceStatus:
700
+ '''Initial resource status.'''
701
+ ...
702
+
703
+ @classmethod
704
+ @property
705
+ def IGNORED(cls) -> ResourceStatus:
706
+ '''Resource was ignored by filter.'''
707
+ ...
708
+
709
+ @classmethod
710
+ @property
711
+ def NOT_FOUND(cls) -> ResourceStatus:
712
+ '''Resource was not found.'''
713
+ ...
714
+
715
+ @classmethod
716
+ @property
717
+ def SAVED(cls) -> ResourceStatus:
718
+ '''Resource was saved.'''
719
+ ...
720
+
721
+ @classmethod
722
+ @property
723
+ def EMBEDDED(cls) -> ResourceStatus:
724
+ '''Resource was embedded.'''
725
+ ...
726
+
727
+ ...
728
+
729
+ class UrlRestriction:
730
+ '''This enum represents restriction applied to URLs of processed resources.'''
731
+
732
+ @classmethod
733
+ @property
734
+ def ROOT_AND_SUB_FOLDERS(cls) -> UrlRestriction:
735
+ '''Only resources located in the root and sub folders are processed.'''
736
+ ...
737
+
738
+ @classmethod
739
+ @property
740
+ def SAME_HOST(cls) -> UrlRestriction:
741
+ '''Only resources located in the same host are processed.'''
742
+ ...
743
+
744
+ @classmethod
745
+ @property
746
+ def NONE(cls) -> UrlRestriction:
747
+ '''All resources are processed.'''
748
+ ...
749
+
750
+ ...
751
+