aspose-html-net 24.6.0__py3-none-win32.whl
Sign up to get free protection for your applications and to get access to all the features.
- .__pyi_patched +0 -0
- aspose/__init__.py +139 -0
- aspose/__pyinstaller/__init__.pyi +1 -0
- aspose/__pyinstaller/hook-aspose.py +10 -0
- aspose/assemblies/html/Aspose.HTML.dll +0 -0
- aspose/assemblies/html/Microsoft.Extensions.Logging.Abstractions.dll +0 -0
- aspose/assemblies/html/Microsoft.Win32.SystemEvents.dll +0 -0
- aspose/assemblies/html/System.Diagnostics.DiagnosticSource.dll +0 -0
- aspose/assemblies/html/System.Drawing.Common.dll +0 -0
- aspose/assemblies/html/System.Runtime.CompilerServices.Unsafe.dll +0 -0
- aspose/assemblies/html/System.Security.AccessControl.dll +0 -0
- aspose/assemblies/html/System.Security.Permissions.dll +0 -0
- aspose/assemblies/html/System.Security.Principal.Windows.dll +0 -0
- aspose/assemblies/html/System.Windows.Extensions.dll +0 -0
- aspose/assemblies/html/WrpInterop.Aspose.Html.dll +0 -0
- aspose/assemblies/pycore/WrpInterop.Aspose.PyCore.dll +0 -0
- aspose/assemblies/pydrawing/Microsoft.Win32.SystemEvents.dll +0 -0
- aspose/assemblies/pydrawing/System.Drawing.Common.dll +0 -0
- aspose/assemblies/pydrawing/WrpInterop.Aspose.PyDrawing.dll +0 -0
- aspose/assemblies/pygc/Aspose.PyGC.dll +0 -0
- aspose/assemblies/pyreflection/WrpInterop.Aspose.PyReflection.dll +0 -0
- aspose/html/__init__.pyi +40753 -0
- aspose/html/__pyinstaller/__init__.pyi +1 -0
- aspose/html/__pyinstaller/hook-aspose.html.py +9 -0
- aspose/html/accessibility/__init__.pyi +469 -0
- aspose/html/accessibility/results/__init__.pyi +106 -0
- aspose/html/accessibility/saving/__init__.pyi +78 -0
- aspose/html/collections/__init__.pyi +246 -0
- aspose/html/converters/__init__.pyi +2793 -0
- aspose/html/diagnostics/__init__.pyi +72 -0
- aspose/html/dom/__init__.pyi +6456 -0
- aspose/html/dom/attributes/__init__.pyi +144 -0
- aspose/html/dom/canvas/__init__.pyi +1103 -0
- aspose/html/dom/css/__init__.pyi +3487 -0
- aspose/html/dom/events/__init__.pyi +1397 -0
- aspose/html/dom/mutations/__init__.pyi +259 -0
- aspose/html/dom/svg/__init__.pyi +30800 -0
- aspose/html/dom/svg/datatypes/__init__.pyi +1247 -0
- aspose/html/dom/svg/events/__init__.pyi +279 -0
- aspose/html/dom/svg/filters/__init__.pyi +15600 -0
- aspose/html/dom/svg/paths/__init__.pyi +3466 -0
- aspose/html/dom/svg/saving/__init__.pyi +83 -0
- aspose/html/dom/traversal/__init__.pyi +461 -0
- aspose/html/dom/traversal/filters/__init__.pyi +200 -0
- aspose/html/dom/views/__init__.pyi +79 -0
- aspose/html/dom/xpath/__init__.pyi +317 -0
- aspose/html/drawing/__init__.pyi +2720 -0
- aspose/html/forms/__init__.pyi +998 -0
- aspose/html/io/__init__.pyi +219 -0
- aspose/html/loading/__init__.pyi +68 -0
- aspose/html/net/__init__.pyi +513 -0
- aspose/html/net/headers/__init__.pyi +147 -0
- aspose/html/net/messagefilters/__init__.pyi +67 -0
- aspose/html/net/messagehandlers/__init__.pyi +103 -0
- aspose/html/rendering/__init__.pyi +797 -0
- aspose/html/rendering/doc/__init__.pyi +282 -0
- aspose/html/rendering/fonts/__init__.pyi +90 -0
- aspose/html/rendering/image/__init__.pyi +360 -0
- aspose/html/rendering/pdf/__init__.pyi +375 -0
- aspose/html/rendering/pdf/encryption/__init__.pyi +171 -0
- aspose/html/rendering/xps/__init__.pyi +237 -0
- aspose/html/saving/__init__.pyi +751 -0
- aspose/html/saving/resourcehandlers/__init__.pyi +95 -0
- aspose/html/services/__init__.pyi +167 -0
- aspose/html/toolkit/__init__.pyi +55 -0
- aspose/html/toolkit/markdown/__init__.pyi +55 -0
- aspose/html/toolkit/markdown/syntax/__init__.pyi +6184 -0
- aspose/html/toolkit/markdown/syntax/extensions/__init__.pyi +549 -0
- aspose/html/toolkit/markdown/syntax/parser/__init__.pyi +631 -0
- aspose/html/toolkit/markdown/syntax/parser/extensions/__init__.pyi +55 -0
- aspose/html/toolkit/markdown/syntax/parser/extensions/gfm/__init__.pyi +66 -0
- aspose/html/toolkit/markdown/syntax/text/__init__.pyi +358 -0
- aspose/html/toolkit/optimizers/__init__.pyi +233 -0
- aspose/html/window/__init__.pyi +490 -0
- aspose/html.cp310-win32.pyd +0 -0
- aspose/html.cp311-win32.pyd +0 -0
- aspose/html.cp35-win32.pyd +0 -0
- aspose/html.cp36-win32.pyd +0 -0
- aspose/html.cp37-win32.pyd +0 -0
- aspose/html.cp38-win32.pyd +0 -0
- aspose/html.cp39-win32.pyd +0 -0
- aspose/netcore/netcore3.1/API-MS-Win-core-xstate-l2-1-0.dll +0 -0
- aspose/netcore/netcore3.1/Microsoft.CSharp.dll +0 -0
- aspose/netcore/netcore3.1/Microsoft.DiaSymReader.Native.x86.dll +0 -0
- aspose/netcore/netcore3.1/Microsoft.VisualBasic.Core.dll +0 -0
- aspose/netcore/netcore3.1/Microsoft.VisualBasic.dll +0 -0
- aspose/netcore/netcore3.1/Microsoft.Win32.Primitives.dll +0 -0
- aspose/netcore/netcore3.1/Microsoft.Win32.Registry.dll +0 -0
- aspose/netcore/netcore3.1/SOS_README.md +5 -0
- aspose/netcore/netcore3.1/System.AppContext.dll +0 -0
- aspose/netcore/netcore3.1/System.Buffers.dll +0 -0
- aspose/netcore/netcore3.1/System.Collections.Concurrent.dll +0 -0
- aspose/netcore/netcore3.1/System.Collections.Immutable.dll +0 -0
- aspose/netcore/netcore3.1/System.Collections.NonGeneric.dll +0 -0
- aspose/netcore/netcore3.1/System.Collections.Specialized.dll +0 -0
- aspose/netcore/netcore3.1/System.Collections.dll +0 -0
- aspose/netcore/netcore3.1/System.ComponentModel.Annotations.dll +0 -0
- aspose/netcore/netcore3.1/System.ComponentModel.DataAnnotations.dll +0 -0
- aspose/netcore/netcore3.1/System.ComponentModel.EventBasedAsync.dll +0 -0
- aspose/netcore/netcore3.1/System.ComponentModel.Primitives.dll +0 -0
- aspose/netcore/netcore3.1/System.ComponentModel.TypeConverter.dll +0 -0
- aspose/netcore/netcore3.1/System.ComponentModel.dll +0 -0
- aspose/netcore/netcore3.1/System.Configuration.dll +0 -0
- aspose/netcore/netcore3.1/System.Console.dll +0 -0
- aspose/netcore/netcore3.1/System.Core.dll +0 -0
- aspose/netcore/netcore3.1/System.Data.Common.dll +0 -0
- aspose/netcore/netcore3.1/System.Data.DataSetExtensions.dll +0 -0
- aspose/netcore/netcore3.1/System.Data.dll +0 -0
- aspose/netcore/netcore3.1/System.Diagnostics.Contracts.dll +0 -0
- aspose/netcore/netcore3.1/System.Diagnostics.Debug.dll +0 -0
- aspose/netcore/netcore3.1/System.Diagnostics.DiagnosticSource.dll +0 -0
- aspose/netcore/netcore3.1/System.Diagnostics.FileVersionInfo.dll +0 -0
- aspose/netcore/netcore3.1/System.Diagnostics.Process.dll +0 -0
- aspose/netcore/netcore3.1/System.Diagnostics.StackTrace.dll +0 -0
- aspose/netcore/netcore3.1/System.Diagnostics.TextWriterTraceListener.dll +0 -0
- aspose/netcore/netcore3.1/System.Diagnostics.Tools.dll +0 -0
- aspose/netcore/netcore3.1/System.Diagnostics.TraceSource.dll +0 -0
- aspose/netcore/netcore3.1/System.Diagnostics.Tracing.dll +0 -0
- aspose/netcore/netcore3.1/System.Drawing.Primitives.dll +0 -0
- aspose/netcore/netcore3.1/System.Drawing.dll +0 -0
- aspose/netcore/netcore3.1/System.Dynamic.Runtime.dll +0 -0
- aspose/netcore/netcore3.1/System.Globalization.Calendars.dll +0 -0
- aspose/netcore/netcore3.1/System.Globalization.Extensions.dll +0 -0
- aspose/netcore/netcore3.1/System.Globalization.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.Compression.Brotli.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.Compression.FileSystem.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.Compression.ZipFile.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.Compression.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.FileSystem.AccessControl.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.FileSystem.DriveInfo.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.FileSystem.Primitives.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.FileSystem.Watcher.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.FileSystem.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.IsolatedStorage.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.MemoryMappedFiles.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.Pipes.AccessControl.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.Pipes.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.UnmanagedMemoryStream.dll +0 -0
- aspose/netcore/netcore3.1/System.IO.dll +0 -0
- aspose/netcore/netcore3.1/System.Linq.Expressions.dll +0 -0
- aspose/netcore/netcore3.1/System.Linq.Parallel.dll +0 -0
- aspose/netcore/netcore3.1/System.Linq.Queryable.dll +0 -0
- aspose/netcore/netcore3.1/System.Linq.dll +0 -0
- aspose/netcore/netcore3.1/System.Memory.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.Http.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.HttpListener.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.Mail.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.NameResolution.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.NetworkInformation.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.Ping.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.Primitives.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.Requests.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.Security.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.ServicePoint.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.Sockets.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.WebClient.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.WebHeaderCollection.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.WebProxy.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.WebSockets.Client.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.WebSockets.dll +0 -0
- aspose/netcore/netcore3.1/System.Net.dll +0 -0
- aspose/netcore/netcore3.1/System.Numerics.Vectors.dll +0 -0
- aspose/netcore/netcore3.1/System.Numerics.dll +0 -0
- aspose/netcore/netcore3.1/System.ObjectModel.dll +0 -0
- aspose/netcore/netcore3.1/System.Private.CoreLib.dll +0 -0
- aspose/netcore/netcore3.1/System.Private.DataContractSerialization.dll +0 -0
- aspose/netcore/netcore3.1/System.Private.Uri.dll +0 -0
- aspose/netcore/netcore3.1/System.Private.Xml.Linq.dll +0 -0
- aspose/netcore/netcore3.1/System.Private.Xml.dll +0 -0
- aspose/netcore/netcore3.1/System.Reflection.DispatchProxy.dll +0 -0
- aspose/netcore/netcore3.1/System.Reflection.Emit.ILGeneration.dll +0 -0
- aspose/netcore/netcore3.1/System.Reflection.Emit.Lightweight.dll +0 -0
- aspose/netcore/netcore3.1/System.Reflection.Emit.dll +0 -0
- aspose/netcore/netcore3.1/System.Reflection.Extensions.dll +0 -0
- aspose/netcore/netcore3.1/System.Reflection.Metadata.dll +0 -0
- aspose/netcore/netcore3.1/System.Reflection.Primitives.dll +0 -0
- aspose/netcore/netcore3.1/System.Reflection.TypeExtensions.dll +0 -0
- aspose/netcore/netcore3.1/System.Reflection.dll +0 -0
- aspose/netcore/netcore3.1/System.Resources.Reader.dll +0 -0
- aspose/netcore/netcore3.1/System.Resources.ResourceManager.dll +0 -0
- aspose/netcore/netcore3.1/System.Resources.Writer.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.CompilerServices.Unsafe.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.CompilerServices.VisualC.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.Extensions.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.Handles.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.InteropServices.RuntimeInformation.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.InteropServices.WindowsRuntime.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.InteropServices.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.Intrinsics.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.Loader.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.Numerics.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.Serialization.Formatters.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.Serialization.Json.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.Serialization.Primitives.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.Serialization.Xml.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.Serialization.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.WindowsRuntime.UI.Xaml.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.WindowsRuntime.dll +0 -0
- aspose/netcore/netcore3.1/System.Runtime.dll +0 -0
- aspose/netcore/netcore3.1/System.Security.AccessControl.dll +0 -0
- aspose/netcore/netcore3.1/System.Security.Claims.dll +0 -0
- aspose/netcore/netcore3.1/System.Security.Cryptography.Algorithms.dll +0 -0
- aspose/netcore/netcore3.1/System.Security.Cryptography.Cng.dll +0 -0
- aspose/netcore/netcore3.1/System.Security.Cryptography.Csp.dll +0 -0
- aspose/netcore/netcore3.1/System.Security.Cryptography.Encoding.dll +0 -0
- aspose/netcore/netcore3.1/System.Security.Cryptography.OpenSsl.dll +0 -0
- aspose/netcore/netcore3.1/System.Security.Cryptography.Primitives.dll +0 -0
- aspose/netcore/netcore3.1/System.Security.Cryptography.X509Certificates.dll +0 -0
- aspose/netcore/netcore3.1/System.Security.Principal.Windows.dll +0 -0
- aspose/netcore/netcore3.1/System.Security.Principal.dll +0 -0
- aspose/netcore/netcore3.1/System.Security.SecureString.dll +0 -0
- aspose/netcore/netcore3.1/System.Security.dll +0 -0
- aspose/netcore/netcore3.1/System.ServiceModel.Web.dll +0 -0
- aspose/netcore/netcore3.1/System.ServiceProcess.dll +0 -0
- aspose/netcore/netcore3.1/System.Text.Encoding.CodePages.dll +0 -0
- aspose/netcore/netcore3.1/System.Text.Encoding.Extensions.dll +0 -0
- aspose/netcore/netcore3.1/System.Text.Encoding.dll +0 -0
- aspose/netcore/netcore3.1/System.Text.Encodings.Web.dll +0 -0
- aspose/netcore/netcore3.1/System.Text.Json.dll +0 -0
- aspose/netcore/netcore3.1/System.Text.RegularExpressions.dll +0 -0
- aspose/netcore/netcore3.1/System.Threading.Channels.dll +0 -0
- aspose/netcore/netcore3.1/System.Threading.Overlapped.dll +0 -0
- aspose/netcore/netcore3.1/System.Threading.Tasks.Dataflow.dll +0 -0
- aspose/netcore/netcore3.1/System.Threading.Tasks.Extensions.dll +0 -0
- aspose/netcore/netcore3.1/System.Threading.Tasks.Parallel.dll +0 -0
- aspose/netcore/netcore3.1/System.Threading.Tasks.dll +0 -0
- aspose/netcore/netcore3.1/System.Threading.Thread.dll +0 -0
- aspose/netcore/netcore3.1/System.Threading.ThreadPool.dll +0 -0
- aspose/netcore/netcore3.1/System.Threading.Timer.dll +0 -0
- aspose/netcore/netcore3.1/System.Threading.dll +0 -0
- aspose/netcore/netcore3.1/System.Transactions.Local.dll +0 -0
- aspose/netcore/netcore3.1/System.Transactions.dll +0 -0
- aspose/netcore/netcore3.1/System.ValueTuple.dll +0 -0
- aspose/netcore/netcore3.1/System.Web.HttpUtility.dll +0 -0
- aspose/netcore/netcore3.1/System.Web.dll +0 -0
- aspose/netcore/netcore3.1/System.Windows.dll +0 -0
- aspose/netcore/netcore3.1/System.Xml.Linq.dll +0 -0
- aspose/netcore/netcore3.1/System.Xml.ReaderWriter.dll +0 -0
- aspose/netcore/netcore3.1/System.Xml.Serialization.dll +0 -0
- aspose/netcore/netcore3.1/System.Xml.XDocument.dll +0 -0
- aspose/netcore/netcore3.1/System.Xml.XPath.XDocument.dll +0 -0
- aspose/netcore/netcore3.1/System.Xml.XPath.dll +0 -0
- aspose/netcore/netcore3.1/System.Xml.XmlDocument.dll +0 -0
- aspose/netcore/netcore3.1/System.Xml.XmlSerializer.dll +0 -0
- aspose/netcore/netcore3.1/System.Xml.dll +0 -0
- aspose/netcore/netcore3.1/System.dll +0 -0
- aspose/netcore/netcore3.1/WindowsBase.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-console-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-datetime-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-debug-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-errorhandling-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-file-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-file-l1-2-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-file-l2-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-handle-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-heap-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-interlocked-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-libraryloader-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-localization-l1-2-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-memory-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-namedpipe-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-processenvironment-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-processthreads-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-processthreads-l1-1-1.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-profile-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-rtlsupport-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-string-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-synch-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-synch-l1-2-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-sysinfo-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-timezone-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-core-util-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-crt-conio-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-crt-convert-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-crt-environment-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-crt-filesystem-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-crt-heap-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-crt-locale-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-crt-math-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-crt-multibyte-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-crt-private-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-crt-process-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-crt-runtime-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-crt-stdio-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-crt-string-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-crt-time-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/api-ms-win-crt-utility-l1-1-0.dll +0 -0
- aspose/netcore/netcore3.1/aspose.embed.coreclrwrap.dll +0 -0
- aspose/netcore/netcore3.1/clrcompression.dll +0 -0
- aspose/netcore/netcore3.1/clretwrc.dll +0 -0
- aspose/netcore/netcore3.1/clrjit.dll +0 -0
- aspose/netcore/netcore3.1/coreclr.dll +0 -0
- aspose/netcore/netcore3.1/dbgshim.dll +0 -0
- aspose/netcore/netcore3.1/hostfxr.dll +0 -0
- aspose/netcore/netcore3.1/hostpolicy.dll +0 -0
- aspose/netcore/netcore3.1/mscordaccore.dll +0 -0
- aspose/netcore/netcore3.1/mscordaccore_x86_x86_4.700.22.55902.dll +0 -0
- aspose/netcore/netcore3.1/mscordbi.dll +0 -0
- aspose/netcore/netcore3.1/mscorlib.dll +0 -0
- aspose/netcore/netcore3.1/mscorrc.debug.dll +0 -0
- aspose/netcore/netcore3.1/mscorrc.dll +0 -0
- aspose/netcore/netcore3.1/netstandard.dll +0 -0
- aspose/netcore/netcore3.1/ucrtbase.dll +0 -0
- aspose/pycore/__init__.pyi +56 -0
- aspose/pycore/__pyinstaller/__init__.pyi +1 -0
- aspose/pycore/__pyinstaller/hook-aspose.pycore.py +11 -0
- aspose/pycore.cp310-win32.pyd +0 -0
- aspose/pycore.cp311-win32.pyd +0 -0
- aspose/pycore.cp35-win32.pyd +0 -0
- aspose/pycore.cp36-win32.pyd +0 -0
- aspose/pycore.cp37-win32.pyd +0 -0
- aspose/pycore.cp38-win32.pyd +0 -0
- aspose/pycore.cp39-win32.pyd +0 -0
- aspose/pydrawing/__init__.pyi +8 -0
- aspose/pydrawing/__pyinstaller/__init__.pyi +1 -0
- aspose/pydrawing/__pyinstaller/hook-aspose.pydrawing.py +9 -0
- aspose/pydrawing.cp310-win32.pyd +0 -0
- aspose/pydrawing.cp311-win32.pyd +0 -0
- aspose/pydrawing.cp35-win32.pyd +0 -0
- aspose/pydrawing.cp36-win32.pyd +0 -0
- aspose/pydrawing.cp37-win32.pyd +0 -0
- aspose/pydrawing.cp38-win32.pyd +0 -0
- aspose/pydrawing.cp39-win32.pyd +0 -0
- aspose/pygc/__init__.pyi +8 -0
- aspose/pygc/__pyinstaller/__init__.pyi +1 -0
- aspose/pygc/__pyinstaller/hook-aspose.pygc.py +9 -0
- aspose/pygc.cp310-win32.pyd +0 -0
- aspose/pygc.cp311-win32.pyd +0 -0
- aspose/pygc.cp35-win32.pyd +0 -0
- aspose/pygc.cp36-win32.pyd +0 -0
- aspose/pygc.cp37-win32.pyd +0 -0
- aspose/pygc.cp38-win32.pyd +0 -0
- aspose/pygc.cp39-win32.pyd +0 -0
- aspose/pyreflection/__init__.pyi +8 -0
- aspose/pyreflection/__pyinstaller/__init__.pyi +1 -0
- aspose/pyreflection/__pyinstaller/hook-aspose.pyreflection.py +9 -0
- aspose/pyreflection.cp310-win32.pyd +0 -0
- aspose/pyreflection.cp311-win32.pyd +0 -0
- aspose/pyreflection.cp35-win32.pyd +0 -0
- aspose/pyreflection.cp36-win32.pyd +0 -0
- aspose/pyreflection.cp37-win32.pyd +0 -0
- aspose/pyreflection.cp38-win32.pyd +0 -0
- aspose/pyreflection.cp39-win32.pyd +0 -0
- aspose_html_net-24.6.0.dist-info/METADATA +112 -0
- aspose_html_net-24.6.0.dist-info/RECORD +348 -0
- aspose_html_net-24.6.0.dist-info/WHEEL +5 -0
- aspose_html_net-24.6.0.dist-info/entry_points.txt +3 -0
- aspose_html_net-24.6.0.dist-info/top_level.txt +1 -0
@@ -0,0 +1,631 @@
|
|
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 BlockSyntaxDescriptor:
|
57
|
+
'''Defines the BlockSyntaxDescriptor.'''
|
58
|
+
|
59
|
+
def has_attribute(self, name : str) -> bool:
|
60
|
+
'''Defines the interface for check Has Attribute
|
61
|
+
|
62
|
+
:param name: The string name.
|
63
|
+
:returns: The boolean.'''
|
64
|
+
...
|
65
|
+
|
66
|
+
def append_inline(self, text : aspose.html.toolkit.markdown.syntax.text.SourceText) -> aspose.html.toolkit.markdown.syntax.parser.BlockSyntaxDescriptor:
|
67
|
+
'''Defines the interface for Append Inline.
|
68
|
+
|
69
|
+
:param text: The SourceText.
|
70
|
+
:returns: The BlockSyntaxDescriptor.'''
|
71
|
+
...
|
72
|
+
|
73
|
+
def get_content(self) -> List[aspose.html.toolkit.markdown.syntax.text.SourceText]:
|
74
|
+
'''Defines the interface for get content.
|
75
|
+
|
76
|
+
:returns: The ICollection.'''
|
77
|
+
...
|
78
|
+
|
79
|
+
def delete(self):
|
80
|
+
'''Defines the interface for Delete.'''
|
81
|
+
...
|
82
|
+
|
83
|
+
def close(self):
|
84
|
+
'''Defines the interface for Close.'''
|
85
|
+
...
|
86
|
+
|
87
|
+
@property
|
88
|
+
def block(self) -> aspose.html.toolkit.markdown.syntax.BlockSyntaxNode:
|
89
|
+
'''Get the Block'''
|
90
|
+
...
|
91
|
+
|
92
|
+
@property
|
93
|
+
def parser(self) -> aspose.html.toolkit.markdown.syntax.parser.MarkdownBlockParser:
|
94
|
+
'''Get the Parser.'''
|
95
|
+
...
|
96
|
+
|
97
|
+
...
|
98
|
+
|
99
|
+
class DelimiterRun:
|
100
|
+
'''Defines the DelimiterRun'''
|
101
|
+
|
102
|
+
@property
|
103
|
+
def state(self) -> aspose.html.toolkit.markdown.syntax.parser.DelimiterState:
|
104
|
+
'''Get and set the State.'''
|
105
|
+
...
|
106
|
+
|
107
|
+
@state.setter
|
108
|
+
def state(self, value : aspose.html.toolkit.markdown.syntax.parser.DelimiterState):
|
109
|
+
'''Get and set the State.'''
|
110
|
+
...
|
111
|
+
|
112
|
+
@property
|
113
|
+
def length(self) -> int:
|
114
|
+
'''Get the Length.'''
|
115
|
+
...
|
116
|
+
|
117
|
+
@property
|
118
|
+
def source(self) -> aspose.html.toolkit.markdown.syntax.text.SourceText:
|
119
|
+
'''Get the Source.'''
|
120
|
+
...
|
121
|
+
|
122
|
+
@property
|
123
|
+
def span(self) -> aspose.html.toolkit.markdown.syntax.text.TextSpan:
|
124
|
+
'''Get and Set the Span.'''
|
125
|
+
...
|
126
|
+
|
127
|
+
@span.setter
|
128
|
+
def span(self, value : aspose.html.toolkit.markdown.syntax.text.TextSpan):
|
129
|
+
'''Get and Set the Span.'''
|
130
|
+
...
|
131
|
+
|
132
|
+
@property
|
133
|
+
def text(self) -> aspose.html.toolkit.markdown.syntax.text.SourceText:
|
134
|
+
'''Get the Text.'''
|
135
|
+
...
|
136
|
+
|
137
|
+
...
|
138
|
+
|
139
|
+
class IBlockParsingContext:
|
140
|
+
'''Defines the IBlockParsingContext interface.'''
|
141
|
+
|
142
|
+
@overload
|
143
|
+
def close(self, head : aspose.html.toolkit.markdown.syntax.parser.BlockSyntaxDescriptor, reason : aspose.html.toolkit.markdown.syntax.parser.BlockClosingReason):
|
144
|
+
'''Defines the Close method.
|
145
|
+
|
146
|
+
:param head: The BlockSyntaxDescriptor.
|
147
|
+
:param reason: The BlockClosingReason.'''
|
148
|
+
...
|
149
|
+
|
150
|
+
@overload
|
151
|
+
def close(self, reason : aspose.html.toolkit.markdown.syntax.parser.BlockClosingReason):
|
152
|
+
'''Defines the Close method.
|
153
|
+
|
154
|
+
:param reason: The BlockClosingReason.'''
|
155
|
+
...
|
156
|
+
|
157
|
+
def push(self, block : aspose.html.toolkit.markdown.syntax.BlockSyntaxNode) -> aspose.html.toolkit.markdown.syntax.parser.BlockSyntaxDescriptor:
|
158
|
+
'''Defines the Push method.
|
159
|
+
|
160
|
+
:param block: The block.
|
161
|
+
:returns: The BlockSyntaxDescriptor.'''
|
162
|
+
...
|
163
|
+
|
164
|
+
def get_open_blocks(self) -> Iterable[aspose.html.toolkit.markdown.syntax.parser.BlockSyntaxDescriptor]:
|
165
|
+
'''Defines the GetOpenBlocks.
|
166
|
+
|
167
|
+
:returns: The collection of BlockSyntaxDescriptor.'''
|
168
|
+
...
|
169
|
+
|
170
|
+
def peak(self) -> aspose.html.toolkit.markdown.syntax.parser.BlockSyntaxDescriptor:
|
171
|
+
'''Defines the Peak method.
|
172
|
+
|
173
|
+
:returns: The BlockSyntaxDescriptor.'''
|
174
|
+
...
|
175
|
+
|
176
|
+
def delete(self, head : aspose.html.toolkit.markdown.syntax.parser.BlockSyntaxDescriptor):
|
177
|
+
'''Defines the Delete method.
|
178
|
+
|
179
|
+
:param head: The BlockSyntaxDescriptor.'''
|
180
|
+
...
|
181
|
+
|
182
|
+
def get_block_syntax_parsers(self) -> Iterable[aspose.html.toolkit.markdown.syntax.parser.MarkdownBlockParser]:
|
183
|
+
'''Defines the GetBlockSyntaxParsers method.
|
184
|
+
|
185
|
+
:returns: The IEnumerable.'''
|
186
|
+
...
|
187
|
+
|
188
|
+
def get_inline_syntax_parsers(self) -> Iterable[aspose.html.toolkit.markdown.syntax.parser.MarkdownInlineSyntaxParser]:
|
189
|
+
'''Defines the GetInlineSyntaxParsers method.
|
190
|
+
|
191
|
+
:returns: The IEnumerable.'''
|
192
|
+
...
|
193
|
+
|
194
|
+
@property
|
195
|
+
def source(self) -> aspose.html.toolkit.markdown.syntax.text.SourceText:
|
196
|
+
'''Get the Source.'''
|
197
|
+
...
|
198
|
+
|
199
|
+
@property
|
200
|
+
def reader(self) -> aspose.html.toolkit.markdown.syntax.text.SourceTextReader:
|
201
|
+
'''Get the Reader.'''
|
202
|
+
...
|
203
|
+
|
204
|
+
@property
|
205
|
+
def instruction(self) -> aspose.html.toolkit.markdown.syntax.parser.LineParsingInstruction:
|
206
|
+
'''Get the Instruction.'''
|
207
|
+
...
|
208
|
+
|
209
|
+
@property
|
210
|
+
def syntax_factory(self) -> aspose.html.toolkit.markdown.syntax.MarkdownSyntaxFactory:
|
211
|
+
...
|
212
|
+
|
213
|
+
...
|
214
|
+
|
215
|
+
class IInlineEmphasisPostProcessing(IInlinePostProcessing):
|
216
|
+
'''Defines the IInlineEmphasisPostProcessing interface.'''
|
217
|
+
|
218
|
+
def process(self, context : aspose.html.toolkit.markdown.syntax.parser.IInlinePostProcessingContext) -> aspose.html.toolkit.markdown.syntax.parser.InlineParsingInstruction:
|
219
|
+
'''Defines the Process method.
|
220
|
+
|
221
|
+
:param context: The context.
|
222
|
+
:returns: The InlineParsingInstruction.'''
|
223
|
+
...
|
224
|
+
|
225
|
+
...
|
226
|
+
|
227
|
+
class IInlineLinkPostProcessing(IInlinePostProcessing):
|
228
|
+
'''Defines the IInlineLinkPostProcessing interface.'''
|
229
|
+
|
230
|
+
def process(self, context : aspose.html.toolkit.markdown.syntax.parser.IInlinePostProcessingContext) -> aspose.html.toolkit.markdown.syntax.parser.InlineParsingInstruction:
|
231
|
+
'''Defines the Process method.
|
232
|
+
|
233
|
+
:param context: The context.
|
234
|
+
:returns: The InlineParsingInstruction.'''
|
235
|
+
...
|
236
|
+
|
237
|
+
...
|
238
|
+
|
239
|
+
class IInlineParsingContext:
|
240
|
+
'''Defines the IInlineParsingContext interface.'''
|
241
|
+
|
242
|
+
@overload
|
243
|
+
def push(self, syntax : aspose.html.toolkit.markdown.syntax.InlineSyntaxNode):
|
244
|
+
'''Defines the Push method.
|
245
|
+
|
246
|
+
:param syntax: The syntax.'''
|
247
|
+
...
|
248
|
+
|
249
|
+
@overload
|
250
|
+
def push(self, delimiter : aspose.html.toolkit.markdown.syntax.parser.DelimiterRun):
|
251
|
+
'''Defines the Push method.
|
252
|
+
|
253
|
+
:param delimiter: The delimiter.'''
|
254
|
+
...
|
255
|
+
|
256
|
+
@property
|
257
|
+
def source(self) -> aspose.html.toolkit.markdown.syntax.text.SourceText:
|
258
|
+
'''Get the Source.'''
|
259
|
+
...
|
260
|
+
|
261
|
+
@property
|
262
|
+
def reader(self) -> aspose.html.toolkit.markdown.syntax.text.SourceTextReader:
|
263
|
+
'''Get the Reader.'''
|
264
|
+
...
|
265
|
+
|
266
|
+
@property
|
267
|
+
def syntax_factory(self) -> aspose.html.toolkit.markdown.syntax.MarkdownSyntaxFactory:
|
268
|
+
...
|
269
|
+
|
270
|
+
@property
|
271
|
+
def owner(self) -> aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode:
|
272
|
+
'''Get the Owner.'''
|
273
|
+
...
|
274
|
+
|
275
|
+
...
|
276
|
+
|
277
|
+
class IInlinePostProcessing:
|
278
|
+
'''Defines the IInlinePostProcessing interface'''
|
279
|
+
|
280
|
+
def process(self, context : aspose.html.toolkit.markdown.syntax.parser.IInlinePostProcessingContext) -> aspose.html.toolkit.markdown.syntax.parser.InlineParsingInstruction:
|
281
|
+
'''Defines the Process method.
|
282
|
+
|
283
|
+
:param context: The context.
|
284
|
+
:returns: The InlineParsingInstruction.'''
|
285
|
+
...
|
286
|
+
|
287
|
+
...
|
288
|
+
|
289
|
+
class IInlinePostProcessingContext(IInlineParsingContext):
|
290
|
+
'''Defines the interface IInlinePostProcessingContext'''
|
291
|
+
|
292
|
+
@overload
|
293
|
+
def push(self, syntax : aspose.html.toolkit.markdown.syntax.InlineSyntaxNode):
|
294
|
+
'''Defines the Push method.
|
295
|
+
|
296
|
+
:param syntax: The syntax.'''
|
297
|
+
...
|
298
|
+
|
299
|
+
@overload
|
300
|
+
def push(self, delimiter : aspose.html.toolkit.markdown.syntax.parser.DelimiterRun):
|
301
|
+
'''Defines the Push method.
|
302
|
+
|
303
|
+
:param delimiter: The delimiter.'''
|
304
|
+
...
|
305
|
+
|
306
|
+
def contains_link_reference_definition(self, label : str) -> bool:
|
307
|
+
'''Defines the ContainsLinkReferenceDefinition
|
308
|
+
|
309
|
+
:param label: The label.
|
310
|
+
:returns: The boolean.'''
|
311
|
+
...
|
312
|
+
|
313
|
+
@property
|
314
|
+
def opened_delimiter(self) -> aspose.html.toolkit.markdown.syntax.parser.DelimiterRun:
|
315
|
+
...
|
316
|
+
|
317
|
+
@opened_delimiter.setter
|
318
|
+
def opened_delimiter(self, value : aspose.html.toolkit.markdown.syntax.parser.DelimiterRun):
|
319
|
+
...
|
320
|
+
|
321
|
+
@property
|
322
|
+
def closed_delimiter(self) -> aspose.html.toolkit.markdown.syntax.parser.DelimiterRun:
|
323
|
+
...
|
324
|
+
|
325
|
+
@closed_delimiter.setter
|
326
|
+
def closed_delimiter(self, value : aspose.html.toolkit.markdown.syntax.parser.DelimiterRun):
|
327
|
+
...
|
328
|
+
|
329
|
+
@property
|
330
|
+
def content(self) -> List[aspose.html.toolkit.markdown.syntax.InlineSyntaxNode]:
|
331
|
+
'''Get the Content.'''
|
332
|
+
...
|
333
|
+
|
334
|
+
@property
|
335
|
+
def source(self) -> aspose.html.toolkit.markdown.syntax.text.SourceText:
|
336
|
+
'''Get the Source.'''
|
337
|
+
...
|
338
|
+
|
339
|
+
@property
|
340
|
+
def reader(self) -> aspose.html.toolkit.markdown.syntax.text.SourceTextReader:
|
341
|
+
'''Get the Reader.'''
|
342
|
+
...
|
343
|
+
|
344
|
+
@property
|
345
|
+
def syntax_factory(self) -> aspose.html.toolkit.markdown.syntax.MarkdownSyntaxFactory:
|
346
|
+
...
|
347
|
+
|
348
|
+
@property
|
349
|
+
def owner(self) -> aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode:
|
350
|
+
'''Get the Owner.'''
|
351
|
+
...
|
352
|
+
|
353
|
+
...
|
354
|
+
|
355
|
+
class IMarkdownParserBuilder:
|
356
|
+
'''Defines the base interface IMarkdownParserBuilder'''
|
357
|
+
|
358
|
+
...
|
359
|
+
|
360
|
+
class InlineParsingInstruction:
|
361
|
+
'''Defines the InlineParsingInstruction struct.'''
|
362
|
+
|
363
|
+
def equals(self, other : aspose.html.toolkit.markdown.syntax.parser.InlineParsingInstruction) -> bool:
|
364
|
+
'''Compare two InlineParsingInstruction.
|
365
|
+
|
366
|
+
:param other: The other.
|
367
|
+
:returns: The boolean.'''
|
368
|
+
...
|
369
|
+
|
370
|
+
@property
|
371
|
+
def instruction(self) -> aspose.html.toolkit.markdown.syntax.parser.ParsingInstruction:
|
372
|
+
'''Get the Instruction.'''
|
373
|
+
...
|
374
|
+
|
375
|
+
@classmethod
|
376
|
+
@property
|
377
|
+
def NONE(cls) -> aspose.html.toolkit.markdown.syntax.parser.InlineParsingInstruction:
|
378
|
+
'''The ParsingInstruction.None.'''
|
379
|
+
...
|
380
|
+
|
381
|
+
@classmethod
|
382
|
+
@property
|
383
|
+
def HANDLED(cls) -> aspose.html.toolkit.markdown.syntax.parser.InlineParsingInstruction:
|
384
|
+
'''The Handled.'''
|
385
|
+
...
|
386
|
+
|
387
|
+
...
|
388
|
+
|
389
|
+
class LineParsingInstruction:
|
390
|
+
'''Defines the LineParsingInstruction.'''
|
391
|
+
|
392
|
+
def with_tabs_reservation(self, value : int) -> aspose.html.toolkit.markdown.syntax.parser.LineParsingInstruction:
|
393
|
+
'''Defines the interface for WithTabsReservation
|
394
|
+
|
395
|
+
:param value: The int value.
|
396
|
+
:returns: The LineParsingInstruction.'''
|
397
|
+
...
|
398
|
+
|
399
|
+
def with_content_indentation(self, value : int) -> aspose.html.toolkit.markdown.syntax.parser.LineParsingInstruction:
|
400
|
+
'''Defines the interface for get LineParsingInstruction
|
401
|
+
|
402
|
+
:param value: The int value.
|
403
|
+
:returns: The LineParsingInstruction.'''
|
404
|
+
...
|
405
|
+
|
406
|
+
def get_tabs_reservation(self) -> int:
|
407
|
+
'''Defines the interface for get TabsReservation
|
408
|
+
|
409
|
+
:returns: The reservation.'''
|
410
|
+
...
|
411
|
+
|
412
|
+
def get_content_indentation(self) -> int:
|
413
|
+
'''Defines the interface for get indentation
|
414
|
+
|
415
|
+
:returns: The indentation.'''
|
416
|
+
...
|
417
|
+
|
418
|
+
def equals(self, other : aspose.html.toolkit.markdown.syntax.parser.LineParsingInstruction) -> bool:
|
419
|
+
'''Compare two LineParsingInstruction
|
420
|
+
|
421
|
+
:param other: The LineParsingInstruction.
|
422
|
+
:returns: The boolean.'''
|
423
|
+
...
|
424
|
+
|
425
|
+
@property
|
426
|
+
def instruction(self) -> aspose.html.toolkit.markdown.syntax.parser.ParsingInstruction:
|
427
|
+
'''Get the Instruction'''
|
428
|
+
...
|
429
|
+
|
430
|
+
@classmethod
|
431
|
+
@property
|
432
|
+
def NONE(cls) -> aspose.html.toolkit.markdown.syntax.parser.LineParsingInstruction:
|
433
|
+
'''The None LineParsingInstruction.'''
|
434
|
+
...
|
435
|
+
|
436
|
+
@classmethod
|
437
|
+
@property
|
438
|
+
def CONTINUE(cls) -> aspose.html.toolkit.markdown.syntax.parser.LineParsingInstruction:
|
439
|
+
'''The Continue.'''
|
440
|
+
...
|
441
|
+
|
442
|
+
@classmethod
|
443
|
+
@property
|
444
|
+
def NEXT_LINE(cls) -> aspose.html.toolkit.markdown.syntax.parser.LineParsingInstruction:
|
445
|
+
...
|
446
|
+
|
447
|
+
...
|
448
|
+
|
449
|
+
class MarkdownBlockParser:
|
450
|
+
'''Defines the base class MarkdownBlockParser'''
|
451
|
+
|
452
|
+
def can_parse(self, context : aspose.html.toolkit.markdown.syntax.parser.IBlockParsingContext) -> bool:
|
453
|
+
'''Defines interface for get the CanParse value.
|
454
|
+
|
455
|
+
:param context: The IBlockParsingContext.
|
456
|
+
:returns: The boolean result.'''
|
457
|
+
...
|
458
|
+
|
459
|
+
def parse(self, context : aspose.html.toolkit.markdown.syntax.parser.IBlockParsingContext) -> aspose.html.toolkit.markdown.syntax.parser.LineParsingInstruction:
|
460
|
+
'''Defines interface for parse ofr the context..
|
461
|
+
|
462
|
+
:param context: The context.
|
463
|
+
:returns: The LineParsingInstruction.'''
|
464
|
+
...
|
465
|
+
|
466
|
+
def on_open(self, descriptor : aspose.html.toolkit.markdown.syntax.parser.BlockSyntaxDescriptor, context : aspose.html.toolkit.markdown.syntax.parser.IBlockParsingContext):
|
467
|
+
'''Defines interface for OnOpen method.
|
468
|
+
|
469
|
+
:param descriptor: The description.
|
470
|
+
:param context: The context.'''
|
471
|
+
...
|
472
|
+
|
473
|
+
def can_close(self, descriptor : aspose.html.toolkit.markdown.syntax.parser.BlockSyntaxDescriptor, reason : aspose.html.toolkit.markdown.syntax.parser.BlockClosingReason, context : aspose.html.toolkit.markdown.syntax.parser.IBlockParsingContext) -> bool:
|
474
|
+
'''Defines interface for CanClose method.
|
475
|
+
|
476
|
+
:param descriptor: The description.
|
477
|
+
:param reason: The reason.
|
478
|
+
:param context: The context.
|
479
|
+
:returns: The boolean result.'''
|
480
|
+
...
|
481
|
+
|
482
|
+
def on_close(self, descriptor : aspose.html.toolkit.markdown.syntax.parser.BlockSyntaxDescriptor, parent : aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode, context : aspose.html.toolkit.markdown.syntax.parser.IBlockParsingContext):
|
483
|
+
'''Defines interface for OnClose method.
|
484
|
+
|
485
|
+
:param descriptor: The description.
|
486
|
+
:param parent: The parent.
|
487
|
+
:param context: The context.'''
|
488
|
+
...
|
489
|
+
|
490
|
+
def on_process_inline(self, descriptor : aspose.html.toolkit.markdown.syntax.parser.BlockSyntaxDescriptor, context : aspose.html.toolkit.markdown.syntax.parser.IBlockParsingContext):
|
491
|
+
'''Defines the interface for OnProcessInline method.
|
492
|
+
|
493
|
+
:param descriptor: The description.
|
494
|
+
:param context: The context.'''
|
495
|
+
...
|
496
|
+
|
497
|
+
...
|
498
|
+
|
499
|
+
class MarkdownInlineSyntaxParser:
|
500
|
+
'''Defines the base class MarkdownInlineSyntaxParser'''
|
501
|
+
|
502
|
+
def can_parse(self, context : aspose.html.toolkit.markdown.syntax.parser.IInlineParsingContext) -> bool:
|
503
|
+
'''Get the can parse boolean value.
|
504
|
+
|
505
|
+
:param context: The context.
|
506
|
+
:returns: True if can parse.'''
|
507
|
+
...
|
508
|
+
|
509
|
+
def parse(self, context : aspose.html.toolkit.markdown.syntax.parser.IInlineParsingContext) -> aspose.html.toolkit.markdown.syntax.parser.InlineParsingInstruction:
|
510
|
+
'''Defines the interface for parse.
|
511
|
+
|
512
|
+
:param context: The context.
|
513
|
+
:returns: The InlineParsingInstruction.'''
|
514
|
+
...
|
515
|
+
|
516
|
+
...
|
517
|
+
|
518
|
+
class MarkdownParser:
|
519
|
+
'''Represents an MarkDown format document parser.'''
|
520
|
+
|
521
|
+
@overload
|
522
|
+
def parse(self, stream : io.RawIOBase) -> aspose.html.toolkit.markdown.syntax.MarkdownSyntaxTree:
|
523
|
+
'''Parse from Stream.
|
524
|
+
|
525
|
+
:param stream: The Stream.
|
526
|
+
:returns: The Markdown syntax tree.'''
|
527
|
+
...
|
528
|
+
|
529
|
+
@overload
|
530
|
+
def parse(self, content : str) -> aspose.html.toolkit.markdown.syntax.MarkdownSyntaxTree:
|
531
|
+
'''Prase from the string context.
|
532
|
+
|
533
|
+
:param content: The string content.
|
534
|
+
:returns: The Markdown syntax tree.'''
|
535
|
+
...
|
536
|
+
|
537
|
+
def parse_file(self, path : str) -> aspose.html.toolkit.markdown.syntax.MarkdownSyntaxTree:
|
538
|
+
'''Parse an file.
|
539
|
+
|
540
|
+
:param path: The path to file.
|
541
|
+
:returns: The Markdown syntax tree.'''
|
542
|
+
...
|
543
|
+
|
544
|
+
...
|
545
|
+
|
546
|
+
class MarkdownSyntaxExtension:
|
547
|
+
'''Defines the base class for MarkdownSyntaxExtension'''
|
548
|
+
|
549
|
+
def setup(self, builder : aspose.html.toolkit.markdown.syntax.parser.IMarkdownParserBuilder):
|
550
|
+
'''Defines the interface for Setup
|
551
|
+
|
552
|
+
:param builder: The builder.'''
|
553
|
+
...
|
554
|
+
|
555
|
+
...
|
556
|
+
|
557
|
+
class BlockClosingReason:
|
558
|
+
'''Defines the BlockClosingReason enum.'''
|
559
|
+
|
560
|
+
@classmethod
|
561
|
+
@property
|
562
|
+
def BLANK_LINE(cls) -> BlockClosingReason:
|
563
|
+
'''The BlankLine'''
|
564
|
+
...
|
565
|
+
|
566
|
+
@classmethod
|
567
|
+
@property
|
568
|
+
def FORCE(cls) -> BlockClosingReason:
|
569
|
+
'''The Force value'''
|
570
|
+
...
|
571
|
+
|
572
|
+
...
|
573
|
+
|
574
|
+
class DelimiterState:
|
575
|
+
'''Defines the DelimiterState enum.'''
|
576
|
+
|
577
|
+
@classmethod
|
578
|
+
@property
|
579
|
+
def UNDEFINED(cls) -> DelimiterState:
|
580
|
+
'''The Undefined'''
|
581
|
+
...
|
582
|
+
|
583
|
+
@classmethod
|
584
|
+
@property
|
585
|
+
def ACTIVE(cls) -> DelimiterState:
|
586
|
+
'''The Active'''
|
587
|
+
...
|
588
|
+
|
589
|
+
@classmethod
|
590
|
+
@property
|
591
|
+
def CLOSER(cls) -> DelimiterState:
|
592
|
+
'''The Closer'''
|
593
|
+
...
|
594
|
+
|
595
|
+
@classmethod
|
596
|
+
@property
|
597
|
+
def OPENER(cls) -> DelimiterState:
|
598
|
+
'''The Opener'''
|
599
|
+
...
|
600
|
+
|
601
|
+
...
|
602
|
+
|
603
|
+
class ParsingInstruction:
|
604
|
+
'''The ParsingInstruction enum.'''
|
605
|
+
|
606
|
+
@classmethod
|
607
|
+
@property
|
608
|
+
def NONE(cls) -> ParsingInstruction:
|
609
|
+
'''The None = 0'''
|
610
|
+
...
|
611
|
+
|
612
|
+
@classmethod
|
613
|
+
@property
|
614
|
+
def HANDLED(cls) -> ParsingInstruction:
|
615
|
+
'''The Handled = 1 << 0'''
|
616
|
+
...
|
617
|
+
|
618
|
+
@classmethod
|
619
|
+
@property
|
620
|
+
def CONTINUE(cls) -> ParsingInstruction:
|
621
|
+
'''The Continue = 1 <<'''
|
622
|
+
...
|
623
|
+
|
624
|
+
@classmethod
|
625
|
+
@property
|
626
|
+
def NEXT_LINE(cls) -> ParsingInstruction:
|
627
|
+
'''The NextLine = 1 << 2'''
|
628
|
+
...
|
629
|
+
|
630
|
+
...
|
631
|
+
|
@@ -0,0 +1,55 @@
|
|
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
|
+
|