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.String
assemblyFullName
Fully assembly qualified name: System.Printing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.String
assemblyShortName
Assembly name: System.Printingstatic java.lang.String
className
Qualified class name: System.Printing.PrintQueuestatic JCType
classType
The 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.Throwable
Internal 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.Throwable
ArgumentOutOfRangeException
ArgumentNullException
FormatException
ArgumentException
NotSupportedException
InvalidOperationException
NotImplementedException
MemberAccessException
TargetException
TargetParameterCountException
ObjectDisposedException
AbandonedMutexException
Win32Exception
MissingManifestResourceException
NullReferenceException
CultureNotFoundException
IndexOutOfRangeException
PrintingNotSupportedException
PrintQueueException
-
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.Throwable
ArgumentOutOfRangeException
ArgumentNullException
FormatException
ArgumentException
NotSupportedException
InvalidOperationException
NotImplementedException
MemberAccessException
TargetException
TargetParameterCountException
ObjectDisposedException
AbandonedMutexException
Win32Exception
MissingManifestResourceException
NullReferenceException
CultureNotFoundException
IndexOutOfRangeException
PrintingNotSupportedException
PrintQueueException
-
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.Throwable
ArgumentOutOfRangeException
ArgumentNullException
FormatException
ArgumentException
NotSupportedException
InvalidOperationException
NotImplementedException
MemberAccessException
TargetException
TargetParameterCountException
ObjectDisposedException
AbandonedMutexException
OutOfMemoryException
Win32Exception
MissingManifestResourceException
NullReferenceException
CultureNotFoundException
IndexOutOfRangeException
PrintingNotSupportedException
PrintQueueException
-
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.Throwable
ArgumentOutOfRangeException
ArgumentNullException
FormatException
ArgumentException
NotSupportedException
InvalidOperationException
NotImplementedException
MemberAccessException
TargetException
TargetParameterCountException
ObjectDisposedException
AbandonedMutexException
Win32Exception
MissingManifestResourceException
NullReferenceException
CultureNotFoundException
IndexOutOfRangeException
PrintingNotSupportedException
PrintQueueException
-
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.Throwable
ArgumentOutOfRangeException
ArgumentNullException
FormatException
ArgumentException
NotSupportedException
InvalidOperationException
NotImplementedException
MemberAccessException
TargetException
TargetParameterCountException
ObjectDisposedException
AbandonedMutexException
OutOfMemoryException
Win32Exception
MissingManifestResourceException
NullReferenceException
CultureNotFoundException
IndexOutOfRangeException
PrintingNotSupportedException
PrintQueueException
-
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.Throwable
ArgumentOutOfRangeException
ArgumentNullException
FormatException
ArgumentException
NotSupportedException
InvalidOperationException
NotImplementedException
MemberAccessException
TargetException
TargetParameterCountException
ObjectDisposedException
AbandonedMutexException
OutOfMemoryException
Win32Exception
MissingManifestResourceException
NullReferenceException
CultureNotFoundException
IndexOutOfRangeException
PrintingNotSupportedException
PrintQueueException
-
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.Throwable
ArgumentOutOfRangeException
ArgumentNullException
FormatException
ArgumentException
NotSupportedException
InvalidOperationException
NotImplementedException
MemberAccessException
TargetException
TargetParameterCountException
ObjectDisposedException
AbandonedMutexException
Win32Exception
MissingManifestResourceException
NullReferenceException
CultureNotFoundException
IndexOutOfRangeException
PrintingNotSupportedException
PrintQueueException
-
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.Throwable
ArgumentOutOfRangeException
ArgumentNullException
FormatException
ArgumentException
NotSupportedException
InvalidOperationException
NotImplementedException
MemberAccessException
TargetException
TargetParameterCountException
ObjectDisposedException
AbandonedMutexException
OutOfMemoryException
Win32Exception
MissingManifestResourceException
NullReferenceException
CultureNotFoundException
IndexOutOfRangeException
PrintingNotSupportedException
PrintQueueException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classPrintSystemObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classPrintSystemObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classPrintSystemObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classPrintSystemObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classPrintSystemObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classPrintSystemObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static PrintQueue cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoPrintQueue
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
PrintQueue
instance- 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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
PrintingNotSupportedException
PrintQueueException
AccessViolationException
OutOfMemoryException
ObjectDisposedException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
PrintingNotSupportedException
PrintQueueException
AccessViolationException
OutOfMemoryException
ObjectDisposedException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
PrintingNotSupportedException
PrintQueueException
AccessViolationException
OutOfMemoryException
ObjectDisposedException
OverflowException
FormatException
XmlException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
NotImplementedException
CultureNotFoundException
PrintingNotSupportedException
PrintQueueException
AccessViolationException
OutOfMemoryException
ObjectDisposedException
OverflowException
FormatException
XmlException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
NotImplementedException
CultureNotFoundException
OutOfMemoryException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
NotImplementedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
PrintingNotSupportedException
PrintQueueException
AccessViolationException
OutOfMemoryException
XmlException
FormatException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
NotImplementedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
PrintingNotSupportedException
PrintQueueException
AccessViolationException
OutOfMemoryException
XmlException
FormatException
TargetParameterCountException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
NotImplementedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
PrintingNotSupportedException
PrintQueueException
AccessViolationException
OutOfMemoryException
XmlException
FormatException
TargetParameterCountException
-
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, KeyNotFoundException, XpsPackagingException, InvalidDataException, XpsWriterException, PrintingCanceledException
- 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
KeyNotFoundException
XpsPackagingException
InvalidDataException
XpsWriterException
PrintingCanceledException
-
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, KeyNotFoundException, XpsPackagingException, InvalidDataException, XpsWriterException, PrintingCanceledException
- 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
KeyNotFoundException
XpsPackagingException
InvalidDataException
XpsWriterException
PrintingCanceledException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
TargetParameterCountException
ObjectDisposedException
AbandonedMutexException
NotImplementedException
CultureNotFoundException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
PrintingNotSupportedException
PrintQueueException
AccessViolationException
OutOfMemoryException
ObjectDisposedException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
PrintingNotSupportedException
PrintQueueException
AccessViolationException
OutOfMemoryException
ObjectDisposedException
-
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.Throwable
InvalidOperationException
ArgumentNullException
ArgumentException
NotImplementedException
SecurityException
ArgumentOutOfRangeException
PrintingNotSupportedException
PrintQueueException
Win32Exception
MissingMethodException
TargetInvocationException
OutOfMemoryException
ObjectDisposedException
CultureNotFoundException
NotSupportedException
NullReferenceException
MulticastNotSupportedException
PrintDialogException
FormatException
-
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.Throwable
InvalidOperationException
ArgumentNullException
SecurityException
ArgumentOutOfRangeException
PrintQueueException
ArgumentException
MissingMethodException
TargetInvocationException
OutOfMemoryException
ObjectDisposedException
MissingManifestResourceException
MulticastNotSupportedException
PrintDialogException
-
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.Throwable
InvalidOperationException
ArgumentNullException
SecurityException
ArgumentOutOfRangeException
PrintQueueException
ArgumentException
MissingMethodException
TargetInvocationException
OutOfMemoryException
ObjectDisposedException
MissingManifestResourceException
MulticastNotSupportedException
PrintDialogException
-
CreateXpsDocumentWriter
public static XpsDocumentWriter CreateXpsDocumentWriter(PrintQueue printQueue) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
-
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.Throwable
InvalidOperationException
ArgumentNullException
ArgumentException
NotImplementedException
SecurityException
ArgumentOutOfRangeException
PrintingNotSupportedException
PrintQueueException
Win32Exception
MissingMethodException
TargetInvocationException
OutOfMemoryException
ObjectDisposedException
CultureNotFoundException
NotSupportedException
NullReferenceException
MulticastNotSupportedException
PrintDialogException
FormatException
-
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.Throwable
InvalidOperationException
ArgumentNullException
ArgumentException
NotImplementedException
SecurityException
ArgumentOutOfRangeException
PrintingNotSupportedException
PrintQueueException
Win32Exception
MissingMethodException
TargetInvocationException
OutOfMemoryException
ObjectDisposedException
CultureNotFoundException
NotSupportedException
NullReferenceException
MulticastNotSupportedException
PrintDialogException
FormatException
-
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:
Commit
in classPrintSystemObject
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
IndexOutOfRangeException
NullReferenceException
OutOfMemoryException
ObjectDisposedException
AbandonedMutexException
PrintingNotSupportedException
PrintQueueException
AccessViolationException
PrintCommitAttributesException
-
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:
Refresh
in classPrintSystemObject
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
IndexOutOfRangeException
NullReferenceException
OutOfMemoryException
NotImplementedException
ObjectDisposedException
AbandonedMutexException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
NotImplementedException
CultureNotFoundException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
NotImplementedException
CultureNotFoundException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
NotImplementedException
CultureNotFoundException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
NotImplementedException
CultureNotFoundException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
NotImplementedException
CultureNotFoundException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
NotImplementedException
CultureNotFoundException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
NotImplementedException
CultureNotFoundException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
NotImplementedException
CultureNotFoundException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
NotImplementedException
CultureNotFoundException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
NotImplementedException
CultureNotFoundException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
NotImplementedException
CultureNotFoundException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
NotImplementedException
CultureNotFoundException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
NotImplementedException
CultureNotFoundException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
NotImplementedException
CultureNotFoundException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
NotImplementedException
CultureNotFoundException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
NotImplementedException
CultureNotFoundException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
NotImplementedException
CultureNotFoundException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
NotImplementedException
CultureNotFoundException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
NotImplementedException
CultureNotFoundException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
NotImplementedException
CultureNotFoundException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
NotImplementedException
CultureNotFoundException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
NotImplementedException
CultureNotFoundException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
NotImplementedException
CultureNotFoundException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
NotImplementedException
CultureNotFoundException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
NotImplementedException
CultureNotFoundException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
NotImplementedException
CultureNotFoundException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
NotImplementedException
CultureNotFoundException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
NotImplementedException
CultureNotFoundException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
NotImplementedException
CultureNotFoundException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
NotImplementedException
CultureNotFoundException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
NotImplementedException
CultureNotFoundException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
NotImplementedException
IndexOutOfRangeException
NullReferenceException
OutOfMemoryException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
NotImplementedException
CultureNotFoundException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
NotImplementedException
CultureNotFoundException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
NotImplementedException
CultureNotFoundException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
NotImplementedException
CultureNotFoundException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
NotImplementedException
CultureNotFoundException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
NotImplementedException
CultureNotFoundException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
NotImplementedException
CultureNotFoundException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
NotImplementedException
CultureNotFoundException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
NotImplementedException
CultureNotFoundException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
NotImplementedException
CultureNotFoundException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
NotImplementedException
CultureNotFoundException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
NotImplementedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
PrintingNotSupportedException
PrintQueueException
AccessViolationException
OutOfMemoryException
XmlException
FormatException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
NotImplementedException
CultureNotFoundException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
NotImplementedException
CultureNotFoundException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
NotImplementedException
CultureNotFoundException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
NotImplementedException
CultureNotFoundException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
NotImplementedException
CultureNotFoundException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
NotImplementedException
CultureNotFoundException
PrintingNotSupportedException
PrintQueueException
AccessViolationException
OutOfMemoryException
XmlException
FormatException
OverflowException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
PrintingNotSupportedException
PrintQueueException
AccessViolationException
OutOfMemoryException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
NotImplementedException
CultureNotFoundException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
PrintingNotSupportedException
PrintQueueException
AccessViolationException
OutOfMemoryException
XmlException
FormatException
OverflowException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
PrintingNotSupportedException
PrintQueueException
AccessViolationException
OutOfMemoryException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
NotImplementedException
CultureNotFoundException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
NotImplementedException
CultureNotFoundException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
NotImplementedException
CultureNotFoundException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
NotImplementedException
CultureNotFoundException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
ObjectDisposedException
AbandonedMutexException
IndexOutOfRangeException
NullReferenceException
NotImplementedException
CultureNotFoundException
-
setShareName
public void setShareName(java.lang.String ShareName) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, NullReferenceException, ObjectDisposedException, AbandonedMutexException
-
-