public class FormattedText extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Media.FormattedText
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: PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
|
static java.lang.String |
assemblyShortName
Assembly name: PresentationCore
|
static java.lang.String |
className
Qualified class name: System.Windows.Media.FormattedText
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
FormattedText() |
FormattedText(java.lang.Object instance)
Internal constructor.
|
FormattedText(java.lang.String textToFormat,
CultureInfo culture,
FlowDirection flowDirection,
Typeface typeface,
double emSize,
Brush foreground) |
FormattedText(java.lang.String textToFormat,
CultureInfo culture,
FlowDirection flowDirection,
Typeface typeface,
double emSize,
Brush foreground,
double pixelsPerDip) |
FormattedText(java.lang.String textToFormat,
CultureInfo culture,
FlowDirection flowDirection,
Typeface typeface,
double emSize,
Brush foreground,
NumberSubstitution numberSubstitution) |
FormattedText(java.lang.String textToFormat,
CultureInfo culture,
FlowDirection flowDirection,
Typeface typeface,
double emSize,
Brush foreground,
NumberSubstitution numberSubstitution,
double pixelsPerDip) |
FormattedText(java.lang.String textToFormat,
CultureInfo culture,
FlowDirection flowDirection,
Typeface typeface,
double emSize,
Brush foreground,
NumberSubstitution numberSubstitution,
TextFormattingMode textFormattingMode) |
FormattedText(java.lang.String textToFormat,
CultureInfo culture,
FlowDirection flowDirection,
Typeface typeface,
double emSize,
Brush foreground,
NumberSubstitution numberSubstitution,
TextFormattingMode textFormattingMode,
double pixelsPerDip) |
| Modifier and Type | Method and Description |
|---|---|
Geometry |
BuildGeometry(Point origin) |
Geometry |
BuildHighlightGeometry(Point origin) |
Geometry |
BuildHighlightGeometry(Point origin,
int startIndex,
int count) |
static FormattedText |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into FormattedText, a cast assert is made to check if types are compatible. |
double |
getBaseline() |
double |
getExtent() |
FlowDirection |
getFlowDirection() |
double |
getHeight() |
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
|
double |
getLineHeight() |
int |
getMaxLineCount() |
double |
getMaxTextHeight() |
double |
getMaxTextWidth() |
double[] |
GetMaxTextWidths() |
double |
getMinWidth() |
double |
getOverhangAfter() |
double |
getOverhangLeading() |
double |
getOverhangTrailing() |
double |
getPixelsPerDip() |
java.lang.String |
getText() |
TextAlignment |
getTextAlignment() |
TextTrimming |
getTrimming() |
double |
getWidth() |
double |
getWidthIncludingTrailingWhitespace() |
void |
SetCulture(CultureInfo culture) |
void |
SetCulture(CultureInfo culture,
int startIndex,
int count) |
void |
setFlowDirection(FlowDirection FlowDirection) |
void |
SetFontFamily(FontFamily fontFamily) |
void |
SetFontFamily(FontFamily fontFamily,
int startIndex,
int count) |
void |
SetFontFamily(java.lang.String fontFamily) |
void |
SetFontFamily(java.lang.String fontFamily,
int startIndex,
int count) |
void |
SetFontSize(double emSize) |
void |
SetFontSize(double emSize,
int startIndex,
int count) |
void |
SetFontStretch(FontStretch stretch) |
void |
SetFontStretch(FontStretch stretch,
int startIndex,
int count) |
void |
SetFontStyle(FontStyle style) |
void |
SetFontStyle(FontStyle style,
int startIndex,
int count) |
void |
SetFontTypeface(Typeface typeface) |
void |
SetFontTypeface(Typeface typeface,
int startIndex,
int count) |
void |
SetFontWeight(FontWeight weight) |
void |
SetFontWeight(FontWeight weight,
int startIndex,
int count) |
void |
SetForegroundBrush(Brush foregroundBrush) |
void |
SetForegroundBrush(Brush foregroundBrush,
int startIndex,
int count) |
void |
setJCOInstance(JCObject instance) |
void |
setLineHeight(double LineHeight) |
void |
setMaxLineCount(int MaxLineCount) |
void |
setMaxTextHeight(double MaxTextHeight) |
void |
setMaxTextWidth(double MaxTextWidth) |
void |
SetMaxTextWidths(double[] maxTextWidths) |
void |
SetMaxTextWidths(JCORefOut dupParam0) |
void |
SetNumberSubstitution(NumberSubstitution numberSubstitution) |
void |
SetNumberSubstitution(NumberSubstitution numberSubstitution,
int startIndex,
int count) |
void |
setPixelsPerDip(double PixelsPerDip) |
void |
setTextAlignment(TextAlignment TextAlignment) |
void |
SetTextDecorations(TextDecorationCollection textDecorations) |
void |
SetTextDecorations(TextDecorationCollection textDecorations,
int startIndex,
int count) |
void |
setTrimming(TextTrimming Trimming) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public FormattedText()
throws java.lang.Throwable
java.lang.Throwablepublic FormattedText(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic FormattedText(java.lang.String textToFormat,
CultureInfo culture,
FlowDirection flowDirection,
Typeface typeface,
double emSize,
Brush foreground)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
ArgumentNullException,
Win32Exception,
ObjectDisposedException,
AbandonedMutexException,
MissingManifestResourceException,
NotImplementedException,
InvalidOperationException,
InvalidEnumArgumentException,
OutOfMemoryException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionArgumentNullExceptionWin32ExceptionObjectDisposedExceptionAbandonedMutexExceptionMissingManifestResourceExceptionNotImplementedExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionOutOfMemoryExceptionpublic FormattedText(java.lang.String textToFormat,
CultureInfo culture,
FlowDirection flowDirection,
Typeface typeface,
double emSize,
Brush foreground,
double pixelsPerDip)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
ArgumentNullException,
Win32Exception,
ObjectDisposedException,
AbandonedMutexException,
MissingManifestResourceException,
NotImplementedException,
InvalidOperationException,
InvalidEnumArgumentException,
OutOfMemoryException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionArgumentNullExceptionWin32ExceptionObjectDisposedExceptionAbandonedMutexExceptionMissingManifestResourceExceptionNotImplementedExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionOutOfMemoryExceptionpublic FormattedText(java.lang.String textToFormat,
CultureInfo culture,
FlowDirection flowDirection,
Typeface typeface,
double emSize,
Brush foreground,
NumberSubstitution numberSubstitution)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
ArgumentNullException,
Win32Exception,
ObjectDisposedException,
AbandonedMutexException,
MissingManifestResourceException,
NotImplementedException,
InvalidOperationException,
InvalidEnumArgumentException,
OutOfMemoryException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionArgumentNullExceptionWin32ExceptionObjectDisposedExceptionAbandonedMutexExceptionMissingManifestResourceExceptionNotImplementedExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionOutOfMemoryExceptionpublic FormattedText(java.lang.String textToFormat,
CultureInfo culture,
FlowDirection flowDirection,
Typeface typeface,
double emSize,
Brush foreground,
NumberSubstitution numberSubstitution,
double pixelsPerDip)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
ArgumentNullException,
Win32Exception,
ObjectDisposedException,
AbandonedMutexException,
MissingManifestResourceException,
NotImplementedException,
InvalidOperationException,
InvalidEnumArgumentException,
OutOfMemoryException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionArgumentNullExceptionWin32ExceptionObjectDisposedExceptionAbandonedMutexExceptionMissingManifestResourceExceptionNotImplementedExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionOutOfMemoryExceptionpublic FormattedText(java.lang.String textToFormat,
CultureInfo culture,
FlowDirection flowDirection,
Typeface typeface,
double emSize,
Brush foreground,
NumberSubstitution numberSubstitution,
TextFormattingMode textFormattingMode)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentNullException,
Win32Exception,
ObjectDisposedException,
AbandonedMutexException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
MissingManifestResourceException,
FormatException,
InvalidEnumArgumentException,
OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentNullExceptionWin32ExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionMissingManifestResourceExceptionFormatExceptionInvalidEnumArgumentExceptionOutOfMemoryExceptionpublic FormattedText(java.lang.String textToFormat,
CultureInfo culture,
FlowDirection flowDirection,
Typeface typeface,
double emSize,
Brush foreground,
NumberSubstitution numberSubstitution,
TextFormattingMode textFormattingMode,
double pixelsPerDip)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentNullException,
Win32Exception,
ObjectDisposedException,
AbandonedMutexException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
MissingManifestResourceException,
FormatException,
InvalidEnumArgumentException,
OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentNullExceptionWin32ExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionMissingManifestResourceExceptionFormatExceptionInvalidEnumArgumentExceptionOutOfMemoryExceptionpublic Geometry BuildGeometry(Point origin) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, InvalidEnumArgumentException, SecurityException, UnauthorizedAccessException, IOException, Win32Exception, NotSupportedException, FileNotFoundException, FileFormatException, WebException, ArithmeticException
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionInvalidEnumArgumentExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionWin32ExceptionNotSupportedExceptionFileNotFoundExceptionFileFormatExceptionWebExceptionArithmeticExceptionpublic Geometry BuildHighlightGeometry(Point origin) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, InvalidEnumArgumentException, Win32Exception, InvalidOperationException, SecurityException, IOException
public Geometry BuildHighlightGeometry(Point origin, int startIndex, int count) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException
public static FormattedText cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into FormattedText, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedFormattedText instancejava.lang.Throwable - in case of error during cast operationpublic double getBaseline()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
Win32Exception,
InvalidOperationException,
MissingManifestResourceException,
InvalidEnumArgumentException,
ArgumentOutOfRangeException
public double getExtent()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
Win32Exception,
InvalidOperationException,
MissingManifestResourceException,
InvalidEnumArgumentException,
ArgumentOutOfRangeException
public FlowDirection getFlowDirection() throws java.lang.Throwable
java.lang.Throwablepublic double getHeight()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
Win32Exception,
InvalidOperationException,
MissingManifestResourceException,
InvalidEnumArgumentException,
ArgumentOutOfRangeException
public 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 double getLineHeight()
throws java.lang.Throwable
java.lang.Throwablepublic int getMaxLineCount()
throws java.lang.Throwable
java.lang.Throwablepublic double getMaxTextHeight()
throws java.lang.Throwable
java.lang.Throwablepublic double getMaxTextWidth()
throws java.lang.Throwable
java.lang.Throwablepublic double[] GetMaxTextWidths()
throws java.lang.Throwable
java.lang.Throwablepublic double getMinWidth()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
Win32Exception,
ObjectDisposedException,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
InvalidEnumArgumentException,
OutOfMemoryException,
OverflowException,
TimeoutException,
SecurityException,
PlatformNotSupportedException,
NotSupportedException,
FormatException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionWin32ExceptionObjectDisposedExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionOutOfMemoryExceptionOverflowExceptionTimeoutExceptionSecurityExceptionPlatformNotSupportedExceptionNotSupportedExceptionFormatExceptionpublic double getOverhangAfter()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
Win32Exception,
InvalidOperationException,
MissingManifestResourceException,
InvalidEnumArgumentException,
ArgumentOutOfRangeException
public double getOverhangLeading()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
Win32Exception,
InvalidOperationException,
MissingManifestResourceException,
InvalidEnumArgumentException,
ArgumentOutOfRangeException
public double getOverhangTrailing()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
Win32Exception,
InvalidOperationException,
MissingManifestResourceException,
InvalidEnumArgumentException,
ArgumentOutOfRangeException
public double getPixelsPerDip()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getText()
throws java.lang.Throwable
java.lang.Throwablepublic TextAlignment getTextAlignment() throws java.lang.Throwable
java.lang.Throwablepublic TextTrimming getTrimming() throws java.lang.Throwable
java.lang.Throwablepublic double getWidth()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
Win32Exception,
InvalidOperationException,
MissingManifestResourceException,
InvalidEnumArgumentException,
ArgumentOutOfRangeException
public double getWidthIncludingTrailingWhitespace()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
Win32Exception,
InvalidOperationException,
MissingManifestResourceException,
InvalidEnumArgumentException,
ArgumentOutOfRangeException
public void SetCulture(CultureInfo culture) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotSupportedException, MissingMethodException, SecurityException, ObjectDisposedException, IndexOutOfRangeException, UnauthorizedAccessException, IOException, InvalidOperationException, MissingManifestResourceException, NotImplementedException, Win32Exception, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionNotSupportedExceptionMissingMethodExceptionSecurityExceptionObjectDisposedExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionInvalidOperationExceptionMissingManifestResourceExceptionNotImplementedExceptionWin32ExceptionOutOfMemoryExceptionpublic void SetCulture(CultureInfo culture, int startIndex, int count) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotSupportedException, InvalidOperationException, MissingMethodException, TargetInvocationException, SecurityException, ObjectDisposedException, IndexOutOfRangeException, UnauthorizedAccessException, IOException, MissingManifestResourceException, NotImplementedException, Win32Exception, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionNotSupportedExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionSecurityExceptionObjectDisposedExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionMissingManifestResourceExceptionNotImplementedExceptionWin32ExceptionOutOfMemoryExceptionpublic void setFlowDirection(FlowDirection FlowDirection) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, FormatException, InvalidEnumArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionInvalidEnumArgumentExceptionpublic void SetFontFamily(FontFamily fontFamily) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotSupportedException, MissingMethodException, SecurityException, ObjectDisposedException, IndexOutOfRangeException, UnauthorizedAccessException, IOException, InvalidOperationException, MissingManifestResourceException, NotImplementedException, Win32Exception, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionNotSupportedExceptionMissingMethodExceptionSecurityExceptionObjectDisposedExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionInvalidOperationExceptionMissingManifestResourceExceptionNotImplementedExceptionWin32ExceptionOutOfMemoryExceptionpublic void SetFontFamily(FontFamily fontFamily, int startIndex, int count) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotSupportedException, InvalidOperationException, MissingMethodException, TargetInvocationException, SecurityException, ObjectDisposedException, IndexOutOfRangeException, UnauthorizedAccessException, IOException, MissingManifestResourceException, NotImplementedException, Win32Exception, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionNotSupportedExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionSecurityExceptionObjectDisposedExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionMissingManifestResourceExceptionNotImplementedExceptionWin32ExceptionOutOfMemoryExceptionpublic void SetFontFamily(java.lang.String fontFamily)
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
NotImplementedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
NotSupportedException,
SecurityException,
UnauthorizedAccessException,
IOException,
Win32Exception,
OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionNotImplementedExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionNotSupportedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionWin32ExceptionOutOfMemoryExceptionpublic void SetFontFamily(java.lang.String fontFamily,
int startIndex,
int count)
throws java.lang.Throwable,
ArgumentNullException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
NotSupportedException,
MissingMethodException,
SecurityException,
IndexOutOfRangeException,
UnauthorizedAccessException,
IOException,
Win32Exception,
OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionNotSupportedExceptionMissingMethodExceptionSecurityExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionWin32ExceptionOutOfMemoryExceptionpublic void SetFontSize(double emSize)
throws java.lang.Throwable,
ArgumentNullException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
NotSupportedException,
MissingMethodException,
SecurityException,
IndexOutOfRangeException,
UnauthorizedAccessException,
IOException,
Win32Exception,
OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionNotSupportedExceptionMissingMethodExceptionSecurityExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionWin32ExceptionOutOfMemoryExceptionpublic void SetFontSize(double emSize,
int startIndex,
int count)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
NotSupportedException,
MissingMethodException,
SecurityException,
IndexOutOfRangeException,
UnauthorizedAccessException,
IOException,
Win32Exception,
OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionNotSupportedExceptionMissingMethodExceptionSecurityExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionWin32ExceptionOutOfMemoryExceptionpublic void SetFontStretch(FontStretch stretch) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, NotSupportedException, MissingMethodException, SecurityException, ObjectDisposedException, IndexOutOfRangeException, UnauthorizedAccessException, IOException, InvalidOperationException, MissingManifestResourceException, NotImplementedException, Win32Exception, OutOfMemoryException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionNotSupportedExceptionMissingMethodExceptionSecurityExceptionObjectDisposedExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionInvalidOperationExceptionMissingManifestResourceExceptionNotImplementedExceptionWin32ExceptionOutOfMemoryExceptionpublic void SetFontStretch(FontStretch stretch, int startIndex, int count) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, NotSupportedException, InvalidOperationException, MissingMethodException, TargetInvocationException, SecurityException, ObjectDisposedException, IndexOutOfRangeException, UnauthorizedAccessException, IOException, MissingManifestResourceException, NotImplementedException, Win32Exception, OutOfMemoryException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionNotSupportedExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionSecurityExceptionObjectDisposedExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionMissingManifestResourceExceptionNotImplementedExceptionWin32ExceptionOutOfMemoryExceptionpublic void SetFontStyle(FontStyle style) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, NotSupportedException, MissingMethodException, SecurityException, ObjectDisposedException, IndexOutOfRangeException, UnauthorizedAccessException, IOException, InvalidOperationException, MissingManifestResourceException, NotImplementedException, Win32Exception, OutOfMemoryException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionNotSupportedExceptionMissingMethodExceptionSecurityExceptionObjectDisposedExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionInvalidOperationExceptionMissingManifestResourceExceptionNotImplementedExceptionWin32ExceptionOutOfMemoryExceptionpublic void SetFontStyle(FontStyle style, int startIndex, int count) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, NotSupportedException, InvalidOperationException, MissingMethodException, TargetInvocationException, SecurityException, ObjectDisposedException, IndexOutOfRangeException, UnauthorizedAccessException, IOException, MissingManifestResourceException, NotImplementedException, Win32Exception, OutOfMemoryException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionNotSupportedExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionSecurityExceptionObjectDisposedExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionMissingManifestResourceExceptionNotImplementedExceptionWin32ExceptionOutOfMemoryExceptionpublic void SetFontTypeface(Typeface typeface) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, NotSupportedException, MissingMethodException, SecurityException, ObjectDisposedException, IndexOutOfRangeException, UnauthorizedAccessException, IOException, InvalidOperationException, MissingManifestResourceException, NotImplementedException, Win32Exception, OutOfMemoryException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionNotSupportedExceptionMissingMethodExceptionSecurityExceptionObjectDisposedExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionInvalidOperationExceptionMissingManifestResourceExceptionNotImplementedExceptionWin32ExceptionOutOfMemoryExceptionpublic void SetFontTypeface(Typeface typeface, int startIndex, int count) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, NotSupportedException, InvalidOperationException, MissingMethodException, TargetInvocationException, SecurityException, ObjectDisposedException, IndexOutOfRangeException, UnauthorizedAccessException, IOException, MissingManifestResourceException, NotImplementedException, Win32Exception, OutOfMemoryException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionNotSupportedExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionSecurityExceptionObjectDisposedExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionMissingManifestResourceExceptionNotImplementedExceptionWin32ExceptionOutOfMemoryExceptionpublic void SetFontWeight(FontWeight weight) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, NotSupportedException, MissingMethodException, SecurityException, ObjectDisposedException, IndexOutOfRangeException, UnauthorizedAccessException, IOException, InvalidOperationException, MissingManifestResourceException, NotImplementedException, Win32Exception, OutOfMemoryException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionNotSupportedExceptionMissingMethodExceptionSecurityExceptionObjectDisposedExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionInvalidOperationExceptionMissingManifestResourceExceptionNotImplementedExceptionWin32ExceptionOutOfMemoryExceptionpublic void SetFontWeight(FontWeight weight, int startIndex, int count) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, NotSupportedException, InvalidOperationException, MissingMethodException, TargetInvocationException, SecurityException, ObjectDisposedException, IndexOutOfRangeException, UnauthorizedAccessException, IOException, MissingManifestResourceException, NotImplementedException, Win32Exception, OutOfMemoryException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionNotSupportedExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionSecurityExceptionObjectDisposedExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionMissingManifestResourceExceptionNotImplementedExceptionWin32ExceptionOutOfMemoryExceptionpublic void SetForegroundBrush(Brush foregroundBrush) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, NotSupportedException, MissingMethodException, SecurityException, ObjectDisposedException, IndexOutOfRangeException, UnauthorizedAccessException, IOException, InvalidOperationException, MissingManifestResourceException, NotImplementedException, Win32Exception, OutOfMemoryException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionNotSupportedExceptionMissingMethodExceptionSecurityExceptionObjectDisposedExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionInvalidOperationExceptionMissingManifestResourceExceptionNotImplementedExceptionWin32ExceptionOutOfMemoryExceptionpublic void SetForegroundBrush(Brush foregroundBrush, int startIndex, int count) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, NotSupportedException, InvalidOperationException, MissingMethodException, TargetInvocationException, SecurityException, ObjectDisposedException, IndexOutOfRangeException, UnauthorizedAccessException, IOException, MissingManifestResourceException, NotImplementedException, Win32Exception, OutOfMemoryException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionNotSupportedExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionSecurityExceptionObjectDisposedExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionMissingManifestResourceExceptionNotImplementedExceptionWin32ExceptionOutOfMemoryExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setLineHeight(double LineHeight)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
AbandonedMutexException
public void setMaxLineCount(int MaxLineCount)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
AbandonedMutexException
public void setMaxTextHeight(double MaxTextHeight)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
AbandonedMutexException
public void setMaxTextWidth(double MaxTextWidth)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
AbandonedMutexException
public void SetMaxTextWidths(double[] maxTextWidths)
throws java.lang.Throwable,
ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic void SetMaxTextWidths(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic void SetNumberSubstitution(NumberSubstitution numberSubstitution) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, NotSupportedException, MissingMethodException, SecurityException, ObjectDisposedException, IndexOutOfRangeException, UnauthorizedAccessException, IOException, InvalidOperationException, MissingManifestResourceException, NotImplementedException, Win32Exception, OutOfMemoryException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionNotSupportedExceptionMissingMethodExceptionSecurityExceptionObjectDisposedExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionInvalidOperationExceptionMissingManifestResourceExceptionNotImplementedExceptionWin32ExceptionOutOfMemoryExceptionpublic void SetNumberSubstitution(NumberSubstitution numberSubstitution, int startIndex, int count) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, NotSupportedException, InvalidOperationException, MissingMethodException, TargetInvocationException, SecurityException, ObjectDisposedException, IndexOutOfRangeException, UnauthorizedAccessException, IOException, MissingManifestResourceException, NotImplementedException, Win32Exception, OutOfMemoryException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionNotSupportedExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionSecurityExceptionObjectDisposedExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionMissingManifestResourceExceptionNotImplementedExceptionWin32ExceptionOutOfMemoryExceptionpublic void setPixelsPerDip(double PixelsPerDip)
throws java.lang.Throwable
java.lang.Throwablepublic void setTextAlignment(TextAlignment TextAlignment) throws java.lang.Throwable
java.lang.Throwablepublic void SetTextDecorations(TextDecorationCollection textDecorations) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, NotSupportedException, MissingMethodException, SecurityException, ObjectDisposedException, IndexOutOfRangeException, UnauthorizedAccessException, IOException, InvalidOperationException, MissingManifestResourceException, NotImplementedException, Win32Exception, OutOfMemoryException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionNotSupportedExceptionMissingMethodExceptionSecurityExceptionObjectDisposedExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionInvalidOperationExceptionMissingManifestResourceExceptionNotImplementedExceptionWin32ExceptionOutOfMemoryExceptionpublic void SetTextDecorations(TextDecorationCollection textDecorations, int startIndex, int count) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, NotSupportedException, InvalidOperationException, MissingMethodException, TargetInvocationException, SecurityException, ObjectDisposedException, IndexOutOfRangeException, UnauthorizedAccessException, IOException, MissingManifestResourceException, NotImplementedException, Win32Exception, OutOfMemoryException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionNotSupportedExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionSecurityExceptionObjectDisposedExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionMissingManifestResourceExceptionNotImplementedExceptionWin32ExceptionOutOfMemoryExceptionpublic void setTrimming(TextTrimming Trimming) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentException