public class PageSetupDialog extends CommonDialog
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.PageSetupDialog
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.PageSetupDialog
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
PageSetupDialog() |
PageSetupDialog(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static PageSetupDialog |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into PageSetupDialog, a cast assert is made to check if types are compatible. |
boolean |
getAllowMargins() |
boolean |
getAllowOrientation() |
boolean |
getAllowPaper() |
boolean |
getAllowPrinter() |
PrintDocument |
getDocument() |
boolean |
getEnableMetric() |
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
|
Margins |
getMinMargins() |
PageSettings |
getPageSettings() |
PrinterSettings |
getPrinterSettings() |
boolean |
getShowHelp() |
boolean |
getShowNetwork() |
void |
Reset() |
void |
setAllowMargins(boolean AllowMargins) |
void |
setAllowOrientation(boolean AllowOrientation) |
void |
setAllowPaper(boolean AllowPaper) |
void |
setAllowPrinter(boolean AllowPrinter) |
void |
setDocument(PrintDocument Document) |
void |
setEnableMetric(boolean EnableMetric) |
void |
setJCOInstance(JCObject instance) |
void |
setMinMargins(Margins MinMargins) |
void |
setPageSettings(PageSettings PageSettings) |
void |
setPrinterSettings(PrinterSettings PrinterSettings) |
void |
setShowHelp(boolean ShowHelp) |
void |
setShowNetwork(boolean ShowNetwork) |
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 PageSetupDialog()
throws java.lang.Throwable
java.lang.Throwablepublic PageSetupDialog(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static PageSetupDialog cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into PageSetupDialog, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedPageSetupDialog instancejava.lang.Throwable - in case of error during cast operationpublic boolean getAllowMargins()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getAllowOrientation()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getAllowPaper()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getAllowPrinter()
throws java.lang.Throwable
java.lang.Throwablepublic PrintDocument getDocument() throws java.lang.Throwable
java.lang.Throwablepublic boolean getEnableMetric()
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 Margins getMinMargins() throws java.lang.Throwable
java.lang.Throwablepublic PageSettings getPageSettings() throws java.lang.Throwable
java.lang.Throwablepublic PrinterSettings getPrinterSettings() 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 void Reset()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
Reset in class CommonDialogjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionpublic void setAllowMargins(boolean AllowMargins)
throws java.lang.Throwable
java.lang.Throwablepublic void setAllowOrientation(boolean AllowOrientation)
throws java.lang.Throwable
java.lang.Throwablepublic void setAllowPaper(boolean AllowPaper)
throws java.lang.Throwable
java.lang.Throwablepublic void setAllowPrinter(boolean AllowPrinter)
throws java.lang.Throwable
java.lang.Throwablepublic void setDocument(PrintDocument Document) throws java.lang.Throwable
java.lang.Throwablepublic void setEnableMetric(boolean EnableMetric)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class CommonDialogpublic void setMinMargins(Margins MinMargins) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
public void setPageSettings(PageSettings PageSettings) throws java.lang.Throwable
java.lang.Throwablepublic void setPrinterSettings(PrinterSettings PrinterSettings) 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.Throwable