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