public class XpsDocumentWriter extends SerializerWriter
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Xps.XpsDocumentWriter
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Printing, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
|
static java.lang.String |
assemblyShortName
Assembly name: System.Printing
|
static java.lang.String |
className
Qualified class name: System.Windows.Xps.XpsDocumentWriter
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
XpsDocumentWriter() |
XpsDocumentWriter(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CancelAsync() |
static XpsDocumentWriter |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into XpsDocumentWriter, a cast assert is made to check if types are compatible. |
SerializerWriterCollator |
CreateVisualsCollator() |
SerializerWriterCollator |
CreateVisualsCollator(PrintTicket documentSequencePrintTicket,
PrintTicket documentPrintTicket) |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
void |
setJCOInstance(JCObject instance) |
void |
Write(DocumentPaginator documentPaginator) |
void |
Write(DocumentPaginator documentPaginator,
PrintTicket printTicket) |
void |
Write(FixedDocument fixedDocument) |
void |
Write(FixedDocument fixedDocument,
PrintTicket printTicket) |
void |
Write(FixedDocumentSequence fixedDocumentSequence) |
void |
Write(FixedDocumentSequence fixedDocumentSequence,
PrintTicket printTicket) |
void |
Write(FixedPage fixedPage) |
void |
Write(FixedPage fixedPage,
PrintTicket printTicket) |
void |
Write(java.lang.String documentPath) |
void |
Write(java.lang.String documentPath,
XpsDocumentNotificationLevel notificationLevel) |
void |
Write(Visual visual) |
void |
Write(Visual visual,
PrintTicket printTicket) |
void |
WriteAsync(DocumentPaginator documentPaginator) |
void |
WriteAsync(DocumentPaginator documentPaginator,
NetObject userSuppliedState) |
void |
WriteAsync(DocumentPaginator documentPaginator,
PrintTicket printTicket) |
void |
WriteAsync(DocumentPaginator documentPaginator,
PrintTicket printTicket,
NetObject userSuppliedState) |
void |
WriteAsync(FixedDocument fixedDocument) |
void |
WriteAsync(FixedDocument fixedDocument,
NetObject userSuppliedState) |
void |
WriteAsync(FixedDocument fixedDocument,
PrintTicket printTicket) |
void |
WriteAsync(FixedDocument fixedDocument,
PrintTicket printTicket,
NetObject userSuppliedState) |
void |
WriteAsync(FixedDocumentSequence fixedDocumentSequence) |
void |
WriteAsync(FixedDocumentSequence fixedDocumentSequence,
NetObject userSuppliedState) |
void |
WriteAsync(FixedDocumentSequence fixedDocumentSequence,
PrintTicket printTicket) |
void |
WriteAsync(FixedDocumentSequence fixedDocumentSequence,
PrintTicket printTicket,
NetObject userSuppliedState) |
void |
WriteAsync(FixedPage fixedPage) |
void |
WriteAsync(FixedPage fixedPage,
NetObject userSuppliedState) |
void |
WriteAsync(FixedPage fixedPage,
PrintTicket printTicket) |
void |
WriteAsync(FixedPage fixedPage,
PrintTicket printTicket,
NetObject userSuppliedState) |
void |
WriteAsync(java.lang.String documentPath) |
void |
WriteAsync(java.lang.String documentPath,
XpsDocumentNotificationLevel notificationLevel) |
void |
WriteAsync(Visual visual) |
void |
WriteAsync(Visual visual,
NetObject userSuppliedState) |
void |
WriteAsync(Visual visual,
PrintTicket printTicket) |
void |
WriteAsync(Visual visual,
PrintTicket printTicket,
NetObject userSuppliedState) |
addWritingCancelled, addWritingCompleted, addWritingPrintTicketRequired, addWritingProgressChanged, removeWritingCancelled, removeWritingCompleted, removeWritingPrintTicketRequired, removeWritingProgressChangedpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public XpsDocumentWriter()
throws java.lang.Throwable
java.lang.Throwablepublic XpsDocumentWriter(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void CancelAsync()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
RankException,
IndexOutOfRangeException,
ArrayTypeMismatchException,
InvalidOperationException,
InvalidEnumArgumentException,
Win32Exception,
NotSupportedException,
AmbiguousMatchException,
CultureNotFoundException,
XpsWriterException
CancelAsync in class SerializerWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionAmbiguousMatchExceptionCultureNotFoundExceptionXpsWriterExceptionpublic static XpsDocumentWriter cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into XpsDocumentWriter, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedXpsDocumentWriter instancejava.lang.Throwable - in case of error during cast operationpublic SerializerWriterCollator CreateVisualsCollator() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, AmbiguousMatchException, CultureNotFoundException, XpsWriterException
CreateVisualsCollator in class SerializerWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionAmbiguousMatchExceptionCultureNotFoundExceptionXpsWriterExceptionpublic SerializerWriterCollator CreateVisualsCollator(PrintTicket documentSequencePrintTicket, PrintTicket documentPrintTicket) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, AmbiguousMatchException, CultureNotFoundException, XpsWriterException
CreateVisualsCollator in class SerializerWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionAmbiguousMatchExceptionCultureNotFoundExceptionXpsWriterExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class SerializerWriterString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class SerializerWriterString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class SerializerWriterObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class SerializerWriterString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class SerializerWriterJCType representing the CLR Type of the instantiated Classpublic void setJCOInstance(JCObject instance)
setJCOInstance in class SerializerWriterpublic void Write(DocumentPaginator documentPaginator) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, CultureNotFoundException, XpsWriterException, PrintingNotSupportedException, PrintQueueException, ObjectDisposedException, InvalidDataException, FormatException, XmlException, FileFormatException, IOException, KeyNotFoundException, OverflowException, UriFormatException, XpsPackagingException, MulticastNotSupportedException, PrintingCanceledException, SecurityException, UnauthorizedAccessException, EventSourceException, OutOfMemoryException
Write in class SerializerWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionCultureNotFoundExceptionXpsWriterExceptionPrintingNotSupportedExceptionPrintQueueExceptionObjectDisposedExceptionInvalidDataExceptionFormatExceptionXmlExceptionFileFormatExceptionIOExceptionKeyNotFoundExceptionOverflowExceptionUriFormatExceptionXpsPackagingExceptionMulticastNotSupportedExceptionPrintingCanceledExceptionSecurityExceptionUnauthorizedAccessExceptionEventSourceExceptionOutOfMemoryExceptionpublic void Write(DocumentPaginator documentPaginator, PrintTicket printTicket) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, CultureNotFoundException, XpsWriterException, PrintingNotSupportedException, PrintQueueException, ObjectDisposedException, InvalidDataException, FormatException, XmlException, FileFormatException, IOException, KeyNotFoundException, OverflowException, UriFormatException, XpsPackagingException, MulticastNotSupportedException, PrintingCanceledException, SecurityException, UnauthorizedAccessException, EventSourceException, OutOfMemoryException
Write in class SerializerWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionCultureNotFoundExceptionXpsWriterExceptionPrintingNotSupportedExceptionPrintQueueExceptionObjectDisposedExceptionInvalidDataExceptionFormatExceptionXmlExceptionFileFormatExceptionIOExceptionKeyNotFoundExceptionOverflowExceptionUriFormatExceptionXpsPackagingExceptionMulticastNotSupportedExceptionPrintingCanceledExceptionSecurityExceptionUnauthorizedAccessExceptionEventSourceExceptionOutOfMemoryExceptionpublic void Write(FixedDocument fixedDocument) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, CultureNotFoundException, XpsWriterException, PrintingNotSupportedException, PrintQueueException, ObjectDisposedException, InvalidDataException, FormatException, XmlException, FileFormatException, IOException, KeyNotFoundException, OverflowException, UriFormatException, XpsPackagingException, MulticastNotSupportedException, PrintingCanceledException, SecurityException, UnauthorizedAccessException, EventSourceException, OutOfMemoryException
Write in class SerializerWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionCultureNotFoundExceptionXpsWriterExceptionPrintingNotSupportedExceptionPrintQueueExceptionObjectDisposedExceptionInvalidDataExceptionFormatExceptionXmlExceptionFileFormatExceptionIOExceptionKeyNotFoundExceptionOverflowExceptionUriFormatExceptionXpsPackagingExceptionMulticastNotSupportedExceptionPrintingCanceledExceptionSecurityExceptionUnauthorizedAccessExceptionEventSourceExceptionOutOfMemoryExceptionpublic void Write(FixedDocument fixedDocument, PrintTicket printTicket) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, CultureNotFoundException, XpsWriterException, PrintingNotSupportedException, PrintQueueException, ObjectDisposedException, InvalidDataException, FormatException, XmlException, FileFormatException, IOException, KeyNotFoundException, OverflowException, UriFormatException, XpsPackagingException, MulticastNotSupportedException, PrintingCanceledException, SecurityException, UnauthorizedAccessException, EventSourceException, OutOfMemoryException
Write in class SerializerWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionCultureNotFoundExceptionXpsWriterExceptionPrintingNotSupportedExceptionPrintQueueExceptionObjectDisposedExceptionInvalidDataExceptionFormatExceptionXmlExceptionFileFormatExceptionIOExceptionKeyNotFoundExceptionOverflowExceptionUriFormatExceptionXpsPackagingExceptionMulticastNotSupportedExceptionPrintingCanceledExceptionSecurityExceptionUnauthorizedAccessExceptionEventSourceExceptionOutOfMemoryExceptionpublic void Write(FixedDocumentSequence fixedDocumentSequence) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, CultureNotFoundException, XpsWriterException, PrintingNotSupportedException, PrintQueueException, ObjectDisposedException, InvalidDataException, FormatException, XmlException, FileFormatException, IOException, KeyNotFoundException, OverflowException, UriFormatException, XpsPackagingException, MulticastNotSupportedException, PrintingCanceledException, SecurityException, UnauthorizedAccessException, EventSourceException, OutOfMemoryException
Write in class SerializerWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionCultureNotFoundExceptionXpsWriterExceptionPrintingNotSupportedExceptionPrintQueueExceptionObjectDisposedExceptionInvalidDataExceptionFormatExceptionXmlExceptionFileFormatExceptionIOExceptionKeyNotFoundExceptionOverflowExceptionUriFormatExceptionXpsPackagingExceptionMulticastNotSupportedExceptionPrintingCanceledExceptionSecurityExceptionUnauthorizedAccessExceptionEventSourceExceptionOutOfMemoryExceptionpublic void Write(FixedDocumentSequence fixedDocumentSequence, PrintTicket printTicket) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, CultureNotFoundException, XpsWriterException, PrintingNotSupportedException, PrintQueueException, ObjectDisposedException, InvalidDataException, FormatException, XmlException, FileFormatException, IOException, KeyNotFoundException, OverflowException, UriFormatException, XpsPackagingException, MulticastNotSupportedException, PrintingCanceledException, SecurityException, UnauthorizedAccessException, EventSourceException, OutOfMemoryException
Write in class SerializerWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionCultureNotFoundExceptionXpsWriterExceptionPrintingNotSupportedExceptionPrintQueueExceptionObjectDisposedExceptionInvalidDataExceptionFormatExceptionXmlExceptionFileFormatExceptionIOExceptionKeyNotFoundExceptionOverflowExceptionUriFormatExceptionXpsPackagingExceptionMulticastNotSupportedExceptionPrintingCanceledExceptionSecurityExceptionUnauthorizedAccessExceptionEventSourceExceptionOutOfMemoryExceptionpublic void Write(FixedPage fixedPage) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, CultureNotFoundException, XpsWriterException, PrintingNotSupportedException, PrintQueueException, ObjectDisposedException, InvalidDataException, FormatException, XmlException, FileFormatException, IOException, KeyNotFoundException, OverflowException, UriFormatException, XpsPackagingException, MulticastNotSupportedException, PrintingCanceledException, SecurityException, UnauthorizedAccessException, EventSourceException, OutOfMemoryException
Write in class SerializerWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionCultureNotFoundExceptionXpsWriterExceptionPrintingNotSupportedExceptionPrintQueueExceptionObjectDisposedExceptionInvalidDataExceptionFormatExceptionXmlExceptionFileFormatExceptionIOExceptionKeyNotFoundExceptionOverflowExceptionUriFormatExceptionXpsPackagingExceptionMulticastNotSupportedExceptionPrintingCanceledExceptionSecurityExceptionUnauthorizedAccessExceptionEventSourceExceptionOutOfMemoryExceptionpublic void Write(FixedPage fixedPage, PrintTicket printTicket) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, CultureNotFoundException, XpsWriterException, PrintingNotSupportedException, PrintQueueException, ObjectDisposedException, InvalidDataException, FormatException, XmlException, FileFormatException, IOException, KeyNotFoundException, OverflowException, UriFormatException, XpsPackagingException, MulticastNotSupportedException, PrintingCanceledException, SecurityException, UnauthorizedAccessException, EventSourceException, OutOfMemoryException
Write in class SerializerWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionCultureNotFoundExceptionXpsWriterExceptionPrintingNotSupportedExceptionPrintQueueExceptionObjectDisposedExceptionInvalidDataExceptionFormatExceptionXmlExceptionFileFormatExceptionIOExceptionKeyNotFoundExceptionOverflowExceptionUriFormatExceptionXpsPackagingExceptionMulticastNotSupportedExceptionPrintingCanceledExceptionSecurityExceptionUnauthorizedAccessExceptionEventSourceExceptionOutOfMemoryExceptionpublic void Write(java.lang.String documentPath)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
RankException,
IndexOutOfRangeException,
ArrayTypeMismatchException,
InvalidOperationException,
InvalidEnumArgumentException,
Win32Exception,
NotSupportedException,
InvalidDataException,
FormatException,
FileFormatException,
XmlException,
ObjectDisposedException,
IOException,
KeyNotFoundException,
UnauthorizedAccessException,
XpsPackagingException,
XamlException,
NotImplementedException,
XamlParseException,
XpsWriterException,
MulticastNotSupportedException,
PrintingCanceledException,
SecurityException,
AbandonedMutexException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionInvalidDataExceptionFormatExceptionFileFormatExceptionXmlExceptionObjectDisposedExceptionIOExceptionKeyNotFoundExceptionUnauthorizedAccessExceptionXpsPackagingExceptionXamlExceptionNotImplementedExceptionXamlParseExceptionXpsWriterExceptionMulticastNotSupportedExceptionPrintingCanceledExceptionSecurityExceptionAbandonedMutexExceptionpublic void Write(java.lang.String documentPath,
XpsDocumentNotificationLevel notificationLevel)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
RankException,
IndexOutOfRangeException,
ArrayTypeMismatchException,
InvalidOperationException,
InvalidEnumArgumentException,
Win32Exception,
NotSupportedException,
CultureNotFoundException,
UnreachableException,
InvalidDataException,
FormatException,
XmlException,
FileFormatException,
ObjectDisposedException,
IOException,
KeyNotFoundException,
UnauthorizedAccessException,
XpsPackagingException,
XamlException,
NotImplementedException,
XamlParseException,
AmbiguousMatchException,
XpsWriterException,
PrintQueueException,
OverflowException,
MulticastNotSupportedException,
PrintingCanceledException,
SecurityException,
EventSourceException,
OutOfMemoryException,
AbandonedMutexException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionCultureNotFoundExceptionUnreachableExceptionInvalidDataExceptionFormatExceptionXmlExceptionFileFormatExceptionObjectDisposedExceptionIOExceptionKeyNotFoundExceptionUnauthorizedAccessExceptionXpsPackagingExceptionXamlExceptionNotImplementedExceptionXamlParseExceptionAmbiguousMatchExceptionXpsWriterExceptionPrintQueueExceptionOverflowExceptionMulticastNotSupportedExceptionPrintingCanceledExceptionSecurityExceptionEventSourceExceptionOutOfMemoryExceptionAbandonedMutexExceptionpublic void Write(Visual visual) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, CultureNotFoundException, XpsWriterException, PrintingNotSupportedException, PrintQueueException, ObjectDisposedException, InvalidDataException, FormatException, XmlException, FileFormatException, IOException, KeyNotFoundException, OverflowException, UriFormatException, XpsPackagingException, MulticastNotSupportedException, PrintingCanceledException, SecurityException, UnauthorizedAccessException, EventSourceException, OutOfMemoryException
Write in class SerializerWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionCultureNotFoundExceptionXpsWriterExceptionPrintingNotSupportedExceptionPrintQueueExceptionObjectDisposedExceptionInvalidDataExceptionFormatExceptionXmlExceptionFileFormatExceptionIOExceptionKeyNotFoundExceptionOverflowExceptionUriFormatExceptionXpsPackagingExceptionMulticastNotSupportedExceptionPrintingCanceledExceptionSecurityExceptionUnauthorizedAccessExceptionEventSourceExceptionOutOfMemoryExceptionpublic void Write(Visual visual, PrintTicket printTicket) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, CultureNotFoundException, XpsWriterException, PrintingNotSupportedException, PrintQueueException, ObjectDisposedException, InvalidDataException, FormatException, XmlException, FileFormatException, IOException, KeyNotFoundException, OverflowException, UriFormatException, XpsPackagingException, MulticastNotSupportedException, PrintingCanceledException, SecurityException, UnauthorizedAccessException, EventSourceException, OutOfMemoryException
Write in class SerializerWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionCultureNotFoundExceptionXpsWriterExceptionPrintingNotSupportedExceptionPrintQueueExceptionObjectDisposedExceptionInvalidDataExceptionFormatExceptionXmlExceptionFileFormatExceptionIOExceptionKeyNotFoundExceptionOverflowExceptionUriFormatExceptionXpsPackagingExceptionMulticastNotSupportedExceptionPrintingCanceledExceptionSecurityExceptionUnauthorizedAccessExceptionEventSourceExceptionOutOfMemoryExceptionpublic void WriteAsync(DocumentPaginator documentPaginator) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, CultureNotFoundException, XpsWriterException, PrintingNotSupportedException, PrintQueueException, ObjectDisposedException, InvalidDataException, FormatException, XmlException, FileFormatException, IOException, KeyNotFoundException, OverflowException, UriFormatException, XpsPackagingException, MulticastNotSupportedException, PrintingCanceledException, SecurityException, UnauthorizedAccessException, EventSourceException, OutOfMemoryException
WriteAsync in class SerializerWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionCultureNotFoundExceptionXpsWriterExceptionPrintingNotSupportedExceptionPrintQueueExceptionObjectDisposedExceptionInvalidDataExceptionFormatExceptionXmlExceptionFileFormatExceptionIOExceptionKeyNotFoundExceptionOverflowExceptionUriFormatExceptionXpsPackagingExceptionMulticastNotSupportedExceptionPrintingCanceledExceptionSecurityExceptionUnauthorizedAccessExceptionEventSourceExceptionOutOfMemoryExceptionpublic void WriteAsync(DocumentPaginator documentPaginator, NetObject userSuppliedState) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, CultureNotFoundException, XpsWriterException, PrintQueueException, ObjectDisposedException, InvalidDataException, FormatException, FileFormatException, XmlException, IOException, KeyNotFoundException, UriFormatException, UnreachableException, OverflowException, XpsPackagingException, MulticastNotSupportedException, PrintingCanceledException, SecurityException, UnauthorizedAccessException, EventSourceException, OutOfMemoryException
WriteAsync in class SerializerWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionCultureNotFoundExceptionXpsWriterExceptionPrintQueueExceptionObjectDisposedExceptionInvalidDataExceptionFormatExceptionFileFormatExceptionXmlExceptionIOExceptionKeyNotFoundExceptionUriFormatExceptionUnreachableExceptionOverflowExceptionXpsPackagingExceptionMulticastNotSupportedExceptionPrintingCanceledExceptionSecurityExceptionUnauthorizedAccessExceptionEventSourceExceptionOutOfMemoryExceptionpublic void WriteAsync(DocumentPaginator documentPaginator, PrintTicket printTicket) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, CultureNotFoundException, XpsWriterException, PrintingNotSupportedException, PrintQueueException, ObjectDisposedException, InvalidDataException, FormatException, XmlException, FileFormatException, IOException, KeyNotFoundException, OverflowException, UriFormatException, XpsPackagingException, MulticastNotSupportedException, PrintingCanceledException, SecurityException, UnauthorizedAccessException, EventSourceException, OutOfMemoryException
WriteAsync in class SerializerWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionCultureNotFoundExceptionXpsWriterExceptionPrintingNotSupportedExceptionPrintQueueExceptionObjectDisposedExceptionInvalidDataExceptionFormatExceptionXmlExceptionFileFormatExceptionIOExceptionKeyNotFoundExceptionOverflowExceptionUriFormatExceptionXpsPackagingExceptionMulticastNotSupportedExceptionPrintingCanceledExceptionSecurityExceptionUnauthorizedAccessExceptionEventSourceExceptionOutOfMemoryExceptionpublic void WriteAsync(DocumentPaginator documentPaginator, PrintTicket printTicket, NetObject userSuppliedState) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, CultureNotFoundException, XpsWriterException, PrintQueueException, ObjectDisposedException, InvalidDataException, FormatException, FileFormatException, XmlException, IOException, KeyNotFoundException, UriFormatException, UnreachableException, OverflowException, XpsPackagingException, MulticastNotSupportedException, PrintingCanceledException, SecurityException, UnauthorizedAccessException, EventSourceException, OutOfMemoryException
WriteAsync in class SerializerWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionCultureNotFoundExceptionXpsWriterExceptionPrintQueueExceptionObjectDisposedExceptionInvalidDataExceptionFormatExceptionFileFormatExceptionXmlExceptionIOExceptionKeyNotFoundExceptionUriFormatExceptionUnreachableExceptionOverflowExceptionXpsPackagingExceptionMulticastNotSupportedExceptionPrintingCanceledExceptionSecurityExceptionUnauthorizedAccessExceptionEventSourceExceptionOutOfMemoryExceptionpublic void WriteAsync(FixedDocument fixedDocument) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, CultureNotFoundException, XpsWriterException, PrintingNotSupportedException, PrintQueueException, ObjectDisposedException, InvalidDataException, FormatException, XmlException, FileFormatException, IOException, KeyNotFoundException, OverflowException, UriFormatException, XpsPackagingException, MulticastNotSupportedException, PrintingCanceledException, SecurityException, UnauthorizedAccessException, EventSourceException, OutOfMemoryException
WriteAsync in class SerializerWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionCultureNotFoundExceptionXpsWriterExceptionPrintingNotSupportedExceptionPrintQueueExceptionObjectDisposedExceptionInvalidDataExceptionFormatExceptionXmlExceptionFileFormatExceptionIOExceptionKeyNotFoundExceptionOverflowExceptionUriFormatExceptionXpsPackagingExceptionMulticastNotSupportedExceptionPrintingCanceledExceptionSecurityExceptionUnauthorizedAccessExceptionEventSourceExceptionOutOfMemoryExceptionpublic void WriteAsync(FixedDocument fixedDocument, NetObject userSuppliedState) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, CultureNotFoundException, XpsWriterException, PrintQueueException, ObjectDisposedException, InvalidDataException, FormatException, FileFormatException, XmlException, IOException, KeyNotFoundException, UriFormatException, UnreachableException, OverflowException, XpsPackagingException, MulticastNotSupportedException, PrintingCanceledException, SecurityException, UnauthorizedAccessException, EventSourceException, OutOfMemoryException
WriteAsync in class SerializerWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionCultureNotFoundExceptionXpsWriterExceptionPrintQueueExceptionObjectDisposedExceptionInvalidDataExceptionFormatExceptionFileFormatExceptionXmlExceptionIOExceptionKeyNotFoundExceptionUriFormatExceptionUnreachableExceptionOverflowExceptionXpsPackagingExceptionMulticastNotSupportedExceptionPrintingCanceledExceptionSecurityExceptionUnauthorizedAccessExceptionEventSourceExceptionOutOfMemoryExceptionpublic void WriteAsync(FixedDocument fixedDocument, PrintTicket printTicket) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, CultureNotFoundException, XpsWriterException, PrintingNotSupportedException, PrintQueueException, ObjectDisposedException, InvalidDataException, FormatException, XmlException, FileFormatException, IOException, KeyNotFoundException, OverflowException, UriFormatException, XpsPackagingException, MulticastNotSupportedException, PrintingCanceledException, SecurityException, UnauthorizedAccessException, EventSourceException, OutOfMemoryException
WriteAsync in class SerializerWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionCultureNotFoundExceptionXpsWriterExceptionPrintingNotSupportedExceptionPrintQueueExceptionObjectDisposedExceptionInvalidDataExceptionFormatExceptionXmlExceptionFileFormatExceptionIOExceptionKeyNotFoundExceptionOverflowExceptionUriFormatExceptionXpsPackagingExceptionMulticastNotSupportedExceptionPrintingCanceledExceptionSecurityExceptionUnauthorizedAccessExceptionEventSourceExceptionOutOfMemoryExceptionpublic void WriteAsync(FixedDocument fixedDocument, PrintTicket printTicket, NetObject userSuppliedState) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, CultureNotFoundException, XpsWriterException, PrintQueueException, ObjectDisposedException, InvalidDataException, FormatException, FileFormatException, XmlException, IOException, KeyNotFoundException, UriFormatException, UnreachableException, OverflowException, XpsPackagingException, MulticastNotSupportedException, PrintingCanceledException, SecurityException, UnauthorizedAccessException, EventSourceException, OutOfMemoryException
WriteAsync in class SerializerWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionCultureNotFoundExceptionXpsWriterExceptionPrintQueueExceptionObjectDisposedExceptionInvalidDataExceptionFormatExceptionFileFormatExceptionXmlExceptionIOExceptionKeyNotFoundExceptionUriFormatExceptionUnreachableExceptionOverflowExceptionXpsPackagingExceptionMulticastNotSupportedExceptionPrintingCanceledExceptionSecurityExceptionUnauthorizedAccessExceptionEventSourceExceptionOutOfMemoryExceptionpublic void WriteAsync(FixedDocumentSequence fixedDocumentSequence) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, CultureNotFoundException, XpsWriterException, PrintingNotSupportedException, PrintQueueException, ObjectDisposedException, InvalidDataException, FormatException, XmlException, FileFormatException, IOException, KeyNotFoundException, OverflowException, UriFormatException, XpsPackagingException, MulticastNotSupportedException, PrintingCanceledException, SecurityException, UnauthorizedAccessException, EventSourceException, OutOfMemoryException
WriteAsync in class SerializerWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionCultureNotFoundExceptionXpsWriterExceptionPrintingNotSupportedExceptionPrintQueueExceptionObjectDisposedExceptionInvalidDataExceptionFormatExceptionXmlExceptionFileFormatExceptionIOExceptionKeyNotFoundExceptionOverflowExceptionUriFormatExceptionXpsPackagingExceptionMulticastNotSupportedExceptionPrintingCanceledExceptionSecurityExceptionUnauthorizedAccessExceptionEventSourceExceptionOutOfMemoryExceptionpublic void WriteAsync(FixedDocumentSequence fixedDocumentSequence, NetObject userSuppliedState) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, CultureNotFoundException, XpsWriterException, PrintQueueException, ObjectDisposedException, InvalidDataException, FormatException, FileFormatException, XmlException, IOException, KeyNotFoundException, UriFormatException, UnreachableException, OverflowException, XpsPackagingException, MulticastNotSupportedException, PrintingCanceledException, SecurityException, UnauthorizedAccessException, EventSourceException, OutOfMemoryException
WriteAsync in class SerializerWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionCultureNotFoundExceptionXpsWriterExceptionPrintQueueExceptionObjectDisposedExceptionInvalidDataExceptionFormatExceptionFileFormatExceptionXmlExceptionIOExceptionKeyNotFoundExceptionUriFormatExceptionUnreachableExceptionOverflowExceptionXpsPackagingExceptionMulticastNotSupportedExceptionPrintingCanceledExceptionSecurityExceptionUnauthorizedAccessExceptionEventSourceExceptionOutOfMemoryExceptionpublic void WriteAsync(FixedDocumentSequence fixedDocumentSequence, PrintTicket printTicket) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, CultureNotFoundException, XpsWriterException, PrintingNotSupportedException, PrintQueueException, ObjectDisposedException, InvalidDataException, FormatException, XmlException, FileFormatException, IOException, KeyNotFoundException, OverflowException, UriFormatException, XpsPackagingException, MulticastNotSupportedException, PrintingCanceledException, SecurityException, UnauthorizedAccessException, EventSourceException, OutOfMemoryException
WriteAsync in class SerializerWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionCultureNotFoundExceptionXpsWriterExceptionPrintingNotSupportedExceptionPrintQueueExceptionObjectDisposedExceptionInvalidDataExceptionFormatExceptionXmlExceptionFileFormatExceptionIOExceptionKeyNotFoundExceptionOverflowExceptionUriFormatExceptionXpsPackagingExceptionMulticastNotSupportedExceptionPrintingCanceledExceptionSecurityExceptionUnauthorizedAccessExceptionEventSourceExceptionOutOfMemoryExceptionpublic void WriteAsync(FixedDocumentSequence fixedDocumentSequence, PrintTicket printTicket, NetObject userSuppliedState) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, CultureNotFoundException, XpsWriterException, PrintQueueException, ObjectDisposedException, InvalidDataException, FormatException, FileFormatException, XmlException, IOException, KeyNotFoundException, UriFormatException, UnreachableException, OverflowException, XpsPackagingException, MulticastNotSupportedException, PrintingCanceledException, SecurityException, UnauthorizedAccessException, EventSourceException, OutOfMemoryException
WriteAsync in class SerializerWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionCultureNotFoundExceptionXpsWriterExceptionPrintQueueExceptionObjectDisposedExceptionInvalidDataExceptionFormatExceptionFileFormatExceptionXmlExceptionIOExceptionKeyNotFoundExceptionUriFormatExceptionUnreachableExceptionOverflowExceptionXpsPackagingExceptionMulticastNotSupportedExceptionPrintingCanceledExceptionSecurityExceptionUnauthorizedAccessExceptionEventSourceExceptionOutOfMemoryExceptionpublic void WriteAsync(FixedPage fixedPage) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, CultureNotFoundException, XpsWriterException, PrintingNotSupportedException, PrintQueueException, ObjectDisposedException, InvalidDataException, FormatException, XmlException, FileFormatException, IOException, KeyNotFoundException, OverflowException, UriFormatException, XpsPackagingException, MulticastNotSupportedException, PrintingCanceledException, SecurityException, UnauthorizedAccessException, EventSourceException, OutOfMemoryException
WriteAsync in class SerializerWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionCultureNotFoundExceptionXpsWriterExceptionPrintingNotSupportedExceptionPrintQueueExceptionObjectDisposedExceptionInvalidDataExceptionFormatExceptionXmlExceptionFileFormatExceptionIOExceptionKeyNotFoundExceptionOverflowExceptionUriFormatExceptionXpsPackagingExceptionMulticastNotSupportedExceptionPrintingCanceledExceptionSecurityExceptionUnauthorizedAccessExceptionEventSourceExceptionOutOfMemoryExceptionpublic void WriteAsync(FixedPage fixedPage, NetObject userSuppliedState) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, CultureNotFoundException, XpsWriterException, PrintQueueException, ObjectDisposedException, InvalidDataException, FormatException, FileFormatException, XmlException, IOException, KeyNotFoundException, UriFormatException, UnreachableException, OverflowException, XpsPackagingException, MulticastNotSupportedException, PrintingCanceledException, SecurityException, UnauthorizedAccessException, EventSourceException, OutOfMemoryException
WriteAsync in class SerializerWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionCultureNotFoundExceptionXpsWriterExceptionPrintQueueExceptionObjectDisposedExceptionInvalidDataExceptionFormatExceptionFileFormatExceptionXmlExceptionIOExceptionKeyNotFoundExceptionUriFormatExceptionUnreachableExceptionOverflowExceptionXpsPackagingExceptionMulticastNotSupportedExceptionPrintingCanceledExceptionSecurityExceptionUnauthorizedAccessExceptionEventSourceExceptionOutOfMemoryExceptionpublic void WriteAsync(FixedPage fixedPage, PrintTicket printTicket) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, CultureNotFoundException, XpsWriterException, PrintingNotSupportedException, PrintQueueException, ObjectDisposedException, InvalidDataException, FormatException, XmlException, FileFormatException, IOException, KeyNotFoundException, OverflowException, UriFormatException, XpsPackagingException, MulticastNotSupportedException, PrintingCanceledException, SecurityException, UnauthorizedAccessException, EventSourceException, OutOfMemoryException
WriteAsync in class SerializerWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionCultureNotFoundExceptionXpsWriterExceptionPrintingNotSupportedExceptionPrintQueueExceptionObjectDisposedExceptionInvalidDataExceptionFormatExceptionXmlExceptionFileFormatExceptionIOExceptionKeyNotFoundExceptionOverflowExceptionUriFormatExceptionXpsPackagingExceptionMulticastNotSupportedExceptionPrintingCanceledExceptionSecurityExceptionUnauthorizedAccessExceptionEventSourceExceptionOutOfMemoryExceptionpublic void WriteAsync(FixedPage fixedPage, PrintTicket printTicket, NetObject userSuppliedState) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, CultureNotFoundException, XpsWriterException, PrintQueueException, ObjectDisposedException, InvalidDataException, FormatException, FileFormatException, XmlException, IOException, KeyNotFoundException, UriFormatException, UnreachableException, OverflowException, XpsPackagingException, MulticastNotSupportedException, PrintingCanceledException, SecurityException, UnauthorizedAccessException, EventSourceException, OutOfMemoryException
WriteAsync in class SerializerWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionCultureNotFoundExceptionXpsWriterExceptionPrintQueueExceptionObjectDisposedExceptionInvalidDataExceptionFormatExceptionFileFormatExceptionXmlExceptionIOExceptionKeyNotFoundExceptionUriFormatExceptionUnreachableExceptionOverflowExceptionXpsPackagingExceptionMulticastNotSupportedExceptionPrintingCanceledExceptionSecurityExceptionUnauthorizedAccessExceptionEventSourceExceptionOutOfMemoryExceptionpublic void WriteAsync(java.lang.String documentPath)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
RankException,
IndexOutOfRangeException,
ArrayTypeMismatchException,
InvalidOperationException,
InvalidEnumArgumentException,
Win32Exception,
NotSupportedException,
InvalidDataException,
FormatException,
FileFormatException,
XmlException,
ObjectDisposedException,
IOException,
KeyNotFoundException,
UnauthorizedAccessException,
XpsPackagingException,
XamlException,
NotImplementedException,
XamlParseException,
XpsWriterException,
MulticastNotSupportedException,
PrintingCanceledException,
SecurityException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionInvalidDataExceptionFormatExceptionFileFormatExceptionXmlExceptionObjectDisposedExceptionIOExceptionKeyNotFoundExceptionUnauthorizedAccessExceptionXpsPackagingExceptionXamlExceptionNotImplementedExceptionXamlParseExceptionXpsWriterExceptionMulticastNotSupportedExceptionPrintingCanceledExceptionSecurityExceptionpublic void WriteAsync(java.lang.String documentPath,
XpsDocumentNotificationLevel notificationLevel)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
RankException,
IndexOutOfRangeException,
ArrayTypeMismatchException,
InvalidOperationException,
InvalidEnumArgumentException,
Win32Exception,
NotSupportedException,
CultureNotFoundException,
UnreachableException,
InvalidDataException,
FormatException,
XmlException,
FileFormatException,
ObjectDisposedException,
IOException,
KeyNotFoundException,
UnauthorizedAccessException,
XpsPackagingException,
XamlException,
NotImplementedException,
XamlParseException,
AmbiguousMatchException,
XpsWriterException,
PrintQueueException,
OverflowException,
MulticastNotSupportedException,
PrintingCanceledException,
SecurityException,
EventSourceException,
OutOfMemoryException,
AbandonedMutexException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionCultureNotFoundExceptionUnreachableExceptionInvalidDataExceptionFormatExceptionXmlExceptionFileFormatExceptionObjectDisposedExceptionIOExceptionKeyNotFoundExceptionUnauthorizedAccessExceptionXpsPackagingExceptionXamlExceptionNotImplementedExceptionXamlParseExceptionAmbiguousMatchExceptionXpsWriterExceptionPrintQueueExceptionOverflowExceptionMulticastNotSupportedExceptionPrintingCanceledExceptionSecurityExceptionEventSourceExceptionOutOfMemoryExceptionAbandonedMutexExceptionpublic void WriteAsync(Visual visual) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, CultureNotFoundException, XpsWriterException, PrintingNotSupportedException, PrintQueueException, ObjectDisposedException, InvalidDataException, FormatException, XmlException, FileFormatException, IOException, KeyNotFoundException, OverflowException, UriFormatException, XpsPackagingException, MulticastNotSupportedException, PrintingCanceledException, SecurityException, UnauthorizedAccessException, EventSourceException, OutOfMemoryException
WriteAsync in class SerializerWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionCultureNotFoundExceptionXpsWriterExceptionPrintingNotSupportedExceptionPrintQueueExceptionObjectDisposedExceptionInvalidDataExceptionFormatExceptionXmlExceptionFileFormatExceptionIOExceptionKeyNotFoundExceptionOverflowExceptionUriFormatExceptionXpsPackagingExceptionMulticastNotSupportedExceptionPrintingCanceledExceptionSecurityExceptionUnauthorizedAccessExceptionEventSourceExceptionOutOfMemoryExceptionpublic void WriteAsync(Visual visual, NetObject userSuppliedState) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, CultureNotFoundException, XpsWriterException, PrintQueueException, ObjectDisposedException, InvalidDataException, FormatException, FileFormatException, XmlException, IOException, KeyNotFoundException, UriFormatException, UnreachableException, OverflowException, XpsPackagingException, MulticastNotSupportedException, PrintingCanceledException, SecurityException, UnauthorizedAccessException, EventSourceException, OutOfMemoryException
WriteAsync in class SerializerWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionCultureNotFoundExceptionXpsWriterExceptionPrintQueueExceptionObjectDisposedExceptionInvalidDataExceptionFormatExceptionFileFormatExceptionXmlExceptionIOExceptionKeyNotFoundExceptionUriFormatExceptionUnreachableExceptionOverflowExceptionXpsPackagingExceptionMulticastNotSupportedExceptionPrintingCanceledExceptionSecurityExceptionUnauthorizedAccessExceptionEventSourceExceptionOutOfMemoryExceptionpublic void WriteAsync(Visual visual, PrintTicket printTicket) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, CultureNotFoundException, XpsWriterException, PrintingNotSupportedException, PrintQueueException, ObjectDisposedException, InvalidDataException, FormatException, XmlException, FileFormatException, IOException, KeyNotFoundException, OverflowException, UriFormatException, XpsPackagingException, MulticastNotSupportedException, PrintingCanceledException, SecurityException, UnauthorizedAccessException, EventSourceException, OutOfMemoryException
WriteAsync in class SerializerWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionCultureNotFoundExceptionXpsWriterExceptionPrintingNotSupportedExceptionPrintQueueExceptionObjectDisposedExceptionInvalidDataExceptionFormatExceptionXmlExceptionFileFormatExceptionIOExceptionKeyNotFoundExceptionOverflowExceptionUriFormatExceptionXpsPackagingExceptionMulticastNotSupportedExceptionPrintingCanceledExceptionSecurityExceptionUnauthorizedAccessExceptionEventSourceExceptionOutOfMemoryExceptionpublic void WriteAsync(Visual visual, PrintTicket printTicket, NetObject userSuppliedState) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, CultureNotFoundException, XpsWriterException, PrintQueueException, ObjectDisposedException, InvalidDataException, FormatException, FileFormatException, XmlException, IOException, KeyNotFoundException, UriFormatException, UnreachableException, OverflowException, XpsPackagingException, MulticastNotSupportedException, PrintingCanceledException, SecurityException, UnauthorizedAccessException, EventSourceException, OutOfMemoryException
WriteAsync in class SerializerWriterjava.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionCultureNotFoundExceptionXpsWriterExceptionPrintQueueExceptionObjectDisposedExceptionInvalidDataExceptionFormatExceptionFileFormatExceptionXmlExceptionIOExceptionKeyNotFoundExceptionUriFormatExceptionUnreachableExceptionOverflowExceptionXpsPackagingExceptionMulticastNotSupportedExceptionPrintingCanceledExceptionSecurityExceptionUnauthorizedAccessExceptionEventSourceExceptionOutOfMemoryException