public class PrintDialog extends CommonDialog
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.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: System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Windows.Forms
|
static java.lang.String |
className
Qualified class name: System.Windows.Forms.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 |
getAllowCurrentPage() |
boolean |
getAllowPrintToFile() |
boolean |
getAllowSelection() |
boolean |
getAllowSomePages() |
PrintDocument |
getDocument() |
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
|
PrinterSettings |
getPrinterSettings() |
boolean |
getPrintToFile() |
boolean |
getShowHelp() |
boolean |
getShowNetwork() |
boolean |
getUseEXDialog() |
void |
Reset() |
void |
setAllowCurrentPage(boolean AllowCurrentPage) |
void |
setAllowPrintToFile(boolean AllowPrintToFile) |
void |
setAllowSelection(boolean AllowSelection) |
void |
setAllowSomePages(boolean AllowSomePages) |
void |
setDocument(PrintDocument Document) |
void |
setJCOInstance(JCObject instance) |
void |
setPrinterSettings(PrinterSettings PrinterSettings) |
void |
setPrintToFile(boolean PrintToFile) |
void |
setShowHelp(boolean ShowHelp) |
void |
setShowNetwork(boolean ShowNetwork) |
void |
setUseEXDialog(boolean UseEXDialog) |
addHelpRequest, getTag, removeHelpRequest, setTag, ShowDialog, ShowDialogaddDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSiteCreateObjRef, GetLifetimeService, InitializeLifetimeServicepublic 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 getAllowCurrentPage()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getAllowPrintToFile()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getAllowSelection()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getAllowSomePages()
throws java.lang.Throwable
java.lang.Throwablepublic PrintDocument getDocument() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class CommonDialogString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class CommonDialogString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class CommonDialogObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class CommonDialogString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class CommonDialogJCType representing the CLR Type of the instantiated Classpublic PrinterSettings getPrinterSettings() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
public boolean getPrintToFile()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getShowHelp()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getShowNetwork()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getUseEXDialog()
throws java.lang.Throwable
java.lang.Throwablepublic void Reset()
throws java.lang.Throwable
Reset in class CommonDialogjava.lang.Throwablepublic void setAllowCurrentPage(boolean AllowCurrentPage)
throws java.lang.Throwable
java.lang.Throwablepublic void setAllowPrintToFile(boolean AllowPrintToFile)
throws java.lang.Throwable
java.lang.Throwablepublic void setAllowSelection(boolean AllowSelection)
throws java.lang.Throwable
java.lang.Throwablepublic void setAllowSomePages(boolean AllowSomePages)
throws java.lang.Throwable
java.lang.Throwablepublic void setDocument(PrintDocument Document) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
public void setJCOInstance(JCObject instance)
setJCOInstance in class CommonDialogpublic void setPrinterSettings(PrinterSettings PrinterSettings) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException
public void setPrintToFile(boolean PrintToFile)
throws java.lang.Throwable
java.lang.Throwablepublic void setShowHelp(boolean ShowHelp)
throws java.lang.Throwable
java.lang.Throwablepublic void setShowNetwork(boolean ShowNetwork)
throws java.lang.Throwable
java.lang.Throwablepublic void setUseEXDialog(boolean UseEXDialog)
throws java.lang.Throwable
java.lang.Throwable