aspose-gis-net 24.12.0__py3-none-win_amd64.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.
Potentially problematic release.
This version of aspose-gis-net might be problematic. Click here for more details.
- .__pyi_patched +0 -0
- aspose/__init__.py +82 -0
- aspose/__pyinstaller/__init__.pyi +1 -0
- aspose/__pyinstaller/hook-aspose.py +10 -0
- aspose/assemblies/gis/Aspose.GIS.dll +0 -0
- aspose/assemblies/gis/Microsoft.Win32.SystemEvents.dll +0 -0
- aspose/assemblies/gis/Newtonsoft.Json.dll +0 -0
- aspose/assemblies/gis/System.Drawing.Common.dll +0 -0
- aspose/assemblies/gis/WrpInterop.Aspose.Gis.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/pyio/WrpInterop.Aspose.PyIO.dll +0 -0
- aspose/assemblies/pyreflection/WrpInterop.Aspose.PyReflection.dll +0 -0
- aspose/gis/__init__.pyi +2535 -0
- aspose/gis/__nuitka/__init__.pyi +1 -0
- aspose/gis/__nuitka/aspose-gis.nuitka-package.config.yml +20 -0
- aspose/gis/__pyinstaller/__init__.pyi +1 -0
- aspose/gis/__pyinstaller/hook-aspose.gis.py +9 -0
- aspose/gis/common/__init__.pyi +1028 -0
- aspose/gis/common/formats/__init__.pyi +98 -0
- aspose/gis/common/formats/dbase/__init__.pyi +250 -0
- aspose/gis/common/formats/gdbtable/__init__.pyi +1022 -0
- aspose/gis/common/formats/mapinfo/__init__.pyi +346 -0
- aspose/gis/common/formats/mapinfo/graphicalobjects/__init__.pyi +662 -0
- aspose/gis/common/formats/mapinfo/interchangeformat/__init__.pyi +217 -0
- aspose/gis/common/formats/mapinfo/styling/__init__.pyi +163 -0
- aspose/gis/common/formats/mapinfo/tabformat/__init__.pyi +139 -0
- aspose/gis/common/formats/mapinfo/tabformat/map/__init__.pyi +430 -0
- aspose/gis/common/formats/wkb/__init__.pyi +120 -0
- aspose/gis/common/formats/wkt/__init__.pyi +420 -0
- aspose/gis/common/formats/xml/__init__.pyi +173 -0
- aspose/gis/common/io/__init__.pyi +290 -0
- aspose/gis/epsg/__init__.pyi +357 -0
- aspose/gis/formats/__init__.pyi +91 -0
- aspose/gis/formats/bmpw/__init__.pyi +134 -0
- aspose/gis/formats/csv/__init__.pyi +608 -0
- aspose/gis/formats/database/__init__.pyi +173 -0
- aspose/gis/formats/database/dataediting/__init__.pyi +105 -0
- aspose/gis/formats/database/fromdefinition/__init__.pyi +141 -0
- aspose/gis/formats/esriascii/__init__.pyi +292 -0
- aspose/gis/formats/esrijson/__init__.pyi +512 -0
- aspose/gis/formats/filegdb/__init__.pyi +722 -0
- aspose/gis/formats/gdal/__init__.pyi +478 -0
- aspose/gis/formats/geojson/__init__.pyi +620 -0
- aspose/gis/formats/geojsonseq/__init__.pyi +572 -0
- aspose/gis/formats/geotiff/__init__.pyi +292 -0
- aspose/gis/formats/gml/__init__.pyi +545 -0
- aspose/gis/formats/gpx/__init__.pyi +543 -0
- aspose/gis/formats/infile/__init__.pyi +582 -0
- aspose/gis/formats/inmemory/__init__.pyi +337 -0
- aspose/gis/formats/jpegw/__init__.pyi +134 -0
- aspose/gis/formats/kml/__init__.pyi +556 -0
- aspose/gis/formats/kml/styles/__init__.pyi +636 -0
- aspose/gis/formats/mapinfointerchange/__init__.pyi +501 -0
- aspose/gis/formats/mapinfotab/__init__.pyi +530 -0
- aspose/gis/formats/osmxml/__init__.pyi +543 -0
- aspose/gis/formats/pngw/__init__.pyi +134 -0
- aspose/gis/formats/postgis/__init__.pyi +262 -0
- aspose/gis/formats/shapefile/__init__.pyi +511 -0
- aspose/gis/formats/sqlserver/__init__.pyi +248 -0
- aspose/gis/formats/tiffw/__init__.pyi +134 -0
- aspose/gis/formats/topojson/__init__.pyi +596 -0
- aspose/gis/formats/worldfile/__init__.pyi +134 -0
- aspose/gis/formats/xyztile/__init__.pyi +132 -0
- aspose/gis/geometries/__init__.pyi +15970 -0
- aspose/gis/geotools/__init__.pyi +519 -0
- aspose/gis/geotools/extensions/__init__.pyi +107 -0
- aspose/gis/geotools/layersmap/__init__.pyi +311 -0
- aspose/gis/geotools/mapbuilder/__init__.pyi +141 -0
- aspose/gis/geotools/wayanalyzer/__init__.pyi +187 -0
- aspose/gis/imagemetadata/__init__.pyi +297 -0
- aspose/gis/indexing/__init__.pyi +103 -0
- aspose/gis/indexing/bplustree/__init__.pyi +118 -0
- aspose/gis/indexing/qixtree/__init__.pyi +121 -0
- aspose/gis/indexing/rtree/__init__.pyi +153 -0
- aspose/gis/labeling/__init__.pyi +235 -0
- aspose/gis/labeling/line/__init__.pyi +279 -0
- aspose/gis/painting/__init__.pyi +790 -0
- aspose/gis/projections/__init__.pyi +272 -0
- aspose/gis/py.typed +0 -0
- aspose/gis/raster/__init__.pyi +586 -0
- aspose/gis/raster/web/__init__.pyi +127 -0
- aspose/gis/relationship/__init__.pyi +91 -0
- aspose/gis/relationship/joins/__init__.pyi +161 -0
- aspose/gis/rendering/__init__.pyi +572 -0
- aspose/gis/rendering/colorizers/__init__.pyi +202 -0
- aspose/gis/rendering/formats/__init__.pyi +91 -0
- aspose/gis/rendering/formats/bmp/__init__.pyi +111 -0
- aspose/gis/rendering/formats/jpeg/__init__.pyi +111 -0
- aspose/gis/rendering/formats/png/__init__.pyi +111 -0
- aspose/gis/rendering/formats/svg/__init__.pyi +111 -0
- aspose/gis/rendering/labelings/__init__.pyi +416 -0
- aspose/gis/rendering/sld/__init__.pyi +109 -0
- aspose/gis/rendering/symbolizers/__init__.pyi +882 -0
- aspose/gis/spatialreferencing/__init__.pyi +3005 -0
- aspose/gis/topology/__init__.pyi +342 -0
- aspose/gis/topology/algorithms/__init__.pyi +98 -0
- aspose/gis/topology/buffer/__init__.pyi +214 -0
- aspose/gis/topology/graph/__init__.pyi +338 -0
- aspose/gis.cp310-win_amd64.pyd +0 -0
- aspose/gis.cp311-win_amd64.pyd +0 -0
- aspose/gis.cp312-win_amd64.pyd +0 -0
- aspose/gis.cp313-win_amd64.pyd +0 -0
- aspose/gis.cp35-win_amd64.pyd +0 -0
- aspose/gis.cp36-win_amd64.pyd +0 -0
- aspose/gis.cp37-win_amd64.pyd +0 -0
- aspose/gis.cp38-win_amd64.pyd +0 -0
- aspose/gis.cp39-win_amd64.pyd +0 -0
- aspose/netcore/netcore3.1/Microsoft.CSharp.dll +0 -0
- aspose/netcore/netcore3.1/Microsoft.DiaSymReader.Native.amd64.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_amd64_amd64_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 +57 -0
- aspose/pycore/__pyinstaller/__init__.pyi +1 -0
- aspose/pycore/__pyinstaller/hook-aspose.pycore.py +11 -0
- aspose/pycore/py.typed +0 -0
- aspose/pycore.cp310-win_amd64.pyd +0 -0
- aspose/pycore.cp311-win_amd64.pyd +0 -0
- aspose/pycore.cp312-win_amd64.pyd +0 -0
- aspose/pycore.cp313-win_amd64.pyd +0 -0
- aspose/pycore.cp35-win_amd64.pyd +0 -0
- aspose/pycore.cp36-win_amd64.pyd +0 -0
- aspose/pycore.cp37-win_amd64.pyd +0 -0
- aspose/pycore.cp38-win_amd64.pyd +0 -0
- aspose/pycore.cp39-win_amd64.pyd +0 -0
- aspose/pydrawing/__init__.pyi +4090 -0
- aspose/pydrawing/__pyinstaller/__init__.pyi +1 -0
- aspose/pydrawing/__pyinstaller/hook-aspose.pydrawing.py +9 -0
- aspose/pydrawing/design.pyi +24 -0
- aspose/pydrawing/drawing2d.pyi +1324 -0
- aspose/pydrawing/imaging.pyi +1988 -0
- aspose/pydrawing/printing.pyi +995 -0
- aspose/pydrawing/py.typed +0 -0
- aspose/pydrawing/text.pyi +75 -0
- aspose/pydrawing.cp310-win_amd64.pyd +0 -0
- aspose/pydrawing.cp311-win_amd64.pyd +0 -0
- aspose/pydrawing.cp312-win_amd64.pyd +0 -0
- aspose/pydrawing.cp313-win_amd64.pyd +0 -0
- aspose/pydrawing.cp35-win_amd64.pyd +0 -0
- aspose/pydrawing.cp36-win_amd64.pyd +0 -0
- aspose/pydrawing.cp37-win_amd64.pyd +0 -0
- aspose/pydrawing.cp38-win_amd64.pyd +0 -0
- aspose/pydrawing.cp39-win_amd64.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-win_amd64.pyd +0 -0
- aspose/pygc.cp311-win_amd64.pyd +0 -0
- aspose/pygc.cp312-win_amd64.pyd +0 -0
- aspose/pygc.cp313-win_amd64.pyd +0 -0
- aspose/pygc.cp35-win_amd64.pyd +0 -0
- aspose/pygc.cp36-win_amd64.pyd +0 -0
- aspose/pygc.cp37-win_amd64.pyd +0 -0
- aspose/pygc.cp38-win_amd64.pyd +0 -0
- aspose/pygc.cp39-win_amd64.pyd +0 -0
- aspose/pyio/__init__.pyi +8 -0
- aspose/pyio/__pyinstaller/__init__.pyi +1 -0
- aspose/pyio/__pyinstaller/hook-aspose.pyio.py +9 -0
- aspose/pyio.cp310-win_amd64.pyd +0 -0
- aspose/pyio.cp311-win_amd64.pyd +0 -0
- aspose/pyio.cp312-win_amd64.pyd +0 -0
- aspose/pyio.cp313-win_amd64.pyd +0 -0
- aspose/pyio.cp35-win_amd64.pyd +0 -0
- aspose/pyio.cp36-win_amd64.pyd +0 -0
- aspose/pyio.cp37-win_amd64.pyd +0 -0
- aspose/pyio.cp38-win_amd64.pyd +0 -0
- aspose/pyio.cp39-win_amd64.pyd +0 -0
- aspose/pyreflection/__init__.pyi +12 -0
- aspose/pyreflection/__pyinstaller/__init__.pyi +1 -0
- aspose/pyreflection/__pyinstaller/hook-aspose.pyreflection.py +9 -0
- aspose/pyreflection/py.typed +0 -0
- aspose/pyreflection.cp310-win_amd64.pyd +0 -0
- aspose/pyreflection.cp311-win_amd64.pyd +0 -0
- aspose/pyreflection.cp312-win_amd64.pyd +0 -0
- aspose/pyreflection.cp313-win_amd64.pyd +0 -0
- aspose/pyreflection.cp35-win_amd64.pyd +0 -0
- aspose/pyreflection.cp36-win_amd64.pyd +0 -0
- aspose/pyreflection.cp37-win_amd64.pyd +0 -0
- aspose/pyreflection.cp38-win_amd64.pyd +0 -0
- aspose/pyreflection.cp39-win_amd64.pyd +0 -0
- aspose_gis_net-24.12.0.dist-info/METADATA +285 -0
- aspose_gis_net-24.12.0.dist-info/RECORD +408 -0
- aspose_gis_net-24.12.0.dist-info/WHEEL +5 -0
- aspose_gis_net-24.12.0.dist-info/entry_points.txt +3 -0
- aspose_gis_net-24.12.0.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,995 @@
|
|
|
1
|
+
import aspose.pydrawing
|
|
2
|
+
import aspose.pydrawing
|
|
3
|
+
import datetime
|
|
4
|
+
import decimal
|
|
5
|
+
import io
|
|
6
|
+
import uuid
|
|
7
|
+
from typing import Iterable, overload, Union
|
|
8
|
+
from enum import Enum
|
|
9
|
+
from aspose.pydrawing import Point, Size, Rectangle
|
|
10
|
+
|
|
11
|
+
class PreviewPageInfo:
|
|
12
|
+
|
|
13
|
+
def __init__(self, image: aspose.pydrawing.Image, physical_size: aspose.pydrawing.Size) -> None:
|
|
14
|
+
...
|
|
15
|
+
|
|
16
|
+
@property
|
|
17
|
+
def image(self) -> aspose.pydrawing.Image:
|
|
18
|
+
...
|
|
19
|
+
|
|
20
|
+
@property
|
|
21
|
+
def physical_size(self) -> aspose.pydrawing.Size:
|
|
22
|
+
...
|
|
23
|
+
|
|
24
|
+
...
|
|
25
|
+
|
|
26
|
+
class PreviewPrintController:
|
|
27
|
+
|
|
28
|
+
def __init__(self) -> None:
|
|
29
|
+
...
|
|
30
|
+
|
|
31
|
+
def on_start_page(self, document: aspose.pydrawing.printing.PrintDocument, e: aspose.pydrawing.printing.PrintPageEventArgs) -> aspose.pydrawing.Graphics:
|
|
32
|
+
...
|
|
33
|
+
|
|
34
|
+
def on_end_page(self, document: aspose.pydrawing.printing.PrintDocument, e: aspose.pydrawing.printing.PrintPageEventArgs) -> None:
|
|
35
|
+
...
|
|
36
|
+
|
|
37
|
+
def on_start_print(self, document: aspose.pydrawing.printing.PrintDocument, e: aspose.pydrawing.printing.PrintEventArgs) -> None:
|
|
38
|
+
...
|
|
39
|
+
|
|
40
|
+
def on_end_print(self, document: aspose.pydrawing.printing.PrintDocument, e: aspose.pydrawing.printing.PrintEventArgs) -> None:
|
|
41
|
+
...
|
|
42
|
+
|
|
43
|
+
def get_preview_page_info(self) -> list[aspose.pydrawing.printing.PreviewPageInfo]:
|
|
44
|
+
...
|
|
45
|
+
|
|
46
|
+
@property
|
|
47
|
+
def is_preview(self) -> bool:
|
|
48
|
+
...
|
|
49
|
+
|
|
50
|
+
@property
|
|
51
|
+
def use_anti_alias(self) -> bool:
|
|
52
|
+
...
|
|
53
|
+
|
|
54
|
+
@use_anti_alias.setter
|
|
55
|
+
def use_anti_alias(self, value: bool) -> None:
|
|
56
|
+
...
|
|
57
|
+
|
|
58
|
+
...
|
|
59
|
+
|
|
60
|
+
class PrintController:
|
|
61
|
+
|
|
62
|
+
def on_start_page(self, document: aspose.pydrawing.printing.PrintDocument, e: aspose.pydrawing.printing.PrintPageEventArgs) -> aspose.pydrawing.Graphics:
|
|
63
|
+
...
|
|
64
|
+
|
|
65
|
+
def on_end_page(self, document: aspose.pydrawing.printing.PrintDocument, e: aspose.pydrawing.printing.PrintPageEventArgs) -> None:
|
|
66
|
+
...
|
|
67
|
+
|
|
68
|
+
def on_start_print(self, document: aspose.pydrawing.printing.PrintDocument, e: aspose.pydrawing.printing.PrintEventArgs) -> None:
|
|
69
|
+
...
|
|
70
|
+
|
|
71
|
+
def on_end_print(self, document: aspose.pydrawing.printing.PrintDocument, e: aspose.pydrawing.printing.PrintEventArgs) -> None:
|
|
72
|
+
...
|
|
73
|
+
|
|
74
|
+
@property
|
|
75
|
+
def is_preview(self) -> bool:
|
|
76
|
+
...
|
|
77
|
+
|
|
78
|
+
...
|
|
79
|
+
|
|
80
|
+
class QueryPageSettingsEventArgs:
|
|
81
|
+
|
|
82
|
+
def __init__(self, page_settings: aspose.pydrawing.printing.PageSettings) -> None:
|
|
83
|
+
...
|
|
84
|
+
|
|
85
|
+
@property
|
|
86
|
+
def print_action(self) -> aspose.pydrawing.printing.PrintAction:
|
|
87
|
+
...
|
|
88
|
+
|
|
89
|
+
@property
|
|
90
|
+
def page_settings(self) -> aspose.pydrawing.printing.PageSettings:
|
|
91
|
+
...
|
|
92
|
+
|
|
93
|
+
@page_settings.setter
|
|
94
|
+
def page_settings(self, value: aspose.pydrawing.printing.PageSettings) -> None:
|
|
95
|
+
...
|
|
96
|
+
|
|
97
|
+
...
|
|
98
|
+
|
|
99
|
+
class InvalidPrinterException(RuntimeError):
|
|
100
|
+
|
|
101
|
+
def __init__(self, settings: aspose.pydrawing.printing.PrinterSettings) -> None:
|
|
102
|
+
...
|
|
103
|
+
|
|
104
|
+
...
|
|
105
|
+
|
|
106
|
+
class Margins:
|
|
107
|
+
|
|
108
|
+
@overload
|
|
109
|
+
def __init__(self) -> None:
|
|
110
|
+
...
|
|
111
|
+
|
|
112
|
+
@overload
|
|
113
|
+
def __init__(self, left: int, right: int, top: int, bottom: int) -> None:
|
|
114
|
+
...
|
|
115
|
+
|
|
116
|
+
def clone(self) -> object:
|
|
117
|
+
...
|
|
118
|
+
|
|
119
|
+
@property
|
|
120
|
+
def left(self) -> int:
|
|
121
|
+
...
|
|
122
|
+
|
|
123
|
+
@left.setter
|
|
124
|
+
def left(self, value: int) -> None:
|
|
125
|
+
...
|
|
126
|
+
|
|
127
|
+
@property
|
|
128
|
+
def right(self) -> int:
|
|
129
|
+
...
|
|
130
|
+
|
|
131
|
+
@right.setter
|
|
132
|
+
def right(self, value: int) -> None:
|
|
133
|
+
...
|
|
134
|
+
|
|
135
|
+
@property
|
|
136
|
+
def top(self) -> int:
|
|
137
|
+
...
|
|
138
|
+
|
|
139
|
+
@top.setter
|
|
140
|
+
def top(self, value: int) -> None:
|
|
141
|
+
...
|
|
142
|
+
|
|
143
|
+
@property
|
|
144
|
+
def bottom(self) -> int:
|
|
145
|
+
...
|
|
146
|
+
|
|
147
|
+
@bottom.setter
|
|
148
|
+
def bottom(self, value: int) -> None:
|
|
149
|
+
...
|
|
150
|
+
|
|
151
|
+
...
|
|
152
|
+
|
|
153
|
+
class MarginsConverter:
|
|
154
|
+
|
|
155
|
+
def __init__(self) -> None:
|
|
156
|
+
...
|
|
157
|
+
|
|
158
|
+
...
|
|
159
|
+
|
|
160
|
+
class PaperSize:
|
|
161
|
+
|
|
162
|
+
@overload
|
|
163
|
+
def __init__(self) -> None:
|
|
164
|
+
...
|
|
165
|
+
|
|
166
|
+
@overload
|
|
167
|
+
def __init__(self, name: str, width: int, height: int) -> None:
|
|
168
|
+
...
|
|
169
|
+
|
|
170
|
+
@property
|
|
171
|
+
def height(self) -> int:
|
|
172
|
+
...
|
|
173
|
+
|
|
174
|
+
@height.setter
|
|
175
|
+
def height(self, value: int) -> None:
|
|
176
|
+
...
|
|
177
|
+
|
|
178
|
+
@property
|
|
179
|
+
def kind(self) -> aspose.pydrawing.printing.PaperKind:
|
|
180
|
+
...
|
|
181
|
+
|
|
182
|
+
@property
|
|
183
|
+
def paper_name(self) -> str:
|
|
184
|
+
...
|
|
185
|
+
|
|
186
|
+
@paper_name.setter
|
|
187
|
+
def paper_name(self, value: str) -> None:
|
|
188
|
+
...
|
|
189
|
+
|
|
190
|
+
@property
|
|
191
|
+
def raw_kind(self) -> int:
|
|
192
|
+
...
|
|
193
|
+
|
|
194
|
+
@raw_kind.setter
|
|
195
|
+
def raw_kind(self, value: int) -> None:
|
|
196
|
+
...
|
|
197
|
+
|
|
198
|
+
@property
|
|
199
|
+
def width(self) -> int:
|
|
200
|
+
...
|
|
201
|
+
|
|
202
|
+
@width.setter
|
|
203
|
+
def width(self, value: int) -> None:
|
|
204
|
+
...
|
|
205
|
+
|
|
206
|
+
...
|
|
207
|
+
|
|
208
|
+
class PaperSource:
|
|
209
|
+
|
|
210
|
+
def __init__(self) -> None:
|
|
211
|
+
...
|
|
212
|
+
|
|
213
|
+
@property
|
|
214
|
+
def kind(self) -> aspose.pydrawing.printing.PaperSourceKind:
|
|
215
|
+
...
|
|
216
|
+
|
|
217
|
+
@property
|
|
218
|
+
def raw_kind(self) -> int:
|
|
219
|
+
...
|
|
220
|
+
|
|
221
|
+
@raw_kind.setter
|
|
222
|
+
def raw_kind(self, value: int) -> None:
|
|
223
|
+
...
|
|
224
|
+
|
|
225
|
+
@property
|
|
226
|
+
def source_name(self) -> str:
|
|
227
|
+
...
|
|
228
|
+
|
|
229
|
+
@source_name.setter
|
|
230
|
+
def source_name(self, value: str) -> None:
|
|
231
|
+
...
|
|
232
|
+
|
|
233
|
+
...
|
|
234
|
+
|
|
235
|
+
class PrinterResolution:
|
|
236
|
+
|
|
237
|
+
def __init__(self) -> None:
|
|
238
|
+
...
|
|
239
|
+
|
|
240
|
+
@property
|
|
241
|
+
def kind(self) -> aspose.pydrawing.printing.PrinterResolutionKind:
|
|
242
|
+
...
|
|
243
|
+
|
|
244
|
+
@kind.setter
|
|
245
|
+
def kind(self, value: aspose.pydrawing.printing.PrinterResolutionKind) -> None:
|
|
246
|
+
...
|
|
247
|
+
|
|
248
|
+
@property
|
|
249
|
+
def x(self) -> int:
|
|
250
|
+
...
|
|
251
|
+
|
|
252
|
+
@x.setter
|
|
253
|
+
def x(self, value: int) -> None:
|
|
254
|
+
...
|
|
255
|
+
|
|
256
|
+
@property
|
|
257
|
+
def y(self) -> int:
|
|
258
|
+
...
|
|
259
|
+
|
|
260
|
+
@y.setter
|
|
261
|
+
def y(self, value: int) -> None:
|
|
262
|
+
...
|
|
263
|
+
|
|
264
|
+
...
|
|
265
|
+
|
|
266
|
+
class PrinterUnitConvert:
|
|
267
|
+
|
|
268
|
+
@overload
|
|
269
|
+
@staticmethod
|
|
270
|
+
def convert(value: Union[float, int], from_unit: aspose.pydrawing.printing.PrinterUnit, to_unit: aspose.pydrawing.printing.PrinterUnit) -> int | float:
|
|
271
|
+
...
|
|
272
|
+
|
|
273
|
+
@overload
|
|
274
|
+
@staticmethod
|
|
275
|
+
def convert(value: Point, from_unit: aspose.pydrawing.printing.PrinterUnit, to_unit: aspose.pydrawing.printing.PrinterUnit) -> aspose.pydrawing.Point:
|
|
276
|
+
...
|
|
277
|
+
|
|
278
|
+
@overload
|
|
279
|
+
@staticmethod
|
|
280
|
+
def convert(value: Size, from_unit: aspose.pydrawing.printing.PrinterUnit, to_unit: aspose.pydrawing.printing.PrinterUnit) -> aspose.pydrawing.Size:
|
|
281
|
+
...
|
|
282
|
+
|
|
283
|
+
@overload
|
|
284
|
+
@staticmethod
|
|
285
|
+
def convert(value: Rectangle, from_unit: aspose.pydrawing.printing.PrinterUnit, to_unit: aspose.pydrawing.printing.PrinterUnit) -> aspose.pydrawing.Rectangle:
|
|
286
|
+
...
|
|
287
|
+
|
|
288
|
+
@overload
|
|
289
|
+
@staticmethod
|
|
290
|
+
def convert(value: aspose.pydrawing.printing.Margins, from_unit: aspose.pydrawing.printing.PrinterUnit, to_unit: aspose.pydrawing.printing.PrinterUnit) -> aspose.pydrawing.printing.Margins:
|
|
291
|
+
...
|
|
292
|
+
|
|
293
|
+
...
|
|
294
|
+
|
|
295
|
+
class StandardPrintController:
|
|
296
|
+
|
|
297
|
+
def __init__(self) -> None:
|
|
298
|
+
...
|
|
299
|
+
|
|
300
|
+
def on_start_page(self, document: aspose.pydrawing.printing.PrintDocument, e: aspose.pydrawing.printing.PrintPageEventArgs) -> aspose.pydrawing.Graphics:
|
|
301
|
+
...
|
|
302
|
+
|
|
303
|
+
def on_end_page(self, document: aspose.pydrawing.printing.PrintDocument, e: aspose.pydrawing.printing.PrintPageEventArgs) -> None:
|
|
304
|
+
...
|
|
305
|
+
|
|
306
|
+
def on_start_print(self, document: aspose.pydrawing.printing.PrintDocument, e: aspose.pydrawing.printing.PrintEventArgs) -> None:
|
|
307
|
+
...
|
|
308
|
+
|
|
309
|
+
def on_end_print(self, document: aspose.pydrawing.printing.PrintDocument, e: aspose.pydrawing.printing.PrintEventArgs) -> None:
|
|
310
|
+
...
|
|
311
|
+
|
|
312
|
+
@property
|
|
313
|
+
def is_preview(self) -> bool:
|
|
314
|
+
...
|
|
315
|
+
|
|
316
|
+
...
|
|
317
|
+
|
|
318
|
+
class PageSettings:
|
|
319
|
+
|
|
320
|
+
@overload
|
|
321
|
+
def __init__(self) -> None:
|
|
322
|
+
...
|
|
323
|
+
|
|
324
|
+
@overload
|
|
325
|
+
def __init__(self, printer_settings: aspose.pydrawing.printing.PrinterSettings) -> None:
|
|
326
|
+
...
|
|
327
|
+
|
|
328
|
+
def clone(self) -> object:
|
|
329
|
+
...
|
|
330
|
+
|
|
331
|
+
@property
|
|
332
|
+
def bounds(self) -> aspose.pydrawing.Rectangle:
|
|
333
|
+
...
|
|
334
|
+
|
|
335
|
+
@property
|
|
336
|
+
def color(self) -> bool:
|
|
337
|
+
...
|
|
338
|
+
|
|
339
|
+
@color.setter
|
|
340
|
+
def color(self, value: bool) -> None:
|
|
341
|
+
...
|
|
342
|
+
|
|
343
|
+
@property
|
|
344
|
+
def hard_margin_x(self) -> float:
|
|
345
|
+
...
|
|
346
|
+
|
|
347
|
+
@property
|
|
348
|
+
def hard_margin_y(self) -> float:
|
|
349
|
+
...
|
|
350
|
+
|
|
351
|
+
@property
|
|
352
|
+
def landscape(self) -> bool:
|
|
353
|
+
...
|
|
354
|
+
|
|
355
|
+
@landscape.setter
|
|
356
|
+
def landscape(self, value: bool) -> None:
|
|
357
|
+
...
|
|
358
|
+
|
|
359
|
+
@property
|
|
360
|
+
def margins(self) -> aspose.pydrawing.printing.Margins:
|
|
361
|
+
...
|
|
362
|
+
|
|
363
|
+
@margins.setter
|
|
364
|
+
def margins(self, value: aspose.pydrawing.printing.Margins) -> None:
|
|
365
|
+
...
|
|
366
|
+
|
|
367
|
+
@property
|
|
368
|
+
def paper_size(self) -> aspose.pydrawing.printing.PaperSize:
|
|
369
|
+
...
|
|
370
|
+
|
|
371
|
+
@paper_size.setter
|
|
372
|
+
def paper_size(self, value: aspose.pydrawing.printing.PaperSize) -> None:
|
|
373
|
+
...
|
|
374
|
+
|
|
375
|
+
@property
|
|
376
|
+
def paper_source(self) -> aspose.pydrawing.printing.PaperSource:
|
|
377
|
+
...
|
|
378
|
+
|
|
379
|
+
@paper_source.setter
|
|
380
|
+
def paper_source(self, value: aspose.pydrawing.printing.PaperSource) -> None:
|
|
381
|
+
...
|
|
382
|
+
|
|
383
|
+
@property
|
|
384
|
+
def printable_area(self) -> aspose.pydrawing.RectangleF:
|
|
385
|
+
...
|
|
386
|
+
|
|
387
|
+
@property
|
|
388
|
+
def printer_resolution(self) -> aspose.pydrawing.printing.PrinterResolution:
|
|
389
|
+
...
|
|
390
|
+
|
|
391
|
+
@printer_resolution.setter
|
|
392
|
+
def printer_resolution(self, value: aspose.pydrawing.printing.PrinterResolution) -> None:
|
|
393
|
+
...
|
|
394
|
+
|
|
395
|
+
@property
|
|
396
|
+
def printer_settings(self) -> aspose.pydrawing.printing.PrinterSettings:
|
|
397
|
+
...
|
|
398
|
+
|
|
399
|
+
@printer_settings.setter
|
|
400
|
+
def printer_settings(self, value: aspose.pydrawing.printing.PrinterSettings) -> None:
|
|
401
|
+
...
|
|
402
|
+
|
|
403
|
+
...
|
|
404
|
+
|
|
405
|
+
class PrintDocument:
|
|
406
|
+
|
|
407
|
+
def __init__(self) -> None:
|
|
408
|
+
...
|
|
409
|
+
|
|
410
|
+
def print(self) -> None:
|
|
411
|
+
...
|
|
412
|
+
|
|
413
|
+
@property
|
|
414
|
+
def default_page_settings(self) -> aspose.pydrawing.printing.PageSettings:
|
|
415
|
+
...
|
|
416
|
+
|
|
417
|
+
@default_page_settings.setter
|
|
418
|
+
def default_page_settings(self, value: aspose.pydrawing.printing.PageSettings) -> None:
|
|
419
|
+
...
|
|
420
|
+
|
|
421
|
+
@property
|
|
422
|
+
def document_name(self) -> str:
|
|
423
|
+
...
|
|
424
|
+
|
|
425
|
+
@document_name.setter
|
|
426
|
+
def document_name(self, value: str) -> None:
|
|
427
|
+
...
|
|
428
|
+
|
|
429
|
+
@property
|
|
430
|
+
def origin_at_margins(self) -> bool:
|
|
431
|
+
...
|
|
432
|
+
|
|
433
|
+
@origin_at_margins.setter
|
|
434
|
+
def origin_at_margins(self, value: bool) -> None:
|
|
435
|
+
...
|
|
436
|
+
|
|
437
|
+
@property
|
|
438
|
+
def print_controller(self) -> aspose.pydrawing.printing.PrintController:
|
|
439
|
+
...
|
|
440
|
+
|
|
441
|
+
@print_controller.setter
|
|
442
|
+
def print_controller(self, value: aspose.pydrawing.printing.PrintController) -> None:
|
|
443
|
+
...
|
|
444
|
+
|
|
445
|
+
@property
|
|
446
|
+
def printer_settings(self) -> aspose.pydrawing.printing.PrinterSettings:
|
|
447
|
+
...
|
|
448
|
+
|
|
449
|
+
@printer_settings.setter
|
|
450
|
+
def printer_settings(self, value: aspose.pydrawing.printing.PrinterSettings) -> None:
|
|
451
|
+
...
|
|
452
|
+
|
|
453
|
+
...
|
|
454
|
+
|
|
455
|
+
class PrinterSettings:
|
|
456
|
+
|
|
457
|
+
def __init__(self) -> None:
|
|
458
|
+
...
|
|
459
|
+
|
|
460
|
+
@overload
|
|
461
|
+
def is_direct_printing_supported(self, image_format: aspose.pydrawing.imaging.ImageFormat) -> bool:
|
|
462
|
+
...
|
|
463
|
+
|
|
464
|
+
@overload
|
|
465
|
+
def is_direct_printing_supported(self, image: aspose.pydrawing.Image) -> bool:
|
|
466
|
+
...
|
|
467
|
+
|
|
468
|
+
@overload
|
|
469
|
+
def create_measurement_graphics(self) -> aspose.pydrawing.Graphics:
|
|
470
|
+
...
|
|
471
|
+
|
|
472
|
+
@overload
|
|
473
|
+
def create_measurement_graphics(self, honor_origin_at_margins: bool) -> aspose.pydrawing.Graphics:
|
|
474
|
+
...
|
|
475
|
+
|
|
476
|
+
@overload
|
|
477
|
+
def create_measurement_graphics(self, page_settings: aspose.pydrawing.printing.PageSettings) -> aspose.pydrawing.Graphics:
|
|
478
|
+
...
|
|
479
|
+
|
|
480
|
+
@overload
|
|
481
|
+
def create_measurement_graphics(self, page_settings: aspose.pydrawing.printing.PageSettings, honor_origin_at_margins: bool) -> aspose.pydrawing.Graphics:
|
|
482
|
+
...
|
|
483
|
+
|
|
484
|
+
def clone(self) -> object:
|
|
485
|
+
...
|
|
486
|
+
|
|
487
|
+
@property
|
|
488
|
+
def can_duplex(self) -> bool:
|
|
489
|
+
...
|
|
490
|
+
|
|
491
|
+
@property
|
|
492
|
+
def copies(self) -> int:
|
|
493
|
+
...
|
|
494
|
+
|
|
495
|
+
@copies.setter
|
|
496
|
+
def copies(self, value: int) -> None:
|
|
497
|
+
...
|
|
498
|
+
|
|
499
|
+
@property
|
|
500
|
+
def collate(self) -> bool:
|
|
501
|
+
...
|
|
502
|
+
|
|
503
|
+
@collate.setter
|
|
504
|
+
def collate(self, value: bool) -> None:
|
|
505
|
+
...
|
|
506
|
+
|
|
507
|
+
@property
|
|
508
|
+
def default_page_settings(self) -> aspose.pydrawing.printing.PageSettings:
|
|
509
|
+
...
|
|
510
|
+
|
|
511
|
+
@property
|
|
512
|
+
def duplex(self) -> aspose.pydrawing.printing.Duplex:
|
|
513
|
+
...
|
|
514
|
+
|
|
515
|
+
@duplex.setter
|
|
516
|
+
def duplex(self, value: aspose.pydrawing.printing.Duplex) -> None:
|
|
517
|
+
...
|
|
518
|
+
|
|
519
|
+
@property
|
|
520
|
+
def from_page(self) -> int:
|
|
521
|
+
...
|
|
522
|
+
|
|
523
|
+
@from_page.setter
|
|
524
|
+
def from_page(self, value: int) -> None:
|
|
525
|
+
...
|
|
526
|
+
|
|
527
|
+
installed_printers: None
|
|
528
|
+
|
|
529
|
+
@property
|
|
530
|
+
def is_default_printer(self) -> bool:
|
|
531
|
+
...
|
|
532
|
+
|
|
533
|
+
@property
|
|
534
|
+
def is_plotter(self) -> bool:
|
|
535
|
+
...
|
|
536
|
+
|
|
537
|
+
@property
|
|
538
|
+
def is_valid(self) -> bool:
|
|
539
|
+
...
|
|
540
|
+
|
|
541
|
+
@property
|
|
542
|
+
def landscape_angle(self) -> int:
|
|
543
|
+
...
|
|
544
|
+
|
|
545
|
+
@property
|
|
546
|
+
def maximum_copies(self) -> int:
|
|
547
|
+
...
|
|
548
|
+
|
|
549
|
+
@property
|
|
550
|
+
def maximum_page(self) -> int:
|
|
551
|
+
...
|
|
552
|
+
|
|
553
|
+
@maximum_page.setter
|
|
554
|
+
def maximum_page(self, value: int) -> None:
|
|
555
|
+
...
|
|
556
|
+
|
|
557
|
+
@property
|
|
558
|
+
def minimum_page(self) -> int:
|
|
559
|
+
...
|
|
560
|
+
|
|
561
|
+
@minimum_page.setter
|
|
562
|
+
def minimum_page(self, value: int) -> None:
|
|
563
|
+
...
|
|
564
|
+
|
|
565
|
+
@property
|
|
566
|
+
def print_file_name(self) -> str:
|
|
567
|
+
...
|
|
568
|
+
|
|
569
|
+
@print_file_name.setter
|
|
570
|
+
def print_file_name(self, value: str) -> None:
|
|
571
|
+
...
|
|
572
|
+
|
|
573
|
+
@property
|
|
574
|
+
def paper_sizes(self) -> None:
|
|
575
|
+
...
|
|
576
|
+
|
|
577
|
+
@property
|
|
578
|
+
def paper_sources(self) -> None:
|
|
579
|
+
...
|
|
580
|
+
|
|
581
|
+
@property
|
|
582
|
+
def print_range(self) -> aspose.pydrawing.printing.PrintRange:
|
|
583
|
+
...
|
|
584
|
+
|
|
585
|
+
@print_range.setter
|
|
586
|
+
def print_range(self, value: aspose.pydrawing.printing.PrintRange) -> None:
|
|
587
|
+
...
|
|
588
|
+
|
|
589
|
+
@property
|
|
590
|
+
def print_to_file(self) -> bool:
|
|
591
|
+
...
|
|
592
|
+
|
|
593
|
+
@print_to_file.setter
|
|
594
|
+
def print_to_file(self, value: bool) -> None:
|
|
595
|
+
...
|
|
596
|
+
|
|
597
|
+
@property
|
|
598
|
+
def printer_name(self) -> str:
|
|
599
|
+
...
|
|
600
|
+
|
|
601
|
+
@printer_name.setter
|
|
602
|
+
def printer_name(self, value: str) -> None:
|
|
603
|
+
...
|
|
604
|
+
|
|
605
|
+
@property
|
|
606
|
+
def printer_resolutions(self) -> None:
|
|
607
|
+
...
|
|
608
|
+
|
|
609
|
+
@property
|
|
610
|
+
def supports_color(self) -> bool:
|
|
611
|
+
...
|
|
612
|
+
|
|
613
|
+
@property
|
|
614
|
+
def to_page(self) -> int:
|
|
615
|
+
...
|
|
616
|
+
|
|
617
|
+
@to_page.setter
|
|
618
|
+
def to_page(self, value: int) -> None:
|
|
619
|
+
...
|
|
620
|
+
|
|
621
|
+
...
|
|
622
|
+
|
|
623
|
+
class PrintEventArgs:
|
|
624
|
+
|
|
625
|
+
def __init__(self) -> None:
|
|
626
|
+
...
|
|
627
|
+
|
|
628
|
+
@property
|
|
629
|
+
def print_action(self) -> aspose.pydrawing.printing.PrintAction:
|
|
630
|
+
...
|
|
631
|
+
|
|
632
|
+
...
|
|
633
|
+
|
|
634
|
+
class PrintPageEventArgs:
|
|
635
|
+
|
|
636
|
+
def __init__(self, graphics: aspose.pydrawing.Graphics, margin_bounds: aspose.pydrawing.Rectangle, page_bounds: aspose.pydrawing.Rectangle, page_settings: aspose.pydrawing.printing.PageSettings) -> None:
|
|
637
|
+
...
|
|
638
|
+
|
|
639
|
+
@property
|
|
640
|
+
def cancel(self) -> bool:
|
|
641
|
+
...
|
|
642
|
+
|
|
643
|
+
@cancel.setter
|
|
644
|
+
def cancel(self, value: bool) -> None:
|
|
645
|
+
...
|
|
646
|
+
|
|
647
|
+
@property
|
|
648
|
+
def graphics(self) -> aspose.pydrawing.Graphics:
|
|
649
|
+
...
|
|
650
|
+
|
|
651
|
+
@property
|
|
652
|
+
def has_more_pages(self) -> bool:
|
|
653
|
+
...
|
|
654
|
+
|
|
655
|
+
@has_more_pages.setter
|
|
656
|
+
def has_more_pages(self, value: bool) -> None:
|
|
657
|
+
...
|
|
658
|
+
|
|
659
|
+
@property
|
|
660
|
+
def margin_bounds(self) -> aspose.pydrawing.Rectangle:
|
|
661
|
+
...
|
|
662
|
+
|
|
663
|
+
@property
|
|
664
|
+
def page_bounds(self) -> aspose.pydrawing.Rectangle:
|
|
665
|
+
...
|
|
666
|
+
|
|
667
|
+
@property
|
|
668
|
+
def page_settings(self) -> aspose.pydrawing.printing.PageSettings:
|
|
669
|
+
...
|
|
670
|
+
|
|
671
|
+
...
|
|
672
|
+
|
|
673
|
+
class PrinterUnit(Enum):
|
|
674
|
+
|
|
675
|
+
DISPLAY: int
|
|
676
|
+
|
|
677
|
+
THOUSANDTHS_OF_AN_INCH: int
|
|
678
|
+
|
|
679
|
+
HUNDREDTHS_OF_A_MILLIMETER: int
|
|
680
|
+
|
|
681
|
+
TENTHS_OF_A_MILLIMETER: int
|
|
682
|
+
|
|
683
|
+
|
|
684
|
+
class PrintAction(Enum):
|
|
685
|
+
|
|
686
|
+
PRINT_TO_FILE: int
|
|
687
|
+
|
|
688
|
+
PRINT_TO_PREVIEW: int
|
|
689
|
+
|
|
690
|
+
PRINT_TO_PRINTER: int
|
|
691
|
+
|
|
692
|
+
|
|
693
|
+
class Duplex(Enum):
|
|
694
|
+
|
|
695
|
+
DEFAULT: int
|
|
696
|
+
|
|
697
|
+
SIMPLEX: int
|
|
698
|
+
|
|
699
|
+
HORIZONTAL: int
|
|
700
|
+
|
|
701
|
+
VERTICAL: int
|
|
702
|
+
|
|
703
|
+
|
|
704
|
+
class PaperKind(Enum):
|
|
705
|
+
|
|
706
|
+
CUSTOM: int
|
|
707
|
+
|
|
708
|
+
LETTER: int
|
|
709
|
+
|
|
710
|
+
LEGAL: int
|
|
711
|
+
|
|
712
|
+
A4: int
|
|
713
|
+
|
|
714
|
+
C_SHEET: int
|
|
715
|
+
|
|
716
|
+
D_SHEET: int
|
|
717
|
+
|
|
718
|
+
E_SHEET: int
|
|
719
|
+
|
|
720
|
+
LETTER_SMALL: int
|
|
721
|
+
|
|
722
|
+
TABLOID: int
|
|
723
|
+
|
|
724
|
+
LEDGER: int
|
|
725
|
+
|
|
726
|
+
STATEMENT: int
|
|
727
|
+
|
|
728
|
+
EXECUTIVE: int
|
|
729
|
+
|
|
730
|
+
A3: int
|
|
731
|
+
|
|
732
|
+
A4_SMALL: int
|
|
733
|
+
|
|
734
|
+
A5: int
|
|
735
|
+
|
|
736
|
+
B4: int
|
|
737
|
+
|
|
738
|
+
B5: int
|
|
739
|
+
|
|
740
|
+
FOLIO: int
|
|
741
|
+
|
|
742
|
+
QUARTO: int
|
|
743
|
+
|
|
744
|
+
STANDARD_10X14: int
|
|
745
|
+
|
|
746
|
+
STANDARD_11X17: int
|
|
747
|
+
|
|
748
|
+
NOTE: int
|
|
749
|
+
|
|
750
|
+
NUMBER_9_ENVELOPE: int
|
|
751
|
+
|
|
752
|
+
NUMBER_10_ENVELOPE: int
|
|
753
|
+
|
|
754
|
+
NUMBER_11_ENVELOPE: int
|
|
755
|
+
|
|
756
|
+
NUMBER_12_ENVELOPE: int
|
|
757
|
+
|
|
758
|
+
NUMBER_14_ENVELOPE: int
|
|
759
|
+
|
|
760
|
+
DL_ENVELOPE: int
|
|
761
|
+
|
|
762
|
+
C5_ENVELOPE: int
|
|
763
|
+
|
|
764
|
+
C3_ENVELOPE: int
|
|
765
|
+
|
|
766
|
+
C4_ENVELOPE: int
|
|
767
|
+
|
|
768
|
+
C6_ENVELOPE: int
|
|
769
|
+
|
|
770
|
+
C65_ENVELOPE: int
|
|
771
|
+
|
|
772
|
+
B4_ENVELOPE: int
|
|
773
|
+
|
|
774
|
+
B5_ENVELOPE: int
|
|
775
|
+
|
|
776
|
+
B6_ENVELOPE: int
|
|
777
|
+
|
|
778
|
+
ITALY_ENVELOPE: int
|
|
779
|
+
|
|
780
|
+
MONARCH_ENVELOPE: int
|
|
781
|
+
|
|
782
|
+
PERSONAL_ENVELOPE: int
|
|
783
|
+
|
|
784
|
+
US_STANDARD_FANFOLD: int
|
|
785
|
+
|
|
786
|
+
GERMAN_STANDARD_FANFOLD: int
|
|
787
|
+
|
|
788
|
+
GERMAN_LEGAL_FANFOLD: int
|
|
789
|
+
|
|
790
|
+
ISO_B4: int
|
|
791
|
+
|
|
792
|
+
JAPANESE_POSTCARD: int
|
|
793
|
+
|
|
794
|
+
STANDARD_9X11: int
|
|
795
|
+
|
|
796
|
+
STANDARD_10X11: int
|
|
797
|
+
|
|
798
|
+
STANDARD_15X11: int
|
|
799
|
+
|
|
800
|
+
INVITE_ENVELOPE: int
|
|
801
|
+
|
|
802
|
+
LETTER_EXTRA: int
|
|
803
|
+
|
|
804
|
+
LEGAL_EXTRA: int
|
|
805
|
+
|
|
806
|
+
TABLOID_EXTRA: int
|
|
807
|
+
|
|
808
|
+
A4_EXTRA: int
|
|
809
|
+
|
|
810
|
+
LETTER_TRANSVERSE: int
|
|
811
|
+
|
|
812
|
+
A4_TRANSVERSE: int
|
|
813
|
+
|
|
814
|
+
LETTER_EXTRA_TRANSVERSE: int
|
|
815
|
+
|
|
816
|
+
A_PLUS: int
|
|
817
|
+
|
|
818
|
+
B_PLUS: int
|
|
819
|
+
|
|
820
|
+
LETTER_PLUS: int
|
|
821
|
+
|
|
822
|
+
A4_PLUS: int
|
|
823
|
+
|
|
824
|
+
A5_TRANSVERSE: int
|
|
825
|
+
|
|
826
|
+
B5_TRANSVERSE: int
|
|
827
|
+
|
|
828
|
+
A3_EXTRA: int
|
|
829
|
+
|
|
830
|
+
A5_EXTRA: int
|
|
831
|
+
|
|
832
|
+
B5_EXTRA: int
|
|
833
|
+
|
|
834
|
+
A2: int
|
|
835
|
+
|
|
836
|
+
A3_TRANSVERSE: int
|
|
837
|
+
|
|
838
|
+
A3_EXTRA_TRANSVERSE: int
|
|
839
|
+
|
|
840
|
+
JAPANESE_DOUBLE_POSTCARD: int
|
|
841
|
+
|
|
842
|
+
A6: int
|
|
843
|
+
|
|
844
|
+
JAPANESE_ENVELOPE_KAKU_NUMBER2: int
|
|
845
|
+
|
|
846
|
+
JAPANESE_ENVELOPE_KAKU_NUMBER3: int
|
|
847
|
+
|
|
848
|
+
JAPANESE_ENVELOPE_CHOU_NUMBER3: int
|
|
849
|
+
|
|
850
|
+
JAPANESE_ENVELOPE_CHOU_NUMBER4: int
|
|
851
|
+
|
|
852
|
+
LETTER_ROTATED: int
|
|
853
|
+
|
|
854
|
+
A3_ROTATED: int
|
|
855
|
+
|
|
856
|
+
A4_ROTATED: int
|
|
857
|
+
|
|
858
|
+
A5_ROTATED: int
|
|
859
|
+
|
|
860
|
+
B4_JIS_ROTATED: int
|
|
861
|
+
|
|
862
|
+
B5_JIS_ROTATED: int
|
|
863
|
+
|
|
864
|
+
JAPANESE_POSTCARD_ROTATED: int
|
|
865
|
+
|
|
866
|
+
JAPANESE_DOUBLE_POSTCARD_ROTATED: int
|
|
867
|
+
|
|
868
|
+
A6_ROTATED: int
|
|
869
|
+
|
|
870
|
+
JAPANESE_ENVELOPE_KAKU_NUMBER_2_ROTATED: int
|
|
871
|
+
|
|
872
|
+
JAPANESE_ENVELOPE_KAKU_NUMBER_3_ROTATED: int
|
|
873
|
+
|
|
874
|
+
JAPANESE_ENVELOPE_CHOU_NUMBER_3_ROTATED: int
|
|
875
|
+
|
|
876
|
+
JAPANESE_ENVELOPE_CHOU_NUMBER_4_ROTATED: int
|
|
877
|
+
|
|
878
|
+
B6_JIS: int
|
|
879
|
+
|
|
880
|
+
B6_JIS_ROTATED: int
|
|
881
|
+
|
|
882
|
+
STANDARD_12X11: int
|
|
883
|
+
|
|
884
|
+
JAPANESE_ENVELOPE_YOU_NUMBER4: int
|
|
885
|
+
|
|
886
|
+
JAPANESE_ENVELOPE_YOU_NUMBER_4_ROTATED: int
|
|
887
|
+
|
|
888
|
+
PRC_16K: int
|
|
889
|
+
|
|
890
|
+
PRC_32K: int
|
|
891
|
+
|
|
892
|
+
PRC_32K_BIG: int
|
|
893
|
+
|
|
894
|
+
PRC_ENVELOPE_NUMBER1: int
|
|
895
|
+
|
|
896
|
+
PRC_ENVELOPE_NUMBER2: int
|
|
897
|
+
|
|
898
|
+
PRC_ENVELOPE_NUMBER3: int
|
|
899
|
+
|
|
900
|
+
PRC_ENVELOPE_NUMBER4: int
|
|
901
|
+
|
|
902
|
+
PRC_ENVELOPE_NUMBER5: int
|
|
903
|
+
|
|
904
|
+
PRC_ENVELOPE_NUMBER6: int
|
|
905
|
+
|
|
906
|
+
PRC_ENVELOPE_NUMBER7: int
|
|
907
|
+
|
|
908
|
+
PRC_ENVELOPE_NUMBER8: int
|
|
909
|
+
|
|
910
|
+
PRC_ENVELOPE_NUMBER9: int
|
|
911
|
+
|
|
912
|
+
PRC_ENVELOPE_NUMBER10: int
|
|
913
|
+
|
|
914
|
+
PRC_16K_ROTATED: int
|
|
915
|
+
|
|
916
|
+
PRC_32K_ROTATED: int
|
|
917
|
+
|
|
918
|
+
PRC_32K_BIG_ROTATED: int
|
|
919
|
+
|
|
920
|
+
PRC_ENVELOPE_NUMBER_1_ROTATED: int
|
|
921
|
+
|
|
922
|
+
PRC_ENVELOPE_NUMBER_2_ROTATED: int
|
|
923
|
+
|
|
924
|
+
PRC_ENVELOPE_NUMBER_3_ROTATED: int
|
|
925
|
+
|
|
926
|
+
PRC_ENVELOPE_NUMBER_4_ROTATED: int
|
|
927
|
+
|
|
928
|
+
PRC_ENVELOPE_NUMBER_5_ROTATED: int
|
|
929
|
+
|
|
930
|
+
PRC_ENVELOPE_NUMBER_6_ROTATED: int
|
|
931
|
+
|
|
932
|
+
PRC_ENVELOPE_NUMBER_7_ROTATED: int
|
|
933
|
+
|
|
934
|
+
PRC_ENVELOPE_NUMBER_8_ROTATED: int
|
|
935
|
+
|
|
936
|
+
PRC_ENVELOPE_NUMBER_9_ROTATED: int
|
|
937
|
+
|
|
938
|
+
PRC_ENVELOPE_NUMBER_10_ROTATED: int
|
|
939
|
+
|
|
940
|
+
|
|
941
|
+
class PaperSourceKind(Enum):
|
|
942
|
+
|
|
943
|
+
UPPER: int
|
|
944
|
+
|
|
945
|
+
LOWER: int
|
|
946
|
+
|
|
947
|
+
MIDDLE: int
|
|
948
|
+
|
|
949
|
+
MANUAL: int
|
|
950
|
+
|
|
951
|
+
ENVELOPE: int
|
|
952
|
+
|
|
953
|
+
MANUAL_FEED: int
|
|
954
|
+
|
|
955
|
+
AUTOMATIC_FEED: int
|
|
956
|
+
|
|
957
|
+
TRACTOR_FEED: int
|
|
958
|
+
|
|
959
|
+
SMALL_FORMAT: int
|
|
960
|
+
|
|
961
|
+
LARGE_FORMAT: int
|
|
962
|
+
|
|
963
|
+
LARGE_CAPACITY: int
|
|
964
|
+
|
|
965
|
+
CASSETTE: int
|
|
966
|
+
|
|
967
|
+
FORM_SOURCE: int
|
|
968
|
+
|
|
969
|
+
CUSTOM: int
|
|
970
|
+
|
|
971
|
+
|
|
972
|
+
class PrinterResolutionKind(Enum):
|
|
973
|
+
|
|
974
|
+
HIGH: int
|
|
975
|
+
|
|
976
|
+
MEDIUM: int
|
|
977
|
+
|
|
978
|
+
LOW: int
|
|
979
|
+
|
|
980
|
+
DRAFT: int
|
|
981
|
+
|
|
982
|
+
CUSTOM: int
|
|
983
|
+
|
|
984
|
+
|
|
985
|
+
class PrintRange(Enum):
|
|
986
|
+
|
|
987
|
+
ALL_PAGES: int
|
|
988
|
+
|
|
989
|
+
SOME_PAGES: int
|
|
990
|
+
|
|
991
|
+
SELECTION: int
|
|
992
|
+
|
|
993
|
+
CURRENT_PAGE: int
|
|
994
|
+
|
|
995
|
+
|