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,513 @@
|
|
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 ByteArrayContent(Content):
|
57
|
+
'''Represents content based on a byte array.'''
|
58
|
+
|
59
|
+
def read_as_stream(self) -> io.RawIOBase:
|
60
|
+
'''Serialize the HTTP content and return a stream that represents the content.
|
61
|
+
|
62
|
+
:returns: Serialized stream that represents the content'''
|
63
|
+
...
|
64
|
+
|
65
|
+
def read_as_byte_array(self) -> bytes:
|
66
|
+
'''Serialize the HTTP content and return a byte array that represents the content.
|
67
|
+
|
68
|
+
:returns: Serialized byte array that represents the content'''
|
69
|
+
...
|
70
|
+
|
71
|
+
def read_as_string(self) -> str:
|
72
|
+
'''Serialize the HTTP content and return a string that represents the content.
|
73
|
+
|
74
|
+
:returns: Serialized string that represents the content'''
|
75
|
+
...
|
76
|
+
|
77
|
+
@property
|
78
|
+
def headers(self) -> aspose.html.net.ContentHeaders:
|
79
|
+
'''Gets the HTTP content headers.'''
|
80
|
+
...
|
81
|
+
|
82
|
+
...
|
83
|
+
|
84
|
+
class Content:
|
85
|
+
'''Represents a base class for an HTTP entity body and content headers.'''
|
86
|
+
|
87
|
+
def read_as_stream(self) -> io.RawIOBase:
|
88
|
+
'''Serialize the HTTP content and return a stream that represents the content.
|
89
|
+
|
90
|
+
:returns: Serialized stream that represents the content'''
|
91
|
+
...
|
92
|
+
|
93
|
+
def read_as_byte_array(self) -> bytes:
|
94
|
+
'''Serialize the HTTP content and return a byte array that represents the content.
|
95
|
+
|
96
|
+
:returns: Serialized byte array that represents the content'''
|
97
|
+
...
|
98
|
+
|
99
|
+
def read_as_string(self) -> str:
|
100
|
+
'''Serialize the HTTP content and return a string that represents the content.
|
101
|
+
|
102
|
+
:returns: Serialized string that represents the content'''
|
103
|
+
...
|
104
|
+
|
105
|
+
@property
|
106
|
+
def headers(self) -> aspose.html.net.ContentHeaders:
|
107
|
+
'''Gets the HTTP content headers.'''
|
108
|
+
...
|
109
|
+
|
110
|
+
...
|
111
|
+
|
112
|
+
class ContentHeaders:
|
113
|
+
'''Contains the headers associated with a content.'''
|
114
|
+
|
115
|
+
@property
|
116
|
+
def content_type(self) -> aspose.html.net.headers.ContentTypeHeaderValue:
|
117
|
+
...
|
118
|
+
|
119
|
+
...
|
120
|
+
|
121
|
+
class FormUrlEncodedContent(ByteArrayContent):
|
122
|
+
'''A container for name/value tuples encoded using application/x-www-form-urlencoded MIME type.'''
|
123
|
+
|
124
|
+
def read_as_stream(self) -> io.RawIOBase:
|
125
|
+
'''Serialize the HTTP content and return a stream that represents the content.
|
126
|
+
|
127
|
+
:returns: Serialized stream that represents the content'''
|
128
|
+
...
|
129
|
+
|
130
|
+
def read_as_byte_array(self) -> bytes:
|
131
|
+
'''Serialize the HTTP content and return a byte array that represents the content.
|
132
|
+
|
133
|
+
:returns: Serialized byte array that represents the content'''
|
134
|
+
...
|
135
|
+
|
136
|
+
def read_as_string(self) -> str:
|
137
|
+
'''Serialize the HTTP content and return a string that represents the content.
|
138
|
+
|
139
|
+
:returns: Serialized string that represents the content'''
|
140
|
+
...
|
141
|
+
|
142
|
+
@property
|
143
|
+
def headers(self) -> aspose.html.net.ContentHeaders:
|
144
|
+
'''Gets the HTTP content headers.'''
|
145
|
+
...
|
146
|
+
|
147
|
+
...
|
148
|
+
|
149
|
+
class HttpMethod:
|
150
|
+
'''Represents utility class for retrieving and comparing standard HTTP methods.'''
|
151
|
+
|
152
|
+
def equals(self, other : aspose.html.net.HttpMethod) -> bool:
|
153
|
+
'''Indicates whether the current object is equal to another object of the same type.
|
154
|
+
|
155
|
+
:param other: An object to compare with this object.
|
156
|
+
:returns: true if the current object is equal to the ``other`` parameter; otherwise, false.'''
|
157
|
+
...
|
158
|
+
|
159
|
+
@classmethod
|
160
|
+
@property
|
161
|
+
def get(cls) -> aspose.html.net.HttpMethod:
|
162
|
+
'''Represents an HTTP GET protocol method.'''
|
163
|
+
...
|
164
|
+
|
165
|
+
@classmethod
|
166
|
+
@property
|
167
|
+
def put(cls) -> aspose.html.net.HttpMethod:
|
168
|
+
'''Represents an HTTP PUT protocol method.'''
|
169
|
+
...
|
170
|
+
|
171
|
+
@classmethod
|
172
|
+
@property
|
173
|
+
def post(cls) -> aspose.html.net.HttpMethod:
|
174
|
+
'''Represents an HTTP POST protocol method.'''
|
175
|
+
...
|
176
|
+
|
177
|
+
@classmethod
|
178
|
+
@property
|
179
|
+
def delete(cls) -> aspose.html.net.HttpMethod:
|
180
|
+
'''Represents an HTTP DELETE protocol method.'''
|
181
|
+
...
|
182
|
+
|
183
|
+
...
|
184
|
+
|
185
|
+
class INetwork:
|
186
|
+
'''Provides an interface for network services.'''
|
187
|
+
|
188
|
+
def send(self, message : aspose.html.net.RequestMessage) -> aspose.html.net.ResponseMessage:
|
189
|
+
'''Sends a :py:class:`aspose.html.net.RequestMessage` message.
|
190
|
+
|
191
|
+
:param message: The message to send.
|
192
|
+
:returns: A :py:class:`aspose.html.net.ResponseMessage` message'''
|
193
|
+
...
|
194
|
+
|
195
|
+
...
|
196
|
+
|
197
|
+
class INetworkOperationContext:
|
198
|
+
'''Provides contextual information for the network services.'''
|
199
|
+
|
200
|
+
@property
|
201
|
+
def request(self) -> aspose.html.net.RequestMessage:
|
202
|
+
'''Gets the request message.'''
|
203
|
+
...
|
204
|
+
|
205
|
+
@request.setter
|
206
|
+
def request(self, value : aspose.html.net.RequestMessage):
|
207
|
+
'''Sets the request message.'''
|
208
|
+
...
|
209
|
+
|
210
|
+
@property
|
211
|
+
def response(self) -> aspose.html.net.ResponseMessage:
|
212
|
+
'''Gets the response message.'''
|
213
|
+
...
|
214
|
+
|
215
|
+
@response.setter
|
216
|
+
def response(self, value : aspose.html.net.ResponseMessage):
|
217
|
+
'''Sets the response message.'''
|
218
|
+
...
|
219
|
+
|
220
|
+
...
|
221
|
+
|
222
|
+
class MessageFilter:
|
223
|
+
'''Represents abstract base class for different classes of filters used to query messages'''
|
224
|
+
|
225
|
+
def match(self, context : aspose.html.net.INetworkOperationContext) -> bool:
|
226
|
+
'''When overridden in a derived class, tests whether a Context satisfies the filter criteria.
|
227
|
+
|
228
|
+
:param context: The context.
|
229
|
+
:returns: true if the Context object satisfies the filter criteria; otherwise, false.'''
|
230
|
+
...
|
231
|
+
|
232
|
+
...
|
233
|
+
|
234
|
+
class MessageHandler:
|
235
|
+
'''Represents a base type for message handlers.'''
|
236
|
+
|
237
|
+
def invoke(self, context : aspose.html.net.INetworkOperationContext):
|
238
|
+
'''When overridden in a derived class is used to implement the message handling.
|
239
|
+
|
240
|
+
:param context: The context.'''
|
241
|
+
...
|
242
|
+
|
243
|
+
@property
|
244
|
+
def filters(self) -> Any:
|
245
|
+
'''Gets the filters list that are corresponding to the specified handler type.'''
|
246
|
+
...
|
247
|
+
|
248
|
+
...
|
249
|
+
|
250
|
+
class MessageHandlerCollection:
|
251
|
+
'''Represents collection of the :py:class:`aspose.html.net.MessageHandler`.'''
|
252
|
+
|
253
|
+
...
|
254
|
+
|
255
|
+
class MultipartContent(Content):
|
256
|
+
'''Represents a multipart/* content.'''
|
257
|
+
|
258
|
+
def read_as_stream(self) -> io.RawIOBase:
|
259
|
+
'''Serialize the HTTP content and return a stream that represents the content.
|
260
|
+
|
261
|
+
:returns: Serialized stream that represents the content'''
|
262
|
+
...
|
263
|
+
|
264
|
+
def read_as_byte_array(self) -> bytes:
|
265
|
+
'''Serialize the HTTP content and return a byte array that represents the content.
|
266
|
+
|
267
|
+
:returns: Serialized byte array that represents the content'''
|
268
|
+
...
|
269
|
+
|
270
|
+
def read_as_string(self) -> str:
|
271
|
+
'''Serialize the HTTP content and return a string that represents the content.
|
272
|
+
|
273
|
+
:returns: Serialized string that represents the content'''
|
274
|
+
...
|
275
|
+
|
276
|
+
def add(self, content : aspose.html.net.Content):
|
277
|
+
'''Add a new content to the :py:class:`aspose.html.net.MultipartContent`
|
278
|
+
|
279
|
+
:param content: Content to be added to the :py:class:`aspose.html.net.MultipartContent`'''
|
280
|
+
...
|
281
|
+
|
282
|
+
@property
|
283
|
+
def headers(self) -> aspose.html.net.ContentHeaders:
|
284
|
+
'''Gets the HTTP content headers.'''
|
285
|
+
...
|
286
|
+
|
287
|
+
...
|
288
|
+
|
289
|
+
class MultipartFormDataContent(MultipartContent):
|
290
|
+
'''Represent content for multipart/form-data encoding algorithm'''
|
291
|
+
|
292
|
+
@overload
|
293
|
+
def add(self, content : aspose.html.net.Content):
|
294
|
+
'''Add the content to the :py:class:`aspose.html.net.MultipartFormDataContent` class
|
295
|
+
|
296
|
+
:param content: The content.'''
|
297
|
+
...
|
298
|
+
|
299
|
+
@overload
|
300
|
+
def add(self, content : aspose.html.net.Content, name : str):
|
301
|
+
'''Add the content to the :py:class:`aspose.html.net.MultipartFormDataContent` class with field name parameter
|
302
|
+
|
303
|
+
:param content: The content.
|
304
|
+
:param name: The field name.'''
|
305
|
+
...
|
306
|
+
|
307
|
+
@overload
|
308
|
+
def add(self, content : aspose.html.net.Content, name : str, file_name : str):
|
309
|
+
'''Add the content to the :py:class:`aspose.html.net.MultipartFormDataContent` class with field and file name parameter
|
310
|
+
|
311
|
+
:param content: The content.
|
312
|
+
:param name: The field name.
|
313
|
+
:param file_name: The file name.'''
|
314
|
+
...
|
315
|
+
|
316
|
+
def read_as_stream(self) -> io.RawIOBase:
|
317
|
+
'''Serialize the HTTP content and return a stream that represents the content.
|
318
|
+
|
319
|
+
:returns: Serialized stream that represents the content'''
|
320
|
+
...
|
321
|
+
|
322
|
+
def read_as_byte_array(self) -> bytes:
|
323
|
+
'''Serialize the HTTP content and return a byte array that represents the content.
|
324
|
+
|
325
|
+
:returns: Serialized byte array that represents the content'''
|
326
|
+
...
|
327
|
+
|
328
|
+
def read_as_string(self) -> str:
|
329
|
+
'''Serialize the HTTP content and return a string that represents the content.
|
330
|
+
|
331
|
+
:returns: Serialized string that represents the content'''
|
332
|
+
...
|
333
|
+
|
334
|
+
@property
|
335
|
+
def headers(self) -> aspose.html.net.ContentHeaders:
|
336
|
+
'''Gets the HTTP content headers.'''
|
337
|
+
...
|
338
|
+
|
339
|
+
...
|
340
|
+
|
341
|
+
class RequestHeaders:
|
342
|
+
'''Contains protocol headers associated with a request.'''
|
343
|
+
|
344
|
+
...
|
345
|
+
|
346
|
+
class RequestMessage:
|
347
|
+
'''Represents a request message.'''
|
348
|
+
|
349
|
+
@property
|
350
|
+
def method(self) -> aspose.html.net.HttpMethod:
|
351
|
+
'''Gets the :py:class:`aspose.html.net.HttpMethod`.'''
|
352
|
+
...
|
353
|
+
|
354
|
+
@method.setter
|
355
|
+
def method(self, value : aspose.html.net.HttpMethod):
|
356
|
+
'''Sets the :py:class:`aspose.html.net.HttpMethod`.'''
|
357
|
+
...
|
358
|
+
|
359
|
+
@property
|
360
|
+
def request_uri(self) -> aspose.html.Url:
|
361
|
+
...
|
362
|
+
|
363
|
+
@request_uri.setter
|
364
|
+
def request_uri(self, value : aspose.html.Url):
|
365
|
+
...
|
366
|
+
|
367
|
+
@property
|
368
|
+
def headers(self) -> aspose.html.net.RequestHeaders:
|
369
|
+
'''Gets the :py:class:`aspose.html.net.RequestHeaders`.'''
|
370
|
+
...
|
371
|
+
|
372
|
+
@property
|
373
|
+
def content(self) -> aspose.html.net.Content:
|
374
|
+
'''Gets the request content.'''
|
375
|
+
...
|
376
|
+
|
377
|
+
@content.setter
|
378
|
+
def content(self, value : aspose.html.net.Content):
|
379
|
+
'''Sets the request content.'''
|
380
|
+
...
|
381
|
+
|
382
|
+
@property
|
383
|
+
def timeout(self) -> TimeSpan:
|
384
|
+
'''The number of milliseconds to wait before the request times out. The default value is 100,000 milliseconds (100 seconds).'''
|
385
|
+
...
|
386
|
+
|
387
|
+
@timeout.setter
|
388
|
+
def timeout(self, value : TimeSpan):
|
389
|
+
'''The number of milliseconds to wait before the request times out. The default value is 100,000 milliseconds (100 seconds).'''
|
390
|
+
...
|
391
|
+
|
392
|
+
@property
|
393
|
+
def pre_authenticate(self) -> bool:
|
394
|
+
...
|
395
|
+
|
396
|
+
@pre_authenticate.setter
|
397
|
+
def pre_authenticate(self, value : bool):
|
398
|
+
...
|
399
|
+
|
400
|
+
...
|
401
|
+
|
402
|
+
class ResponseHeaders:
|
403
|
+
'''Contains protocol headers associated with a response.'''
|
404
|
+
|
405
|
+
@property
|
406
|
+
def content_type(self) -> aspose.html.net.headers.ContentTypeHeaderValue:
|
407
|
+
...
|
408
|
+
|
409
|
+
...
|
410
|
+
|
411
|
+
class ResponseMessage:
|
412
|
+
'''Represents a response message.'''
|
413
|
+
|
414
|
+
@property
|
415
|
+
def headers(self) -> aspose.html.net.ResponseHeaders:
|
416
|
+
'''Gets the headers.'''
|
417
|
+
...
|
418
|
+
|
419
|
+
@property
|
420
|
+
def content(self) -> aspose.html.net.Content:
|
421
|
+
'''Gets the response content.'''
|
422
|
+
...
|
423
|
+
|
424
|
+
@content.setter
|
425
|
+
def content(self, value : aspose.html.net.Content):
|
426
|
+
'''Sets the response content.'''
|
427
|
+
...
|
428
|
+
|
429
|
+
@property
|
430
|
+
def request(self) -> aspose.html.net.RequestMessage:
|
431
|
+
'''Gets the associated request.'''
|
432
|
+
...
|
433
|
+
|
434
|
+
@request.setter
|
435
|
+
def request(self, value : aspose.html.net.RequestMessage):
|
436
|
+
'''Sets the associated request.'''
|
437
|
+
...
|
438
|
+
|
439
|
+
@property
|
440
|
+
def is_success(self) -> bool:
|
441
|
+
...
|
442
|
+
|
443
|
+
...
|
444
|
+
|
445
|
+
class StreamContent(Content):
|
446
|
+
'''Represents content based on a stream.'''
|
447
|
+
|
448
|
+
def read_as_stream(self) -> io.RawIOBase:
|
449
|
+
'''Serialize the HTTP content and return a stream that represents the content.
|
450
|
+
|
451
|
+
:returns: Serialized stream that represents the content'''
|
452
|
+
...
|
453
|
+
|
454
|
+
def read_as_byte_array(self) -> bytes:
|
455
|
+
'''Serialize the HTTP content and return a byte array that represents the content.
|
456
|
+
|
457
|
+
:returns: Serialized byte array that represents the content'''
|
458
|
+
...
|
459
|
+
|
460
|
+
def read_as_string(self) -> str:
|
461
|
+
'''Serialize the HTTP content and return a string that represents the content.
|
462
|
+
|
463
|
+
:returns: Serialized string that represents the content'''
|
464
|
+
...
|
465
|
+
|
466
|
+
@property
|
467
|
+
def headers(self) -> aspose.html.net.ContentHeaders:
|
468
|
+
'''Gets the HTTP content headers.'''
|
469
|
+
...
|
470
|
+
|
471
|
+
...
|
472
|
+
|
473
|
+
class StringContent(ByteArrayContent):
|
474
|
+
'''Represents content based on a string.'''
|
475
|
+
|
476
|
+
def read_as_stream(self) -> io.RawIOBase:
|
477
|
+
'''Serialize the HTTP content and return a stream that represents the content.
|
478
|
+
|
479
|
+
:returns: Serialized stream that represents the content'''
|
480
|
+
...
|
481
|
+
|
482
|
+
def read_as_byte_array(self) -> bytes:
|
483
|
+
'''Serialize the HTTP content and return a byte array that represents the content.
|
484
|
+
|
485
|
+
:returns: Serialized byte array that represents the content'''
|
486
|
+
...
|
487
|
+
|
488
|
+
def read_as_string(self) -> str:
|
489
|
+
'''Serialize the HTTP content and return a string that represents the content.
|
490
|
+
|
491
|
+
:returns: Serialized string that represents the content'''
|
492
|
+
...
|
493
|
+
|
494
|
+
@property
|
495
|
+
def headers(self) -> aspose.html.net.ContentHeaders:
|
496
|
+
'''Gets the HTTP content headers.'''
|
497
|
+
...
|
498
|
+
|
499
|
+
...
|
500
|
+
|
501
|
+
class UrlResolver:
|
502
|
+
'''Represents utility class for resolving absolute URL by a Uniform Resource Identifier (URI).'''
|
503
|
+
|
504
|
+
def resolve(self, base_uri : str, relative_uri : str) -> aspose.html.Url:
|
505
|
+
'''Resolves the absolute URI from the base and relative URIs.
|
506
|
+
|
507
|
+
:param base_uri: The base URI.
|
508
|
+
:param relative_uri: The relative URI.
|
509
|
+
:returns: The absolute URI'''
|
510
|
+
...
|
511
|
+
|
512
|
+
...
|
513
|
+
|
@@ -0,0 +1,147 @@
|
|
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 ContentDispositionHeaderValue:
|
57
|
+
'''Represent Content-Disposition header value.'''
|
58
|
+
|
59
|
+
@property
|
60
|
+
def disposition_type(self) -> str:
|
61
|
+
...
|
62
|
+
|
63
|
+
@disposition_type.setter
|
64
|
+
def disposition_type(self, value : str):
|
65
|
+
...
|
66
|
+
|
67
|
+
@property
|
68
|
+
def parameters(self) -> List[aspose.html.net.headers.NameValueHeaderValue]:
|
69
|
+
'''Get collection of paremeters'''
|
70
|
+
...
|
71
|
+
|
72
|
+
@property
|
73
|
+
def name(self) -> str:
|
74
|
+
'''The name for a content body part.'''
|
75
|
+
...
|
76
|
+
|
77
|
+
@name.setter
|
78
|
+
def name(self, value : str):
|
79
|
+
'''The name for a content body part.'''
|
80
|
+
...
|
81
|
+
|
82
|
+
@property
|
83
|
+
def file_name(self) -> str:
|
84
|
+
...
|
85
|
+
|
86
|
+
@file_name.setter
|
87
|
+
def file_name(self, value : str):
|
88
|
+
...
|
89
|
+
|
90
|
+
...
|
91
|
+
|
92
|
+
class ContentTypeHeaderValue(NameValueHeaderValue):
|
93
|
+
'''Represents a Content-Type header value.'''
|
94
|
+
|
95
|
+
@property
|
96
|
+
def name(self) -> str:
|
97
|
+
'''Gets the parameter name.'''
|
98
|
+
...
|
99
|
+
|
100
|
+
@property
|
101
|
+
def value(self) -> str:
|
102
|
+
'''Gets the parameter value.'''
|
103
|
+
...
|
104
|
+
|
105
|
+
@value.setter
|
106
|
+
def value(self, value : str):
|
107
|
+
'''Sets the parameter value.'''
|
108
|
+
...
|
109
|
+
|
110
|
+
@property
|
111
|
+
def char_set(self) -> str:
|
112
|
+
...
|
113
|
+
|
114
|
+
@char_set.setter
|
115
|
+
def char_set(self, value : str):
|
116
|
+
...
|
117
|
+
|
118
|
+
@property
|
119
|
+
def media_type(self) -> aspose.html.MimeType:
|
120
|
+
...
|
121
|
+
|
122
|
+
@media_type.setter
|
123
|
+
def media_type(self, value : aspose.html.MimeType):
|
124
|
+
...
|
125
|
+
|
126
|
+
...
|
127
|
+
|
128
|
+
class NameValueHeaderValue:
|
129
|
+
'''Represents a name/value pair that describe a header value.'''
|
130
|
+
|
131
|
+
@property
|
132
|
+
def name(self) -> str:
|
133
|
+
'''Gets the parameter name.'''
|
134
|
+
...
|
135
|
+
|
136
|
+
@property
|
137
|
+
def value(self) -> str:
|
138
|
+
'''Gets the parameter value.'''
|
139
|
+
...
|
140
|
+
|
141
|
+
@value.setter
|
142
|
+
def value(self, value : str):
|
143
|
+
'''Sets the parameter value.'''
|
144
|
+
...
|
145
|
+
|
146
|
+
...
|
147
|
+
|