Package system.printing
Class PrintQueue
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.printing.PrintSystemObject
-
- system.printing.PrintQueue
-
- All Implemented Interfaces:
java.lang.AutoCloseable,IJCOBridgeReflected
public class PrintQueue extends PrintSystemObject
The base .NET class managing System.Printing.PrintQueue, System.Printing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Printing.PrintQueue
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Printing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.StringassemblyShortNameAssembly name: System.Printingstatic java.lang.StringclassNameQualified class name: System.Printing.PrintQueuestatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description PrintQueue()PrintQueue(java.lang.Object instance)Internal constructor.PrintQueue(PrintServer printServer, java.lang.String printQueueName)PrintQueue(PrintServer printServer, java.lang.String printQueueName, int printSchemaVersion)PrintQueue(PrintServer printServer, java.lang.String printQueueName, int printSchemaVersion, PrintSystemDesiredAccess desiredAccess)PrintQueue(PrintServer printServer, java.lang.String printQueueName, java.lang.String[] propertyFilter)PrintQueue(PrintServer printServer, java.lang.String printQueueName, java.lang.String[] propertyFilter, PrintSystemDesiredAccess desiredAccess)PrintQueue(PrintServer printServer, java.lang.String printQueueName, PrintQueueIndexedProperty[] propertyFilter)PrintQueue(PrintServer printServer, java.lang.String printQueueName, PrintQueueIndexedProperty[] propertyFilter, PrintSystemDesiredAccess desiredAccess)PrintQueue(PrintServer printServer, java.lang.String printQueueName, PrintSystemDesiredAccess desiredAccess)
-
Method Summary
-
Methods inherited from class system.printing.PrintSystemObject
close, Dispose, getName, getParent, getPropertiesCollection, setName, setPropertiesCollection
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Printing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Printing- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Printing.PrintQueue- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PrintQueue
public PrintQueue(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
PrintQueue
public PrintQueue() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
PrintQueue
public PrintQueue(PrintServer printServer, java.lang.String printQueueName) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, NotSupportedException, InvalidOperationException, NotImplementedException, MemberAccessException, TargetException, TargetParameterCountException, ObjectDisposedException, AbandonedMutexException, Win32Exception, MissingManifestResourceException, NullReferenceException, CultureNotFoundException, IndexOutOfRangeException, PrintingNotSupportedException, PrintQueueException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionNotSupportedExceptionInvalidOperationExceptionNotImplementedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionObjectDisposedExceptionAbandonedMutexExceptionWin32ExceptionMissingManifestResourceExceptionNullReferenceExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionPrintingNotSupportedExceptionPrintQueueException
-
PrintQueue
public PrintQueue(PrintServer printServer, java.lang.String printQueueName, int printSchemaVersion) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, NotSupportedException, InvalidOperationException, NotImplementedException, MemberAccessException, TargetException, TargetParameterCountException, ObjectDisposedException, AbandonedMutexException, Win32Exception, MissingManifestResourceException, NullReferenceException, CultureNotFoundException, IndexOutOfRangeException, PrintingNotSupportedException, PrintQueueException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionNotSupportedExceptionInvalidOperationExceptionNotImplementedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionObjectDisposedExceptionAbandonedMutexExceptionWin32ExceptionMissingManifestResourceExceptionNullReferenceExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionPrintingNotSupportedExceptionPrintQueueException
-
PrintQueue
public PrintQueue(PrintServer printServer, java.lang.String printQueueName, int printSchemaVersion, PrintSystemDesiredAccess desiredAccess) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, NotSupportedException, InvalidOperationException, NotImplementedException, MemberAccessException, TargetException, TargetParameterCountException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, Win32Exception, MissingManifestResourceException, NullReferenceException, CultureNotFoundException, IndexOutOfRangeException, PrintingNotSupportedException, PrintQueueException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionNotSupportedExceptionInvalidOperationExceptionNotImplementedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionObjectDisposedExceptionAbandonedMutexExceptionOutOfMemoryExceptionWin32ExceptionMissingManifestResourceExceptionNullReferenceExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionPrintingNotSupportedExceptionPrintQueueException
-
PrintQueue
public PrintQueue(PrintServer printServer, java.lang.String printQueueName, PrintQueueIndexedProperty[] propertyFilter) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, NotSupportedException, InvalidOperationException, NotImplementedException, MemberAccessException, TargetException, TargetParameterCountException, ObjectDisposedException, AbandonedMutexException, Win32Exception, MissingManifestResourceException, NullReferenceException, CultureNotFoundException, IndexOutOfRangeException, PrintingNotSupportedException, PrintQueueException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionNotSupportedExceptionInvalidOperationExceptionNotImplementedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionObjectDisposedExceptionAbandonedMutexExceptionWin32ExceptionMissingManifestResourceExceptionNullReferenceExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionPrintingNotSupportedExceptionPrintQueueException
-
PrintQueue
public PrintQueue(PrintServer printServer, java.lang.String printQueueName, PrintQueueIndexedProperty[] propertyFilter, PrintSystemDesiredAccess desiredAccess) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, NotSupportedException, InvalidOperationException, NotImplementedException, MemberAccessException, TargetException, TargetParameterCountException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, Win32Exception, MissingManifestResourceException, NullReferenceException, CultureNotFoundException, IndexOutOfRangeException, PrintingNotSupportedException, PrintQueueException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionNotSupportedExceptionInvalidOperationExceptionNotImplementedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionObjectDisposedExceptionAbandonedMutexExceptionOutOfMemoryExceptionWin32ExceptionMissingManifestResourceExceptionNullReferenceExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionPrintingNotSupportedExceptionPrintQueueException
-
PrintQueue
public PrintQueue(PrintServer printServer, java.lang.String printQueueName, PrintSystemDesiredAccess desiredAccess) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, NotSupportedException, InvalidOperationException, NotImplementedException, MemberAccessException, TargetException, TargetParameterCountException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, Win32Exception, MissingManifestResourceException, NullReferenceException, CultureNotFoundException, IndexOutOfRangeException, PrintingNotSupportedException, PrintQueueException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionNotSupportedExceptionInvalidOperationExceptionNotImplementedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionObjectDisposedExceptionAbandonedMutexExceptionOutOfMemoryExceptionWin32ExceptionMissingManifestResourceExceptionNullReferenceExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionPrintingNotSupportedExceptionPrintQueueException
-
PrintQueue
public PrintQueue(PrintServer printServer, java.lang.String printQueueName, java.lang.String[] propertyFilter) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, NotSupportedException, InvalidOperationException, NotImplementedException, MemberAccessException, TargetException, TargetParameterCountException, ObjectDisposedException, AbandonedMutexException, Win32Exception, MissingManifestResourceException, NullReferenceException, CultureNotFoundException, IndexOutOfRangeException, PrintingNotSupportedException, PrintQueueException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionNotSupportedExceptionInvalidOperationExceptionNotImplementedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionObjectDisposedExceptionAbandonedMutexExceptionWin32ExceptionMissingManifestResourceExceptionNullReferenceExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionPrintingNotSupportedExceptionPrintQueueException
-
PrintQueue
public PrintQueue(PrintServer printServer, java.lang.String printQueueName, java.lang.String[] propertyFilter, PrintSystemDesiredAccess desiredAccess) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, NotSupportedException, InvalidOperationException, NotImplementedException, MemberAccessException, TargetException, TargetParameterCountException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, Win32Exception, MissingManifestResourceException, NullReferenceException, CultureNotFoundException, IndexOutOfRangeException, PrintingNotSupportedException, PrintQueueException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionNotSupportedExceptionInvalidOperationExceptionNotImplementedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionObjectDisposedExceptionAbandonedMutexExceptionOutOfMemoryExceptionWin32ExceptionMissingManifestResourceExceptionNullReferenceExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionPrintingNotSupportedExceptionPrintQueueException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classPrintSystemObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classPrintSystemObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classPrintSystemObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classPrintSystemObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classPrintSystemObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classPrintSystemObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static PrintQueue cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoPrintQueue, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
PrintQueueinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
GetPrintCapabilitiesAsXml
public MemoryStream GetPrintCapabilitiesAsXml() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, PrintingNotSupportedException, PrintQueueException, AccessViolationException, OutOfMemoryException, ObjectDisposedException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionPrintingNotSupportedExceptionPrintQueueExceptionAccessViolationExceptionOutOfMemoryExceptionObjectDisposedException
-
GetPrintCapabilitiesAsXml
public MemoryStream GetPrintCapabilitiesAsXml(PrintTicket printTicket) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, PrintingNotSupportedException, PrintQueueException, AccessViolationException, OutOfMemoryException, ObjectDisposedException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionPrintingNotSupportedExceptionPrintQueueExceptionAccessViolationExceptionOutOfMemoryExceptionObjectDisposedException
-
GetPrintCapabilities
public PrintCapabilities GetPrintCapabilities() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, PrintingNotSupportedException, PrintQueueException, AccessViolationException, OutOfMemoryException, ObjectDisposedException, OverflowException, FormatException, XmlException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionPrintingNotSupportedExceptionPrintQueueExceptionAccessViolationExceptionOutOfMemoryExceptionObjectDisposedExceptionOverflowExceptionFormatExceptionXmlException
-
GetPrintCapabilities
public PrintCapabilities GetPrintCapabilities(PrintTicket printTicket) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, NotImplementedException, CultureNotFoundException, PrintingNotSupportedException, PrintQueueException, AccessViolationException, OutOfMemoryException, ObjectDisposedException, OverflowException, FormatException, XmlException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionNotImplementedExceptionCultureNotFoundExceptionPrintingNotSupportedExceptionPrintQueueExceptionAccessViolationExceptionOutOfMemoryExceptionObjectDisposedExceptionOverflowExceptionFormatExceptionXmlException
-
GetPrintJobInfoCollection
public PrintJobInfoCollection GetPrintJobInfoCollection() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, NotImplementedException, CultureNotFoundException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundExceptionOutOfMemoryException
-
AddJob
public PrintSystemJobInfo AddJob() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, NotImplementedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, PrintingNotSupportedException, PrintQueueException, AccessViolationException, OutOfMemoryException, XmlException, FormatException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionNotImplementedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionPrintingNotSupportedExceptionPrintQueueExceptionAccessViolationExceptionOutOfMemoryExceptionXmlExceptionFormatException
-
AddJob
public PrintSystemJobInfo AddJob(java.lang.String jobName) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, NotImplementedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, PrintingNotSupportedException, PrintQueueException, AccessViolationException, OutOfMemoryException, XmlException, FormatException, TargetParameterCountException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionNotImplementedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionPrintingNotSupportedExceptionPrintQueueExceptionAccessViolationExceptionOutOfMemoryExceptionXmlExceptionFormatExceptionTargetParameterCountException
-
AddJob
public PrintSystemJobInfo AddJob(java.lang.String jobName, PrintTicket printTicket) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, NotImplementedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, PrintingNotSupportedException, PrintQueueException, AccessViolationException, OutOfMemoryException, XmlException, FormatException, TargetParameterCountException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionNotImplementedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionPrintingNotSupportedExceptionPrintQueueExceptionAccessViolationExceptionOutOfMemoryExceptionXmlExceptionFormatExceptionTargetParameterCountException
-
AddJob
public PrintSystemJobInfo AddJob(java.lang.String jobName, java.lang.String documentPath, boolean fastCopy) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, OutOfMemoryException, CultureNotFoundException, PrintingNotSupportedException, PrintQueueException, AccessViolationException, XmlException, FormatException, TargetParameterCountException, PathTooLongException, IOException, EndOfStreamException, SemaphoreFullException, FileFormatException, UnauthorizedAccessException, XpsPackagingException, InvalidDataException, KeyNotFoundException, XpsWriterException, PrintingCanceledException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionOutOfMemoryExceptionCultureNotFoundExceptionPrintingNotSupportedExceptionPrintQueueExceptionAccessViolationExceptionXmlExceptionFormatExceptionTargetParameterCountExceptionPathTooLongExceptionIOExceptionEndOfStreamExceptionSemaphoreFullExceptionFileFormatExceptionUnauthorizedAccessExceptionXpsPackagingExceptionInvalidDataExceptionKeyNotFoundExceptionXpsWriterExceptionPrintingCanceledException
-
AddJob
public PrintSystemJobInfo AddJob(java.lang.String jobName, java.lang.String documentPath, boolean fastCopy, PrintTicket printTicket) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, NotImplementedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, PrintingNotSupportedException, PrintQueueException, AccessViolationException, OutOfMemoryException, XmlException, FormatException, TargetParameterCountException, PathTooLongException, IOException, EndOfStreamException, SemaphoreFullException, FileFormatException, UnauthorizedAccessException, XpsPackagingException, InvalidDataException, KeyNotFoundException, XpsWriterException, PrintingCanceledException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionNotImplementedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionPrintingNotSupportedExceptionPrintQueueExceptionAccessViolationExceptionOutOfMemoryExceptionXmlExceptionFormatExceptionTargetParameterCountExceptionPathTooLongExceptionIOExceptionEndOfStreamExceptionSemaphoreFullExceptionFileFormatExceptionUnauthorizedAccessExceptionXpsPackagingExceptionInvalidDataExceptionKeyNotFoundExceptionXpsWriterExceptionPrintingCanceledException
-
GetJob
public PrintSystemJobInfo GetJob(int jobId) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, TargetParameterCountException, ObjectDisposedException, AbandonedMutexException, NotImplementedException, CultureNotFoundException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionTargetParameterCountExceptionObjectDisposedExceptionAbandonedMutexExceptionNotImplementedExceptionCultureNotFoundException
-
MergeAndValidatePrintTicket
public ValidationResult MergeAndValidatePrintTicket(PrintTicket basePrintTicket, PrintTicket deltaPrintTicket) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, PrintingNotSupportedException, PrintQueueException, AccessViolationException, OutOfMemoryException, ObjectDisposedException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionPrintingNotSupportedExceptionPrintQueueExceptionAccessViolationExceptionOutOfMemoryExceptionObjectDisposedException
-
MergeAndValidatePrintTicket
public ValidationResult MergeAndValidatePrintTicket(PrintTicket basePrintTicket, PrintTicket deltaPrintTicket, PrintTicketScope scope) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, PrintingNotSupportedException, PrintQueueException, AccessViolationException, OutOfMemoryException, ObjectDisposedException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionPrintingNotSupportedExceptionPrintQueueExceptionAccessViolationExceptionOutOfMemoryExceptionObjectDisposedException
-
CreateXpsDocumentWriter
public static XpsDocumentWriter CreateXpsDocumentWriter(JCORefOut<java.util.concurrent.atomic.AtomicReference<java.lang.Double>> width, JCORefOut<java.util.concurrent.atomic.AtomicReference<java.lang.Double>> height) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, ArgumentException, NotImplementedException, SecurityException, ArgumentOutOfRangeException, PrintingNotSupportedException, PrintQueueException, Win32Exception, MissingMethodException, TargetInvocationException, OutOfMemoryException, ObjectDisposedException, CultureNotFoundException, NotSupportedException, NullReferenceException, MulticastNotSupportedException, PrintDialogException, FormatException
- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionSecurityExceptionArgumentOutOfRangeExceptionPrintingNotSupportedExceptionPrintQueueExceptionWin32ExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionObjectDisposedExceptionCultureNotFoundExceptionNotSupportedExceptionNullReferenceExceptionMulticastNotSupportedExceptionPrintDialogExceptionFormatException
-
CreateXpsDocumentWriter
public static XpsDocumentWriter CreateXpsDocumentWriter(JCORefOut<PrintDocumentImageableArea> documentImageableArea) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, SecurityException, ArgumentOutOfRangeException, PrintQueueException, ArgumentException, MissingMethodException, TargetInvocationException, OutOfMemoryException, ObjectDisposedException, MissingManifestResourceException, MulticastNotSupportedException, PrintDialogException
- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionSecurityExceptionArgumentOutOfRangeExceptionPrintQueueExceptionArgumentExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionObjectDisposedExceptionMissingManifestResourceExceptionMulticastNotSupportedExceptionPrintDialogException
-
CreateXpsDocumentWriter
public static XpsDocumentWriter CreateXpsDocumentWriter(JCORefOut<PrintDocumentImageableArea> documentImageableArea, JCORefOut<PageRangeSelection> pageRangeSelection, JCORefOut<PageRange> pageRange) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, SecurityException, ArgumentOutOfRangeException, PrintQueueException, ArgumentException, MissingMethodException, TargetInvocationException, OutOfMemoryException, ObjectDisposedException, MissingManifestResourceException, MulticastNotSupportedException, PrintDialogException
- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionSecurityExceptionArgumentOutOfRangeExceptionPrintQueueExceptionArgumentExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionObjectDisposedExceptionMissingManifestResourceExceptionMulticastNotSupportedExceptionPrintDialogException
-
CreateXpsDocumentWriter
public static XpsDocumentWriter CreateXpsDocumentWriter(PrintQueue printQueue) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullException
-
CreateXpsDocumentWriter
public static XpsDocumentWriter CreateXpsDocumentWriter(java.lang.String jobDescription, JCORefOut<PrintDocumentImageableArea> documentImageableArea) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, ArgumentException, NotImplementedException, SecurityException, ArgumentOutOfRangeException, PrintingNotSupportedException, PrintQueueException, Win32Exception, MissingMethodException, TargetInvocationException, OutOfMemoryException, ObjectDisposedException, CultureNotFoundException, NotSupportedException, NullReferenceException, MulticastNotSupportedException, PrintDialogException, FormatException
- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionSecurityExceptionArgumentOutOfRangeExceptionPrintingNotSupportedExceptionPrintQueueExceptionWin32ExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionObjectDisposedExceptionCultureNotFoundExceptionNotSupportedExceptionNullReferenceExceptionMulticastNotSupportedExceptionPrintDialogExceptionFormatException
-
CreateXpsDocumentWriter
public static XpsDocumentWriter CreateXpsDocumentWriter(java.lang.String jobDescription, JCORefOut<PrintDocumentImageableArea> documentImageableArea, JCORefOut<PageRangeSelection> pageRangeSelection, JCORefOut<PageRange> pageRange) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, ArgumentException, NotImplementedException, SecurityException, ArgumentOutOfRangeException, PrintingNotSupportedException, PrintQueueException, Win32Exception, MissingMethodException, TargetInvocationException, OutOfMemoryException, ObjectDisposedException, CultureNotFoundException, NotSupportedException, NullReferenceException, MulticastNotSupportedException, PrintDialogException, FormatException
- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionSecurityExceptionArgumentOutOfRangeExceptionPrintingNotSupportedExceptionPrintQueueExceptionWin32ExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionObjectDisposedExceptionCultureNotFoundExceptionNotSupportedExceptionNullReferenceExceptionMulticastNotSupportedExceptionPrintDialogExceptionFormatException
-
Commit
public void Commit() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, IndexOutOfRangeException, NullReferenceException, OutOfMemoryException, ObjectDisposedException, AbandonedMutexException, PrintingNotSupportedException, PrintQueueException, AccessViolationException, PrintCommitAttributesException- Overrides:
Commitin classPrintSystemObject- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionIndexOutOfRangeExceptionNullReferenceExceptionOutOfMemoryExceptionObjectDisposedExceptionAbandonedMutexExceptionPrintingNotSupportedExceptionPrintQueueExceptionAccessViolationExceptionPrintCommitAttributesException
-
Pause
public void Pause() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, MissingMethodException, TargetInvocationException, OutOfMemoryException
-
Purge
public void Purge() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, MissingMethodException, TargetInvocationException, OutOfMemoryException
-
Refresh
public void Refresh() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, IndexOutOfRangeException, NullReferenceException, OutOfMemoryException, NotImplementedException, ObjectDisposedException, AbandonedMutexException- Overrides:
Refreshin classPrintSystemObject- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionIndexOutOfRangeExceptionNullReferenceExceptionOutOfMemoryExceptionNotImplementedExceptionObjectDisposedExceptionAbandonedMutexException
-
Resume
public void Resume() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, MissingMethodException, TargetInvocationException, OutOfMemoryException
-
getHasPaperProblem
public boolean getHasPaperProblem() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, NotImplementedException, CultureNotFoundException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundException
-
getHasToner
public boolean getHasToner() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, NotImplementedException, CultureNotFoundException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundException
-
getInPartialTrust
public boolean getInPartialTrust() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException
-
setInPartialTrust
public void setInPartialTrust(boolean InPartialTrust) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, NotImplementedException, CultureNotFoundException
-
getIsBidiEnabled
public boolean getIsBidiEnabled() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, NotImplementedException, CultureNotFoundException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundException
-
getIsBusy
public boolean getIsBusy() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, NotImplementedException, CultureNotFoundException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundException
-
getIsDevQueryEnabled
public boolean getIsDevQueryEnabled() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, NotImplementedException, CultureNotFoundException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundException
-
getIsDirect
public boolean getIsDirect() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, NotImplementedException, CultureNotFoundException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundException
-
getIsDoorOpened
public boolean getIsDoorOpened() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, NotImplementedException, CultureNotFoundException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundException
-
getIsHidden
public boolean getIsHidden() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, NotImplementedException, CultureNotFoundException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundException
-
getIsInError
public boolean getIsInError() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, NotImplementedException, CultureNotFoundException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundException
-
getIsInitializing
public boolean getIsInitializing() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, NotImplementedException, CultureNotFoundException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundException
-
getIsIOActive
public boolean getIsIOActive() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, NotImplementedException, CultureNotFoundException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundException
-
getIsManualFeedRequired
public boolean getIsManualFeedRequired() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, NotImplementedException, CultureNotFoundException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundException
-
getIsNotAvailable
public boolean getIsNotAvailable() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, NotImplementedException, CultureNotFoundException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundException
-
getIsOffline
public boolean getIsOffline() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, NotImplementedException, CultureNotFoundException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundException
-
getIsOutOfMemory
public boolean getIsOutOfMemory() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, NotImplementedException, CultureNotFoundException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundException
-
getIsOutOfPaper
public boolean getIsOutOfPaper() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, NotImplementedException, CultureNotFoundException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundException
-
getIsOutputBinFull
public boolean getIsOutputBinFull() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, NotImplementedException, CultureNotFoundException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundException
-
getIsPaperJammed
public boolean getIsPaperJammed() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, NotImplementedException, CultureNotFoundException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundException
-
getIsPaused
public boolean getIsPaused() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, NotImplementedException, CultureNotFoundException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundException
-
getIsPendingDeletion
public boolean getIsPendingDeletion() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, NotImplementedException, CultureNotFoundException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundException
-
getIsPowerSaveOn
public boolean getIsPowerSaveOn() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, NotImplementedException, CultureNotFoundException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundException
-
getIsPrinting
public boolean getIsPrinting() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, NotImplementedException, CultureNotFoundException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundException
-
getIsProcessing
public boolean getIsProcessing() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, NotImplementedException, CultureNotFoundException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundException
-
getIsPublished
public boolean getIsPublished() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, NotImplementedException, CultureNotFoundException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundException
-
getIsQueued
public boolean getIsQueued() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, NotImplementedException, CultureNotFoundException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundException
-
getIsRawOnlyEnabled
public boolean getIsRawOnlyEnabled() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, NotImplementedException, CultureNotFoundException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundException
-
getIsServerUnknown
public boolean getIsServerUnknown() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, NotImplementedException, CultureNotFoundException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundException
-
getIsShared
public boolean getIsShared() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, NotImplementedException, CultureNotFoundException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundException
-
getIsTonerLow
public boolean getIsTonerLow() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, NotImplementedException, CultureNotFoundException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundException
-
getIsWaiting
public boolean getIsWaiting() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, NotImplementedException, CultureNotFoundException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundException
-
getIsWarmingUp
public boolean getIsWarmingUp() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, NotImplementedException, CultureNotFoundException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundException
-
getIsXpsDevice
public boolean getIsXpsDevice() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, NotImplementedException, IndexOutOfRangeException, NullReferenceException, OutOfMemoryException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionNotImplementedExceptionIndexOutOfRangeExceptionNullReferenceExceptionOutOfMemoryException
-
setIsXpsDevice
public void setIsXpsDevice(boolean IsXpsDevice) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException
-
getKeepPrintedJobs
public boolean getKeepPrintedJobs() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, NotImplementedException, CultureNotFoundException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundException
-
getNeedUserIntervention
public boolean getNeedUserIntervention() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, NotImplementedException, CultureNotFoundException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundException
-
getPagePunt
public boolean getPagePunt() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, NotImplementedException, CultureNotFoundException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundException
-
getPrintingIsCancelled
public boolean getPrintingIsCancelled() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException
-
setPrintingIsCancelled
public void setPrintingIsCancelled(boolean PrintingIsCancelled) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException
-
getScheduleCompletedJobsFirst
public boolean getScheduleCompletedJobsFirst() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, NotImplementedException, CultureNotFoundException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundException
-
getAveragePagesPerMinute
public int getAveragePagesPerMinute() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, NotImplementedException, CultureNotFoundException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundException
-
getClientPrintSchemaVersion
public int getClientPrintSchemaVersion() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException
-
getDefaultPriority
public int getDefaultPriority() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, NotImplementedException, CultureNotFoundException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundException
-
setDefaultPriority
public void setDefaultPriority(int DefaultPriority) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException
-
getMaxPrintSchemaVersion
public static int getMaxPrintSchemaVersion() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getNumberOfJobs
public int getNumberOfJobs() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, NotImplementedException, CultureNotFoundException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundException
-
setNumberOfJobs
public void setNumberOfJobs(int NumberOfJobs) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException
-
getPriority
public int getPriority() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, NotImplementedException, CultureNotFoundException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundException
-
setPriority
public void setPriority(int Priority) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException
-
getStartTimeOfDay
public int getStartTimeOfDay() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, NotImplementedException, CultureNotFoundException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundException
-
setStartTimeOfDay
public void setStartTimeOfDay(int StartTimeOfDay) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException
-
getUntilTimeOfDay
public int getUntilTimeOfDay() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, NotImplementedException, CultureNotFoundException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundException
-
setUntilTimeOfDay
public void setUntilTimeOfDay(int UntilTimeOfDay) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException
-
getQueueDriver
public PrintDriver getQueueDriver() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, NotImplementedException, CultureNotFoundException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundException
-
setQueueDriver
public void setQueueDriver(PrintDriver QueueDriver) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException
-
getCurrentJobSettings
public PrintJobSettings getCurrentJobSettings() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, NotImplementedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, PrintingNotSupportedException, PrintQueueException, AccessViolationException, OutOfMemoryException, XmlException, FormatException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionNotImplementedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionPrintingNotSupportedExceptionPrintQueueExceptionAccessViolationExceptionOutOfMemoryExceptionXmlExceptionFormatException
-
getQueuePort
public PrintPort getQueuePort() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, NotImplementedException, CultureNotFoundException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundException
-
setQueuePort
public void setQueuePort(PrintPort QueuePort) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException
-
getQueuePrintProcessor
public PrintProcessor getQueuePrintProcessor() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, NotImplementedException, CultureNotFoundException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundException
-
setQueuePrintProcessor
public void setQueuePrintProcessor(PrintProcessor QueuePrintProcessor) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException
-
getQueueAttributes
public PrintQueueAttributes getQueueAttributes() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, NotImplementedException, CultureNotFoundException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundException
-
getQueueStatus
public PrintQueueStatus getQueueStatus() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, NotImplementedException, CultureNotFoundException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundException
-
getHostingPrintServer
public PrintServer getHostingPrintServer() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, NotImplementedException, CultureNotFoundException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundException
-
setHostingPrintServer
public void setHostingPrintServer(PrintServer HostingPrintServer) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException
-
getDefaultPrintTicket
public PrintTicket getDefaultPrintTicket() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, NotImplementedException, CultureNotFoundException, PrintingNotSupportedException, PrintQueueException, AccessViolationException, OutOfMemoryException, XmlException, FormatException, OverflowException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundExceptionPrintingNotSupportedExceptionPrintQueueExceptionAccessViolationExceptionOutOfMemoryExceptionXmlExceptionFormatExceptionOverflowException
-
setDefaultPrintTicket
public void setDefaultPrintTicket(PrintTicket DefaultPrintTicket) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, PrintingNotSupportedException, PrintQueueException, AccessViolationException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionPrintingNotSupportedExceptionPrintQueueExceptionAccessViolationExceptionOutOfMemoryException
-
getUserPrintTicket
public PrintTicket getUserPrintTicket() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, NotImplementedException, CultureNotFoundException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, PrintingNotSupportedException, PrintQueueException, AccessViolationException, OutOfMemoryException, XmlException, FormatException, OverflowException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionNotImplementedExceptionCultureNotFoundExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionPrintingNotSupportedExceptionPrintQueueExceptionAccessViolationExceptionOutOfMemoryExceptionXmlExceptionFormatExceptionOverflowException
-
setUserPrintTicket
public void setUserPrintTicket(PrintTicket UserPrintTicket) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, PrintingNotSupportedException, PrintQueueException, AccessViolationException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionPrintingNotSupportedExceptionPrintQueueExceptionAccessViolationExceptionOutOfMemoryException
-
getComment
public java.lang.String getComment() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, NotImplementedException, CultureNotFoundException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundException
-
setComment
public void setComment(java.lang.String Comment) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, NullReferenceException, ObjectDisposedException, AbandonedMutexException
-
getDescription
public java.lang.String getDescription() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, NotImplementedException, CultureNotFoundException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundException
-
setDescription
public void setDescription(java.lang.String Description) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, NullReferenceException, ObjectDisposedException, AbandonedMutexException
-
getFullName
public java.lang.String getFullName() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException
-
getLocation
public java.lang.String getLocation() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, NotImplementedException, CultureNotFoundException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundException
-
setLocation
public void setLocation(java.lang.String Location) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, NullReferenceException, ObjectDisposedException, AbandonedMutexException
-
getSeparatorFile
public java.lang.String getSeparatorFile() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, NotImplementedException, CultureNotFoundException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundException
-
setSeparatorFile
public void setSeparatorFile(java.lang.String SeparatorFile) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, NullReferenceException, ObjectDisposedException, AbandonedMutexException
-
getShareName
public java.lang.String getShareName() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, NullReferenceException, NotImplementedException, CultureNotFoundException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionNullReferenceExceptionNotImplementedExceptionCultureNotFoundException
-
setShareName
public void setShareName(java.lang.String ShareName) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, NullReferenceException, ObjectDisposedException, AbandonedMutexException
-
-