public class SystemFonts extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.SystemFonts
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: PresentationFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
|
static java.lang.String |
assemblyShortName
Assembly name: PresentationFramework
|
static java.lang.String |
className
Qualified class name: System.Windows.SystemFonts
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
SystemFonts() |
SystemFonts(java.lang.Object instance)
Internal constructor.
|
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public SystemFonts()
throws java.lang.Throwable
java.lang.Throwablepublic SystemFonts(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static SystemFonts cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into SystemFonts, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedSystemFonts instancejava.lang.Throwable - in case of error during cast operationpublic static FontFamily getCaptionFontFamily() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception, CultureNotFoundException, UriFormatException
java.lang.ThrowableArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionFormatExceptionWin32ExceptionCultureNotFoundExceptionUriFormatExceptionpublic static ResourceKey getCaptionFontFamilyKey() throws java.lang.Throwable
java.lang.Throwablepublic static double getCaptionFontSize()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
IndexOutOfRangeException,
FormatException,
Win32Exception,
OverflowException
public static ResourceKey getCaptionFontSizeKey() throws java.lang.Throwable
java.lang.Throwablepublic static FontStyle getCaptionFontStyle() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception
public static ResourceKey getCaptionFontStyleKey() throws java.lang.Throwable
java.lang.Throwablepublic static TextDecorationCollection getCaptionFontTextDecorations() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, Win32Exception, NotSupportedException, PlatformNotSupportedException
public static ResourceKey getCaptionFontTextDecorationsKey() throws java.lang.Throwable
java.lang.Throwablepublic static FontWeight getCaptionFontWeight() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception
public static ResourceKey getCaptionFontWeightKey() throws java.lang.Throwable
java.lang.Throwablepublic static FontFamily getIconFontFamily() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception, CultureNotFoundException, UriFormatException
java.lang.ThrowableArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionFormatExceptionWin32ExceptionCultureNotFoundExceptionUriFormatExceptionpublic static ResourceKey getIconFontFamilyKey() throws java.lang.Throwable
java.lang.Throwablepublic static double getIconFontSize()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
IndexOutOfRangeException,
FormatException,
Win32Exception,
OverflowException
public static ResourceKey getIconFontSizeKey() throws java.lang.Throwable
java.lang.Throwablepublic static FontStyle getIconFontStyle() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception
public static ResourceKey getIconFontStyleKey() throws java.lang.Throwable
java.lang.Throwablepublic static TextDecorationCollection getIconFontTextDecorations() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, Win32Exception, NotSupportedException, PlatformNotSupportedException
public static ResourceKey getIconFontTextDecorationsKey() throws java.lang.Throwable
java.lang.Throwablepublic static FontWeight getIconFontWeight() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception
public static ResourceKey getIconFontWeightKey() throws java.lang.Throwable
java.lang.Throwablepublic 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 static FontFamily getMenuFontFamily() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception, CultureNotFoundException, UriFormatException
java.lang.ThrowableArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionFormatExceptionWin32ExceptionCultureNotFoundExceptionUriFormatExceptionpublic static ResourceKey getMenuFontFamilyKey() throws java.lang.Throwable
java.lang.Throwablepublic static double getMenuFontSize()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
IndexOutOfRangeException,
FormatException,
Win32Exception,
OverflowException
public static ResourceKey getMenuFontSizeKey() throws java.lang.Throwable
java.lang.Throwablepublic static FontStyle getMenuFontStyle() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception
public static ResourceKey getMenuFontStyleKey() throws java.lang.Throwable
java.lang.Throwablepublic static TextDecorationCollection getMenuFontTextDecorations() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, Win32Exception, NotSupportedException, PlatformNotSupportedException
public static ResourceKey getMenuFontTextDecorationsKey() throws java.lang.Throwable
java.lang.Throwablepublic static FontWeight getMenuFontWeight() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception
public static ResourceKey getMenuFontWeightKey() throws java.lang.Throwable
java.lang.Throwablepublic static FontFamily getMessageFontFamily() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception, CultureNotFoundException, UriFormatException
java.lang.ThrowableArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionFormatExceptionWin32ExceptionCultureNotFoundExceptionUriFormatExceptionpublic static ResourceKey getMessageFontFamilyKey() throws java.lang.Throwable
java.lang.Throwablepublic static double getMessageFontSize()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
IndexOutOfRangeException,
FormatException,
Win32Exception,
OverflowException
public static ResourceKey getMessageFontSizeKey() throws java.lang.Throwable
java.lang.Throwablepublic static FontStyle getMessageFontStyle() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception
public static ResourceKey getMessageFontStyleKey() throws java.lang.Throwable
java.lang.Throwablepublic static TextDecorationCollection getMessageFontTextDecorations() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, Win32Exception, NotSupportedException, PlatformNotSupportedException
public static ResourceKey getMessageFontTextDecorationsKey() throws java.lang.Throwable
java.lang.Throwablepublic static FontWeight getMessageFontWeight() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception
public static ResourceKey getMessageFontWeightKey() throws java.lang.Throwable
java.lang.Throwablepublic static FontFamily getSmallCaptionFontFamily() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception, CultureNotFoundException, UriFormatException
java.lang.ThrowableArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionFormatExceptionWin32ExceptionCultureNotFoundExceptionUriFormatExceptionpublic static ResourceKey getSmallCaptionFontFamilyKey() throws java.lang.Throwable
java.lang.Throwablepublic static double getSmallCaptionFontSize()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
IndexOutOfRangeException,
FormatException,
Win32Exception,
OverflowException
public static ResourceKey getSmallCaptionFontSizeKey() throws java.lang.Throwable
java.lang.Throwablepublic static FontStyle getSmallCaptionFontStyle() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception
public static ResourceKey getSmallCaptionFontStyleKey() throws java.lang.Throwable
java.lang.Throwablepublic static TextDecorationCollection getSmallCaptionFontTextDecorations() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, Win32Exception, NotSupportedException, PlatformNotSupportedException
public static ResourceKey getSmallCaptionFontTextDecorationsKey() throws java.lang.Throwable
java.lang.Throwablepublic static FontWeight getSmallCaptionFontWeight() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception
public static ResourceKey getSmallCaptionFontWeightKey() throws java.lang.Throwable
java.lang.Throwablepublic static FontFamily getStatusFontFamily() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception, CultureNotFoundException, UriFormatException
java.lang.ThrowableArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionFormatExceptionWin32ExceptionCultureNotFoundExceptionUriFormatExceptionpublic static ResourceKey getStatusFontFamilyKey() throws java.lang.Throwable
java.lang.Throwablepublic static double getStatusFontSize()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
IndexOutOfRangeException,
FormatException,
Win32Exception,
OverflowException
public static ResourceKey getStatusFontSizeKey() throws java.lang.Throwable
java.lang.Throwablepublic static FontStyle getStatusFontStyle() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception
public static ResourceKey getStatusFontStyleKey() throws java.lang.Throwable
java.lang.Throwablepublic static TextDecorationCollection getStatusFontTextDecorations() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, Win32Exception, NotSupportedException, PlatformNotSupportedException
public static ResourceKey getStatusFontTextDecorationsKey() throws java.lang.Throwable
java.lang.Throwablepublic static FontWeight getStatusFontWeight() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, Win32Exception
public static ResourceKey getStatusFontWeightKey() throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObject