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,66 @@
|
|
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 GfmSyntaxExtension(aspose.html.toolkit.markdown.syntax.parser.MarkdownSyntaxExtension):
|
57
|
+
'''Defines the GfmSyntaxExtension'''
|
58
|
+
|
59
|
+
def setup(self, builder : aspose.html.toolkit.markdown.syntax.parser.IMarkdownParserBuilder):
|
60
|
+
'''Override the Setup
|
61
|
+
|
62
|
+
:param builder: The builder.'''
|
63
|
+
...
|
64
|
+
|
65
|
+
...
|
66
|
+
|
@@ -0,0 +1,358 @@
|
|
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 SourceText:
|
57
|
+
'''Base class implements the SourceText.'''
|
58
|
+
|
59
|
+
@overload
|
60
|
+
@staticmethod
|
61
|
+
def from_address(text : str) -> aspose.html.toolkit.markdown.syntax.text.SourceText:
|
62
|
+
'''Define the interface for get SourceText from string.
|
63
|
+
|
64
|
+
:param text: The string text.
|
65
|
+
:returns: The SourceText.'''
|
66
|
+
...
|
67
|
+
|
68
|
+
@overload
|
69
|
+
@staticmethod
|
70
|
+
def from_address(text : strencoding : System.Text.Encoding) -> aspose.html.toolkit.markdown.syntax.text.SourceText:
|
71
|
+
'''Define the interface for get SourceText from string and encoding.
|
72
|
+
|
73
|
+
:param text: The string text.
|
74
|
+
:param encoding: The encoding.
|
75
|
+
:returns: The SourceText.'''
|
76
|
+
...
|
77
|
+
|
78
|
+
@overload
|
79
|
+
@staticmethod
|
80
|
+
def from_address(source : List[aspose.html.toolkit.markdown.syntax.text.SourceText]) -> aspose.html.toolkit.markdown.syntax.text.SourceText:
|
81
|
+
'''Define the interface for get SourceText from array of the source.
|
82
|
+
|
83
|
+
:param source: The SourceText.
|
84
|
+
:returns: The SourceText.'''
|
85
|
+
...
|
86
|
+
|
87
|
+
@overload
|
88
|
+
def get_text(self) -> aspose.html.toolkit.markdown.syntax.text.SourceText:
|
89
|
+
'''Define the interface for get Text.
|
90
|
+
|
91
|
+
:returns: The SourceText.'''
|
92
|
+
...
|
93
|
+
|
94
|
+
@overload
|
95
|
+
def get_text(self, span : aspose.html.toolkit.markdown.syntax.text.TextSpan) -> aspose.html.toolkit.markdown.syntax.text.SourceText:
|
96
|
+
'''Define the interface for get Text.
|
97
|
+
|
98
|
+
:param span: The TextSpan.
|
99
|
+
:returns: The SourceText.'''
|
100
|
+
...
|
101
|
+
|
102
|
+
@overload
|
103
|
+
def get_text(self, start : int) -> aspose.html.toolkit.markdown.syntax.text.SourceText:
|
104
|
+
'''Define the interface for get Text.
|
105
|
+
|
106
|
+
:param start: The int start.
|
107
|
+
:returns: The SourceText.'''
|
108
|
+
...
|
109
|
+
|
110
|
+
@overload
|
111
|
+
def to_string(self, start : int) -> str:
|
112
|
+
'''Override the ToString() method.
|
113
|
+
|
114
|
+
:param start: The integer start value.
|
115
|
+
:returns: The string result.'''
|
116
|
+
...
|
117
|
+
|
118
|
+
@overload
|
119
|
+
def to_string(self, start : int, length : int) -> str:
|
120
|
+
'''Defines the interface ToString()
|
121
|
+
|
122
|
+
:param start: The start position.
|
123
|
+
:param length: The length.
|
124
|
+
:returns: The string.'''
|
125
|
+
...
|
126
|
+
|
127
|
+
@overload
|
128
|
+
def to_string(self, span : aspose.html.toolkit.markdown.syntax.text.TextSpan) -> str:
|
129
|
+
'''Defines the interface ToString()
|
130
|
+
|
131
|
+
:param span: The TextSpan.
|
132
|
+
:returns: The string.'''
|
133
|
+
...
|
134
|
+
|
135
|
+
def copy_to(self, source_index : int, destination : List[char], destination_index : int, count : int):
|
136
|
+
'''Define the interface for get SourceText from array of the source.
|
137
|
+
|
138
|
+
:param source_index: The sourceIndex.
|
139
|
+
:param destination: The destination.
|
140
|
+
:param destination_index: The destinationIndex.
|
141
|
+
:param count: The integer count.'''
|
142
|
+
...
|
143
|
+
|
144
|
+
@property
|
145
|
+
def encoding(self) -> System.Text.Encoding:
|
146
|
+
'''Get encoding.'''
|
147
|
+
...
|
148
|
+
|
149
|
+
@property
|
150
|
+
def length(self) -> int:
|
151
|
+
'''Get the length.'''
|
152
|
+
...
|
153
|
+
|
154
|
+
@property
|
155
|
+
def span(self) -> aspose.html.toolkit.markdown.syntax.text.TextSpan:
|
156
|
+
'''Get the span.'''
|
157
|
+
...
|
158
|
+
|
159
|
+
@property
|
160
|
+
def lines(self) -> aspose.html.toolkit.markdown.syntax.text.TextLineCollection:
|
161
|
+
'''Get the Lines collection.'''
|
162
|
+
...
|
163
|
+
|
164
|
+
def __getitem__(self, key : int) -> char:
|
165
|
+
'''Gets the value at the given index.'''
|
166
|
+
...
|
167
|
+
|
168
|
+
...
|
169
|
+
|
170
|
+
class SourceTextReader:
|
171
|
+
'''Represents the SourceTextReader.'''
|
172
|
+
|
173
|
+
@overload
|
174
|
+
def advance(self):
|
175
|
+
'''Increment the position.'''
|
176
|
+
...
|
177
|
+
|
178
|
+
@overload
|
179
|
+
def advance(self, n : int):
|
180
|
+
'''The increment position on N
|
181
|
+
|
182
|
+
:param n: The number.'''
|
183
|
+
...
|
184
|
+
|
185
|
+
@overload
|
186
|
+
def peek(self) -> char:
|
187
|
+
'''Get the character on position or Character.Null
|
188
|
+
|
189
|
+
:returns: the character on position or Character.Null'''
|
190
|
+
...
|
191
|
+
|
192
|
+
@overload
|
193
|
+
def peek(self, delta : int) -> char:
|
194
|
+
'''Get the char.
|
195
|
+
|
196
|
+
:param delta: The delta.
|
197
|
+
:returns: The char at the positon + delta or Character.Null'''
|
198
|
+
...
|
199
|
+
|
200
|
+
def back(self):
|
201
|
+
'''The decrement position.'''
|
202
|
+
...
|
203
|
+
|
204
|
+
def next(self) -> char:
|
205
|
+
'''Get the next character and advance position.
|
206
|
+
|
207
|
+
:returns: The character value.'''
|
208
|
+
...
|
209
|
+
|
210
|
+
def reset(self, index : int):
|
211
|
+
'''Reset position to index
|
212
|
+
|
213
|
+
:param index: The index.'''
|
214
|
+
...
|
215
|
+
|
216
|
+
def get_line_reader(self, auto_sync : bool) -> aspose.html.toolkit.markdown.syntax.text.SourceTextReader:
|
217
|
+
'''Get the SourceTextReader
|
218
|
+
|
219
|
+
:param auto_sync: The autosync.
|
220
|
+
:returns: The SourceTextReader.'''
|
221
|
+
...
|
222
|
+
|
223
|
+
@property
|
224
|
+
def source(self) -> aspose.html.toolkit.markdown.syntax.text.SourceText:
|
225
|
+
'''Get rhe source.'''
|
226
|
+
...
|
227
|
+
|
228
|
+
@property
|
229
|
+
def position(self) -> int:
|
230
|
+
'''Get the position.'''
|
231
|
+
...
|
232
|
+
|
233
|
+
...
|
234
|
+
|
235
|
+
class TextLine:
|
236
|
+
'''Represent the TextLine.'''
|
237
|
+
|
238
|
+
@property
|
239
|
+
def text(self) -> aspose.html.toolkit.markdown.syntax.text.SourceText:
|
240
|
+
'''Get the Text.'''
|
241
|
+
...
|
242
|
+
|
243
|
+
@property
|
244
|
+
def line_number(self) -> int:
|
245
|
+
...
|
246
|
+
|
247
|
+
@property
|
248
|
+
def start(self) -> int:
|
249
|
+
'''Get the start position.'''
|
250
|
+
...
|
251
|
+
|
252
|
+
@property
|
253
|
+
def end(self) -> int:
|
254
|
+
'''Get the end position.'''
|
255
|
+
...
|
256
|
+
|
257
|
+
@property
|
258
|
+
def line_break_length(self) -> int:
|
259
|
+
...
|
260
|
+
|
261
|
+
...
|
262
|
+
|
263
|
+
class TextLineCollection:
|
264
|
+
'''Represents the TextLineCollection.'''
|
265
|
+
|
266
|
+
def index_of(self, position : int) -> int:
|
267
|
+
'''Gets the index of the given position.
|
268
|
+
|
269
|
+
:param position: The position
|
270
|
+
:returns: The index of the collection in the dictionary -or- -1 if the position is not found.'''
|
271
|
+
...
|
272
|
+
|
273
|
+
...
|
274
|
+
|
275
|
+
class TextSpan:
|
276
|
+
'''Represents the text span.'''
|
277
|
+
|
278
|
+
@overload
|
279
|
+
@staticmethod
|
280
|
+
def create_empty() -> aspose.html.toolkit.markdown.syntax.text.TextSpan:
|
281
|
+
'''Create the empty text span.
|
282
|
+
|
283
|
+
:returns: The TextSpan.'''
|
284
|
+
...
|
285
|
+
|
286
|
+
@overload
|
287
|
+
@staticmethod
|
288
|
+
def create_empty(start : int) -> aspose.html.toolkit.markdown.syntax.text.TextSpan:
|
289
|
+
'''Create empty TextSpan from start position.
|
290
|
+
|
291
|
+
:param start: The start position.
|
292
|
+
:returns: The TextSpan.'''
|
293
|
+
...
|
294
|
+
|
295
|
+
def is_empty(self) -> bool:
|
296
|
+
'''Return true if length ==0.
|
297
|
+
|
298
|
+
:returns: The boolean value.'''
|
299
|
+
...
|
300
|
+
|
301
|
+
@staticmethod
|
302
|
+
def combine(left : aspose.html.toolkit.markdown.syntax.text.TextSpanright : aspose.html.toolkit.markdown.syntax.text.TextSpan) -> aspose.html.toolkit.markdown.syntax.text.TextSpan:
|
303
|
+
'''Combines the text spans
|
304
|
+
|
305
|
+
:param left: The left text span.
|
306
|
+
:param right: The right text span.
|
307
|
+
:returns: Combined the text span.'''
|
308
|
+
...
|
309
|
+
|
310
|
+
@staticmethod
|
311
|
+
def create(start : intlength : int) -> aspose.html.toolkit.markdown.syntax.text.TextSpan:
|
312
|
+
'''Create the TextSpan
|
313
|
+
|
314
|
+
:param start: The start position.
|
315
|
+
:param length: The length.
|
316
|
+
:returns: The TextSpan.'''
|
317
|
+
...
|
318
|
+
|
319
|
+
@staticmethod
|
320
|
+
def create_from_start_end(start : intend : int) -> aspose.html.toolkit.markdown.syntax.text.TextSpan:
|
321
|
+
'''Create the TextSpan
|
322
|
+
|
323
|
+
:param start: The start position.
|
324
|
+
:param end: The end position.
|
325
|
+
:returns: The TextSpan.'''
|
326
|
+
...
|
327
|
+
|
328
|
+
def compare_to(self, other : aspose.html.toolkit.markdown.syntax.text.TextSpan) -> int:
|
329
|
+
'''Compare with other TextSpan
|
330
|
+
|
331
|
+
:param other: The other TextSpan.
|
332
|
+
:returns: The start position of difference.'''
|
333
|
+
...
|
334
|
+
|
335
|
+
def equals(self, other : aspose.html.toolkit.markdown.syntax.text.TextSpan) -> bool:
|
336
|
+
'''Compare with other TextSpan
|
337
|
+
|
338
|
+
:param other: The other TextSpan
|
339
|
+
:returns: The if both TextSpan are equal.'''
|
340
|
+
...
|
341
|
+
|
342
|
+
@property
|
343
|
+
def start(self) -> int:
|
344
|
+
'''Get the Start index.'''
|
345
|
+
...
|
346
|
+
|
347
|
+
@property
|
348
|
+
def end(self) -> int:
|
349
|
+
'''Get the End index.'''
|
350
|
+
...
|
351
|
+
|
352
|
+
@property
|
353
|
+
def length(self) -> int:
|
354
|
+
'''Get the length.'''
|
355
|
+
...
|
356
|
+
|
357
|
+
...
|
358
|
+
|
@@ -0,0 +1,233 @@
|
|
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 SVGOptimizationOptions:
|
57
|
+
'''SVGOptimizationOptions is a class for storing options for optimizing SVG documents.'''
|
58
|
+
|
59
|
+
@property
|
60
|
+
def collapse_groups(self) -> bool:
|
61
|
+
...
|
62
|
+
|
63
|
+
@collapse_groups.setter
|
64
|
+
def collapse_groups(self, value : bool):
|
65
|
+
...
|
66
|
+
|
67
|
+
@property
|
68
|
+
def remove_descriptions(self) -> bool:
|
69
|
+
...
|
70
|
+
|
71
|
+
@remove_descriptions.setter
|
72
|
+
def remove_descriptions(self, value : bool):
|
73
|
+
...
|
74
|
+
|
75
|
+
@property
|
76
|
+
def remove_empty_attributes(self) -> bool:
|
77
|
+
...
|
78
|
+
|
79
|
+
@remove_empty_attributes.setter
|
80
|
+
def remove_empty_attributes(self, value : bool):
|
81
|
+
...
|
82
|
+
|
83
|
+
@property
|
84
|
+
def remove_empty_containers(self) -> bool:
|
85
|
+
...
|
86
|
+
|
87
|
+
@remove_empty_containers.setter
|
88
|
+
def remove_empty_containers(self, value : bool):
|
89
|
+
...
|
90
|
+
|
91
|
+
@property
|
92
|
+
def remove_empty_text(self) -> bool:
|
93
|
+
...
|
94
|
+
|
95
|
+
@remove_empty_text.setter
|
96
|
+
def remove_empty_text(self, value : bool):
|
97
|
+
...
|
98
|
+
|
99
|
+
@property
|
100
|
+
def remove_hidden_elements(self) -> bool:
|
101
|
+
...
|
102
|
+
|
103
|
+
@remove_hidden_elements.setter
|
104
|
+
def remove_hidden_elements(self, value : bool):
|
105
|
+
...
|
106
|
+
|
107
|
+
@property
|
108
|
+
def remove_metadata(self) -> bool:
|
109
|
+
...
|
110
|
+
|
111
|
+
@remove_metadata.setter
|
112
|
+
def remove_metadata(self, value : bool):
|
113
|
+
...
|
114
|
+
|
115
|
+
@property
|
116
|
+
def remove_unused_namespaces(self) -> bool:
|
117
|
+
...
|
118
|
+
|
119
|
+
@remove_unused_namespaces.setter
|
120
|
+
def remove_unused_namespaces(self, value : bool):
|
121
|
+
...
|
122
|
+
|
123
|
+
@property
|
124
|
+
def remove_unused_defs(self) -> bool:
|
125
|
+
...
|
126
|
+
|
127
|
+
@remove_unused_defs.setter
|
128
|
+
def remove_unused_defs(self, value : bool):
|
129
|
+
...
|
130
|
+
|
131
|
+
@property
|
132
|
+
def remove_useless_stroke_and_fill(self) -> bool:
|
133
|
+
...
|
134
|
+
|
135
|
+
@remove_useless_stroke_and_fill.setter
|
136
|
+
def remove_useless_stroke_and_fill(self, value : bool):
|
137
|
+
...
|
138
|
+
|
139
|
+
@property
|
140
|
+
def clean_list_of_values(self) -> bool:
|
141
|
+
...
|
142
|
+
|
143
|
+
@clean_list_of_values.setter
|
144
|
+
def clean_list_of_values(self, value : bool):
|
145
|
+
...
|
146
|
+
|
147
|
+
@property
|
148
|
+
def remove_indents_and_line_breaks(self) -> bool:
|
149
|
+
...
|
150
|
+
|
151
|
+
@remove_indents_and_line_breaks.setter
|
152
|
+
def remove_indents_and_line_breaks(self, value : bool):
|
153
|
+
...
|
154
|
+
|
155
|
+
@property
|
156
|
+
def path_optimization_options(self) -> aspose.html.toolkit.optimizers.SVGPathOptimizationOptions:
|
157
|
+
...
|
158
|
+
|
159
|
+
@path_optimization_options.setter
|
160
|
+
def path_optimization_options(self, value : aspose.html.toolkit.optimizers.SVGPathOptimizationOptions):
|
161
|
+
...
|
162
|
+
|
163
|
+
...
|
164
|
+
|
165
|
+
class SVGOptimizer:
|
166
|
+
'''SVGOptimizer is a static class designed to optimize SVG documents.
|
167
|
+
By optimization, we mean removing unused or invisible elements and their attributes,
|
168
|
+
merging groups, and reducing the size of path segments.'''
|
169
|
+
|
170
|
+
@overload
|
171
|
+
@staticmethod
|
172
|
+
def optimize(document : aspose.html.dom.svg.SVGDocument):
|
173
|
+
'''Optimizes :py:class:`aspose.html.dom.svg.SVGDocument` by applying a set of default optimization options.
|
174
|
+
|
175
|
+
:param document: The instance of SVGDocument.'''
|
176
|
+
...
|
177
|
+
|
178
|
+
@overload
|
179
|
+
@staticmethod
|
180
|
+
def optimize(document : aspose.html.dom.svg.SVGDocumentoptions : aspose.html.toolkit.optimizers.SVGOptimizationOptions):
|
181
|
+
'''Optimizes :py:class:`aspose.html.dom.svg.SVGDocument` by applying a set of specified optimization options.
|
182
|
+
|
183
|
+
:param document: The instance of SVGDocument.
|
184
|
+
:param options: The instance of SVGOptimizationOptions.'''
|
185
|
+
...
|
186
|
+
|
187
|
+
...
|
188
|
+
|
189
|
+
class SVGPathOptimizationOptions:
|
190
|
+
'''SVGPathOptimizationOptions is a class for storing options for optimizing segments of SVG path elements.'''
|
191
|
+
|
192
|
+
@property
|
193
|
+
def remove_space_after_flags(self) -> bool:
|
194
|
+
...
|
195
|
+
|
196
|
+
@remove_space_after_flags.setter
|
197
|
+
def remove_space_after_flags(self, value : bool):
|
198
|
+
...
|
199
|
+
|
200
|
+
@property
|
201
|
+
def apply_transforms(self) -> bool:
|
202
|
+
...
|
203
|
+
|
204
|
+
@apply_transforms.setter
|
205
|
+
def apply_transforms(self, value : bool):
|
206
|
+
...
|
207
|
+
|
208
|
+
@property
|
209
|
+
def float_precision(self) -> int:
|
210
|
+
...
|
211
|
+
|
212
|
+
@float_precision.setter
|
213
|
+
def float_precision(self, value : int):
|
214
|
+
...
|
215
|
+
|
216
|
+
@property
|
217
|
+
def arc_building_threshold(self) -> float:
|
218
|
+
...
|
219
|
+
|
220
|
+
@arc_building_threshold.setter
|
221
|
+
def arc_building_threshold(self, value : float):
|
222
|
+
...
|
223
|
+
|
224
|
+
@property
|
225
|
+
def arc_building_tolerance(self) -> float:
|
226
|
+
...
|
227
|
+
|
228
|
+
@arc_building_tolerance.setter
|
229
|
+
def arc_building_tolerance(self, value : float):
|
230
|
+
...
|
231
|
+
|
232
|
+
...
|
233
|
+
|