public class FontDialog extends CommonDialog
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.FontDialog
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=9.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.FontDialog
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
FontDialog() |
FontDialog(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addApply(EventHandler handler) |
static FontDialog |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into FontDialog, a cast assert is made to check if types are compatible. |
boolean |
getAllowScriptChange() |
boolean |
getAllowSimulations() |
boolean |
getAllowVectorFonts() |
boolean |
getAllowVerticalFonts() |
Color |
getColor() |
boolean |
getFixedPitchOnly() |
Font |
getFont() |
boolean |
getFontMustExist() |
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
|
int |
getMaxSize() |
int |
getMinSize() |
boolean |
getScriptsOnly() |
boolean |
getShowApply() |
boolean |
getShowColor() |
boolean |
getShowEffects() |
boolean |
getShowHelp() |
void |
removeApply(EventHandler handler) |
void |
Reset() |
void |
setAllowScriptChange(boolean AllowScriptChange) |
void |
setAllowSimulations(boolean AllowSimulations) |
void |
setAllowVectorFonts(boolean AllowVectorFonts) |
void |
setAllowVerticalFonts(boolean AllowVerticalFonts) |
void |
setColor(Color Color) |
void |
setFixedPitchOnly(boolean FixedPitchOnly) |
void |
setFont(Font Font) |
void |
setFontMustExist(boolean FontMustExist) |
void |
setJCOInstance(JCObject instance) |
void |
setMaxSize(int MaxSize) |
void |
setMinSize(int MinSize) |
void |
setScriptsOnly(boolean ScriptsOnly) |
void |
setShowApply(boolean ShowApply) |
void |
setShowColor(boolean ShowColor) |
void |
setShowEffects(boolean ShowEffects) |
void |
setShowHelp(boolean ShowHelp) |
addHelpRequest, getTag, removeHelpRequest, setTag, ShowDialog, ShowDialogaddDisposed, 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 FontDialog()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionpublic FontDialog(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void addApply(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic static FontDialog cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into FontDialog, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedFontDialog instancejava.lang.Throwable - in case of error during cast operationpublic boolean getAllowScriptChange()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getAllowSimulations()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getAllowVectorFonts()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getAllowVerticalFonts()
throws java.lang.Throwable
java.lang.Throwablepublic Color getColor() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException
public boolean getFixedPitchOnly()
throws java.lang.Throwable
java.lang.Throwablepublic Font getFont() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, IndexOutOfRangeException
public boolean getFontMustExist()
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 int getMaxSize()
throws java.lang.Throwable
java.lang.Throwablepublic int getMinSize()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getScriptsOnly()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getShowApply()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getShowColor()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getShowEffects()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getShowHelp()
throws java.lang.Throwable
java.lang.Throwablepublic void removeApply(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void Reset()
throws java.lang.Throwable,
InvalidOperationException,
ArgumentNullException,
PlatformNotSupportedException
Reset in class CommonDialogjava.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionPlatformNotSupportedExceptionpublic void setAllowScriptChange(boolean AllowScriptChange)
throws java.lang.Throwable
java.lang.Throwablepublic void setAllowSimulations(boolean AllowSimulations)
throws java.lang.Throwable
java.lang.Throwablepublic void setAllowVectorFonts(boolean AllowVectorFonts)
throws java.lang.Throwable
java.lang.Throwablepublic void setAllowVerticalFonts(boolean AllowVerticalFonts)
throws java.lang.Throwable
java.lang.Throwablepublic void setColor(Color Color) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionPlatformNotSupportedExceptionpublic void setFixedPitchOnly(boolean FixedPitchOnly)
throws java.lang.Throwable
java.lang.Throwablepublic void setFont(Font Font) throws java.lang.Throwable
java.lang.Throwablepublic void setFontMustExist(boolean FontMustExist)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class CommonDialogpublic void setMaxSize(int MaxSize)
throws java.lang.Throwable
java.lang.Throwablepublic void setMinSize(int MinSize)
throws java.lang.Throwable
java.lang.Throwablepublic void setScriptsOnly(boolean ScriptsOnly)
throws java.lang.Throwable
java.lang.Throwablepublic void setShowApply(boolean ShowApply)
throws java.lang.Throwable
java.lang.Throwablepublic void setShowColor(boolean ShowColor)
throws java.lang.Throwable
java.lang.Throwablepublic void setShowEffects(boolean ShowEffects)
throws java.lang.Throwable
java.lang.Throwablepublic void setShowHelp(boolean ShowHelp)
throws java.lang.Throwable
java.lang.Throwable