public class PrintDialog extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Controls.PrintDialog
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: PresentationFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
|
static java.lang.String |
assemblyShortName
Assembly name: PresentationFramework
|
static java.lang.String |
className
Qualified class name: System.Windows.Controls.PrintDialog
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
PrintDialog() |
PrintDialog(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static PrintDialog |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into PrintDialog, a cast assert is made to check if types are compatible. |
boolean |
getCurrentPageEnabled() |
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
|
UInt32 |
getMaxPage() |
UInt32 |
getMinPage() |
PageRange |
getPageRange() |
PageRangeSelection |
getPageRangeSelection() |
double |
getPrintableAreaHeight() |
double |
getPrintableAreaWidth() |
PrintQueue |
getPrintQueue() |
PrintTicket |
getPrintTicket() |
boolean |
getSelectedPagesEnabled() |
boolean |
getUserPageRangeEnabled() |
void |
PrintDocument(DocumentPaginator documentPaginator,
java.lang.String description) |
void |
PrintVisual(Visual visual,
java.lang.String description) |
void |
setCurrentPageEnabled(boolean CurrentPageEnabled) |
void |
setJCOInstance(JCObject instance) |
void |
setMaxPage(UInt32 MaxPage) |
void |
setMinPage(UInt32 MinPage) |
void |
setPageRange(PageRange PageRange) |
void |
setPageRangeSelection(PageRangeSelection PageRangeSelection) |
void |
setPrintQueue(PrintQueue PrintQueue) |
void |
setPrintTicket(PrintTicket PrintTicket) |
void |
setSelectedPagesEnabled(boolean SelectedPagesEnabled) |
void |
setUserPageRangeEnabled(boolean UserPageRangeEnabled) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public PrintDialog()
throws java.lang.Throwable
java.lang.Throwablepublic PrintDialog(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static PrintDialog cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into PrintDialog, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedPrintDialog instancejava.lang.Throwable - in case of error during cast operationpublic boolean getCurrentPageEnabled()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic UInt32 getMaxPage() throws java.lang.Throwable
java.lang.Throwablepublic UInt32 getMinPage() throws java.lang.Throwable
java.lang.Throwablepublic PageRange getPageRange() throws java.lang.Throwable
java.lang.Throwablepublic PageRangeSelection getPageRangeSelection() throws java.lang.Throwable
java.lang.Throwablepublic double getPrintableAreaHeight()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
PlatformNotSupportedException,
OutOfMemoryException,
ArgumentNullException,
PrintingNotSupportedException,
PrintQueueException,
Win32Exception,
ObjectDisposedException,
InvalidOperationException,
FormatException,
IndexOutOfRangeException,
NotSupportedException,
XmlException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionArgumentNullExceptionPrintingNotSupportedExceptionPrintQueueExceptionWin32ExceptionObjectDisposedExceptionInvalidOperationExceptionFormatExceptionIndexOutOfRangeExceptionNotSupportedExceptionXmlExceptionpublic double getPrintableAreaWidth()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
PlatformNotSupportedException,
OutOfMemoryException,
ArgumentNullException,
PrintingNotSupportedException,
PrintQueueException,
Win32Exception,
ObjectDisposedException,
InvalidOperationException,
FormatException,
IndexOutOfRangeException,
NotSupportedException,
XmlException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionArgumentNullExceptionPrintingNotSupportedExceptionPrintQueueExceptionWin32ExceptionObjectDisposedExceptionInvalidOperationExceptionFormatExceptionIndexOutOfRangeExceptionNotSupportedExceptionXmlExceptionpublic PrintQueue getPrintQueue() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ObjectDisposedException, OutOfMemoryException, NotSupportedException, CultureNotFoundException
public PrintTicket getPrintTicket() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, PlatformNotSupportedException, OutOfMemoryException, CultureNotFoundException, ArgumentNullException, PrintingNotSupportedException, PrintQueueException, AccessViolationException, Win32Exception, ObjectDisposedException, InvalidOperationException, FormatException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionCultureNotFoundExceptionArgumentNullExceptionPrintingNotSupportedExceptionPrintQueueExceptionAccessViolationExceptionWin32ExceptionObjectDisposedExceptionInvalidOperationExceptionFormatExceptionpublic boolean getSelectedPagesEnabled()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getUserPageRangeEnabled()
throws java.lang.Throwable
java.lang.Throwablepublic void PrintDocument(DocumentPaginator documentPaginator, java.lang.String description) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, OutOfMemoryException, PrintingNotSupportedException, PrintQueueException, Win32Exception, FormatException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionOutOfMemoryExceptionPrintingNotSupportedExceptionPrintQueueExceptionWin32ExceptionFormatExceptionpublic void PrintVisual(Visual visual, java.lang.String description) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, OutOfMemoryException, PrintingNotSupportedException, PrintQueueException, Win32Exception, FormatException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionOutOfMemoryExceptionPrintingNotSupportedExceptionPrintQueueExceptionWin32ExceptionFormatExceptionpublic void setCurrentPageEnabled(boolean CurrentPageEnabled)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setMaxPage(UInt32 MaxPage) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException
public void setMinPage(UInt32 MinPage) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException
public void setPageRange(PageRange PageRange) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException
public void setPageRangeSelection(PageRangeSelection PageRangeSelection) throws java.lang.Throwable
java.lang.Throwablepublic void setPrintQueue(PrintQueue PrintQueue) throws java.lang.Throwable
java.lang.Throwablepublic void setPrintTicket(PrintTicket PrintTicket) throws java.lang.Throwable
java.lang.Throwablepublic void setSelectedPagesEnabled(boolean SelectedPagesEnabled)
throws java.lang.Throwable
java.lang.Throwablepublic void setUserPageRangeEnabled(boolean UserPageRangeEnabled)
throws java.lang.Throwable
java.lang.Throwable