public class PageSettings extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Drawing.Printing.PageSettings
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, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Drawing
|
static java.lang.String |
className
Qualified class name: System.Drawing.Printing.PageSettings
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
PageSettings() |
PageSettings(java.lang.Object instance)
Internal constructor.
|
PageSettings(PrinterSettings printerSettings) |
| Modifier and Type | Method and Description |
|---|---|
static PageSettings |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into PageSettings, a cast assert is made to check if types are compatible. |
NetObject |
Clone() |
Rectangle |
getBounds() |
boolean |
getColor() |
Single |
getHardMarginX() |
Single |
getHardMarginY() |
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 |
getLandscape() |
Margins |
getMargins() |
PaperSize |
getPaperSize() |
PaperSource |
getPaperSource() |
RectangleF |
getPrintableArea() |
PrinterResolution |
getPrinterResolution() |
PrinterSettings |
getPrinterSettings() |
void |
setColor(boolean Color) |
void |
setJCOInstance(JCObject instance) |
void |
setLandscape(boolean Landscape) |
void |
setMargins(Margins Margins) |
void |
setPaperSize(PaperSize PaperSize) |
void |
setPaperSource(PaperSource PaperSource) |
void |
setPrinterResolution(PrinterResolution PrinterResolution) |
void |
setPrinterSettings(PrinterSettings PrinterSettings) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public PageSettings()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException
public PageSettings(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic PageSettings(PrinterSettings printerSettings) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
public static PageSettings cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into PageSettings, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedPageSettings instancejava.lang.Throwable - in case of error during cast operationpublic NetObject Clone() throws java.lang.Throwable
java.lang.Throwablepublic Rectangle getBounds() throws java.lang.Throwable, ArgumentException, NotSupportedException, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, CultureNotFoundException, ArgumentOutOfRangeException, InvalidOperationException, NullReferenceException, SecurityException, MissingManifestResourceException, NotImplementedException, IndexOutOfRangeException, Win32Exception, AccessViolationException, InvalidPrinterException, MissingMethodException, TargetInvocationException, InvalidCastException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNullReferenceExceptionSecurityExceptionMissingManifestResourceExceptionNotImplementedExceptionIndexOutOfRangeExceptionWin32ExceptionAccessViolationExceptionInvalidPrinterExceptionMissingMethodExceptionTargetInvocationExceptionInvalidCastExceptionOutOfMemoryExceptionpublic boolean getColor()
throws java.lang.Throwable,
SecurityException,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
Win32Exception,
AccessViolationException,
IndexOutOfRangeException,
InvalidPrinterException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
InvalidCastException
java.lang.ThrowableSecurityExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionWin32ExceptionAccessViolationExceptionIndexOutOfRangeExceptionInvalidPrinterExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionInvalidCastExceptionpublic Single getHardMarginX() throws java.lang.Throwable, ArgumentException, NotSupportedException, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, CultureNotFoundException, ArgumentOutOfRangeException, InvalidOperationException, NullReferenceException, SecurityException, MissingManifestResourceException, NotImplementedException, IndexOutOfRangeException, Win32Exception, AccessViolationException, InvalidPrinterException, MissingMethodException, TargetInvocationException, InvalidCastException, MulticastNotSupportedException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNullReferenceExceptionSecurityExceptionMissingManifestResourceExceptionNotImplementedExceptionIndexOutOfRangeExceptionWin32ExceptionAccessViolationExceptionInvalidPrinterExceptionMissingMethodExceptionTargetInvocationExceptionInvalidCastExceptionMulticastNotSupportedExceptionpublic Single getHardMarginY() throws java.lang.Throwable, SecurityException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, Win32Exception, AccessViolationException, InvalidPrinterException, MissingMethodException, TargetInvocationException, NotSupportedException, InvalidCastException, MulticastNotSupportedException
java.lang.ThrowableSecurityExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionWin32ExceptionAccessViolationExceptionInvalidPrinterExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionInvalidCastExceptionMulticastNotSupportedExceptionpublic 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 boolean getLandscape()
throws java.lang.Throwable,
SecurityException,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
Win32Exception,
AccessViolationException,
IndexOutOfRangeException,
InvalidPrinterException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
InvalidCastException
java.lang.ThrowableSecurityExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionWin32ExceptionAccessViolationExceptionIndexOutOfRangeExceptionInvalidPrinterExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionInvalidCastExceptionpublic Margins getMargins() throws java.lang.Throwable
java.lang.Throwablepublic PaperSize getPaperSize() throws java.lang.Throwable, ArgumentException, NotSupportedException, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, CultureNotFoundException, ArgumentOutOfRangeException, InvalidOperationException, NullReferenceException, SecurityException, MissingManifestResourceException, Win32Exception, AccessViolationException, IndexOutOfRangeException, InvalidPrinterException, MissingMethodException, TargetInvocationException, InvalidCastException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNullReferenceExceptionSecurityExceptionMissingManifestResourceExceptionWin32ExceptionAccessViolationExceptionIndexOutOfRangeExceptionInvalidPrinterExceptionMissingMethodExceptionTargetInvocationExceptionInvalidCastExceptionOutOfMemoryExceptionpublic PaperSource getPaperSource() throws java.lang.Throwable, ArgumentException, NotSupportedException, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, CultureNotFoundException, ArgumentOutOfRangeException, InvalidOperationException, NullReferenceException, SecurityException, MissingManifestResourceException, NotImplementedException, IndexOutOfRangeException, Win32Exception, AccessViolationException, InvalidPrinterException, MissingMethodException, TargetInvocationException, InvalidCastException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNullReferenceExceptionSecurityExceptionMissingManifestResourceExceptionNotImplementedExceptionIndexOutOfRangeExceptionWin32ExceptionAccessViolationExceptionInvalidPrinterExceptionMissingMethodExceptionTargetInvocationExceptionInvalidCastExceptionOutOfMemoryExceptionpublic RectangleF getPrintableArea() throws java.lang.Throwable, SecurityException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, Win32Exception, AccessViolationException, InvalidPrinterException, MissingMethodException, TargetInvocationException, NotSupportedException, InvalidCastException, MulticastNotSupportedException
java.lang.ThrowableSecurityExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionWin32ExceptionAccessViolationExceptionInvalidPrinterExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionInvalidCastExceptionMulticastNotSupportedExceptionpublic PrinterResolution getPrinterResolution() throws java.lang.Throwable, ArgumentException, NotSupportedException, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, CultureNotFoundException, ArgumentOutOfRangeException, InvalidOperationException, NullReferenceException, SecurityException, MissingManifestResourceException, NotImplementedException, IndexOutOfRangeException, Win32Exception, AccessViolationException, InvalidPrinterException, MissingMethodException, TargetInvocationException, InvalidCastException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNullReferenceExceptionSecurityExceptionMissingManifestResourceExceptionNotImplementedExceptionIndexOutOfRangeExceptionWin32ExceptionAccessViolationExceptionInvalidPrinterExceptionMissingMethodExceptionTargetInvocationExceptionInvalidCastExceptionOutOfMemoryExceptionpublic PrinterSettings getPrinterSettings() throws java.lang.Throwable
java.lang.Throwablepublic void setColor(boolean Color)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setLandscape(boolean Landscape)
throws java.lang.Throwable
java.lang.Throwablepublic void setMargins(Margins Margins) throws java.lang.Throwable
java.lang.Throwablepublic void setPaperSize(PaperSize PaperSize) throws java.lang.Throwable
java.lang.Throwablepublic void setPaperSource(PaperSource PaperSource) throws java.lang.Throwable
java.lang.Throwablepublic void setPrinterResolution(PrinterResolution PrinterResolution) throws java.lang.Throwable
java.lang.Throwablepublic void setPrinterSettings(PrinterSettings PrinterSettings) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException