public class PrintDocument extends Component
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Drawing.Printing.PrintDocument
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.Drawing.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
|
static java.lang.String |
assemblyShortName
Assembly name: System.Drawing.Common
|
static java.lang.String |
className
Qualified class name: System.Drawing.Printing.PrintDocument
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
PrintDocument() |
PrintDocument(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addBeginPrint(PrintEventHandler handler) |
void |
addEndPrint(PrintEventHandler handler) |
void |
addPrintPage(PrintPageEventHandler handler) |
void |
addQueryPageSettings(QueryPageSettingsEventHandler handler) |
static PrintDocument |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into PrintDocument, a cast assert is made to check if types are compatible. |
PageSettings |
getDefaultPageSettings() |
java.lang.String |
getDocumentName() |
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
|
boolean |
getOriginAtMargins() |
PrintController |
getPrintController() |
PrinterSettings |
getPrinterSettings() |
void |
Print() |
void |
removeBeginPrint(PrintEventHandler handler) |
void |
removeEndPrint(PrintEventHandler handler) |
void |
removePrintPage(PrintPageEventHandler handler) |
void |
removeQueryPageSettings(QueryPageSettingsEventHandler handler) |
void |
setDefaultPageSettings(PageSettings DefaultPageSettings) |
void |
setDocumentName(java.lang.String DocumentName) |
void |
setJCOInstance(JCObject instance) |
void |
setOriginAtMargins(boolean OriginAtMargins) |
void |
setPrintController(PrintController PrintController) |
void |
setPrinterSettings(PrinterSettings PrinterSettings) |
addDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSiteGetLifetimeService, InitializeLifetimeServicepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public PrintDocument()
throws java.lang.Throwable,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionpublic PrintDocument(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void addBeginPrint(PrintEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addEndPrint(PrintEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addPrintPage(PrintPageEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addQueryPageSettings(QueryPageSettingsEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic static PrintDocument cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into PrintDocument, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedPrintDocument instancejava.lang.Throwable - in case of error during cast operationpublic PageSettings getDefaultPageSettings() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getDocumentName()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class ComponentString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class ComponentString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class ComponentObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class ComponentString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class ComponentJCType representing the CLR Type of the instantiated Classpublic boolean getOriginAtMargins()
throws java.lang.Throwable
java.lang.Throwablepublic PrintController getPrintController() throws java.lang.Throwable
java.lang.Throwablepublic PrinterSettings getPrinterSettings() throws java.lang.Throwable
java.lang.Throwablepublic void Print()
throws java.lang.Throwable,
Win32Exception,
InvalidOperationException,
InvalidPrinterException,
ArgumentNullException,
ArgumentOutOfRangeException,
ArrayTypeMismatchException,
PlatformNotSupportedException,
ArgumentException,
ObjectDisposedException,
NullReferenceException,
NotSupportedException,
IndexOutOfRangeException,
InvalidCastException
java.lang.ThrowableWin32ExceptionInvalidOperationExceptionInvalidPrinterExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionPlatformNotSupportedExceptionArgumentExceptionObjectDisposedExceptionNullReferenceExceptionNotSupportedExceptionIndexOutOfRangeExceptionInvalidCastExceptionpublic void removeBeginPrint(PrintEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeEndPrint(PrintEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removePrintPage(PrintPageEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeQueryPageSettings(QueryPageSettingsEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void setDefaultPageSettings(PageSettings DefaultPageSettings) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentOutOfRangeException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentOutOfRangeExceptionpublic void setDocumentName(java.lang.String DocumentName)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class Componentpublic void setOriginAtMargins(boolean OriginAtMargins)
throws java.lang.Throwable
java.lang.Throwablepublic void setPrintController(PrintController PrintController) throws java.lang.Throwable
java.lang.Throwablepublic void setPrinterSettings(PrinterSettings PrinterSettings) throws java.lang.Throwable, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException
java.lang.ThrowableArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeException