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=9.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,
NotSupportedException,
ArgumentException,
Win32Exception,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
IndexOutOfRangeException,
FormatException,
InvalidEnumArgumentException,
InvalidOperationException,
OutOfMemoryException
public FormattedText(java.lang.String textToFormat,
CultureInfo culture,
FlowDirection flowDirection,
Typeface typeface,
double emSize,
Brush foreground,
double pixelsPerDip)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
Win32Exception,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
IndexOutOfRangeException,
FormatException,
InvalidEnumArgumentException,
InvalidOperationException,
OutOfMemoryException
public FormattedText(java.lang.String textToFormat,
CultureInfo culture,
FlowDirection flowDirection,
Typeface typeface,
double emSize,
Brush foreground,
NumberSubstitution numberSubstitution)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
Win32Exception,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
IndexOutOfRangeException,
FormatException,
InvalidEnumArgumentException,
InvalidOperationException,
OutOfMemoryException
public FormattedText(java.lang.String textToFormat,
CultureInfo culture,
FlowDirection flowDirection,
Typeface typeface,
double emSize,
Brush foreground,
NumberSubstitution numberSubstitution,
double pixelsPerDip)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
Win32Exception,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
IndexOutOfRangeException,
FormatException,
InvalidEnumArgumentException,
InvalidOperationException,
OutOfMemoryException
public FormattedText(java.lang.String textToFormat,
CultureInfo culture,
FlowDirection flowDirection,
Typeface typeface,
double emSize,
Brush foreground,
NumberSubstitution numberSubstitution,
TextFormattingMode textFormattingMode)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
InvalidOperationException,
ArgumentOutOfRangeException,
Win32Exception,
PlatformNotSupportedException,
InvalidEnumArgumentException,
FormatException,
OutOfMemoryException
public 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,
NotSupportedException,
ArgumentException,
InvalidOperationException,
ArgumentOutOfRangeException,
Win32Exception,
PlatformNotSupportedException,
InvalidEnumArgumentException,
FormatException,
OutOfMemoryException
public Geometry BuildGeometry(Point origin) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, InvalidEnumArgumentException, ObjectDisposedException, SecurityException, IOException, UnauthorizedAccessException, Win32Exception, NotSupportedException, FileNotFoundException, FileFormatException, ArrayTypeMismatchException
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionArgumentExceptionArgumentOutOfRangeExceptionInvalidEnumArgumentExceptionObjectDisposedExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionWin32ExceptionNotSupportedExceptionFileNotFoundExceptionFileFormatExceptionArrayTypeMismatchExceptionpublic Geometry BuildHighlightGeometry(Point origin) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, Win32Exception, ArgumentNullException, SecurityException, IOException
public Geometry BuildHighlightGeometry(Point origin, int startIndex, int count) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, Win32Exception, ArgumentNullException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionWin32ExceptionArgumentNullExceptionpublic 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,
ArgumentOutOfRangeException,
InvalidOperationException,
Win32Exception,
InvalidEnumArgumentException,
NotSupportedException,
PlatformNotSupportedException,
ArgumentNullException
public double getExtent()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
Win32Exception,
InvalidEnumArgumentException,
NotSupportedException,
PlatformNotSupportedException,
ArgumentNullException
public FlowDirection getFlowDirection() throws java.lang.Throwable
java.lang.Throwablepublic double getHeight()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
Win32Exception,
InvalidEnumArgumentException,
NotSupportedException,
PlatformNotSupportedException,
ArgumentNullException
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,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic double getMinWidth()
throws java.lang.Throwable,
ArgumentException,
Win32Exception,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
ArgumentNullException,
RankException,
IndexOutOfRangeException,
ArrayTypeMismatchException,
InvalidCastException,
InvalidOperationException,
InvalidEnumArgumentException,
TimeoutException,
NullReferenceException,
NotSupportedException,
CultureNotFoundException
java.lang.ThrowableArgumentExceptionWin32ExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentNullExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidCastExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionTimeoutExceptionNullReferenceExceptionNotSupportedExceptionCultureNotFoundExceptionpublic double getOverhangAfter()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
Win32Exception,
InvalidEnumArgumentException,
NotSupportedException,
PlatformNotSupportedException,
ArgumentNullException
public double getOverhangLeading()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
Win32Exception,
InvalidEnumArgumentException,
NotSupportedException,
PlatformNotSupportedException,
ArgumentNullException
public double getOverhangTrailing()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
Win32Exception,
InvalidEnumArgumentException,
NotSupportedException,
PlatformNotSupportedException,
ArgumentNullException
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,
ArgumentOutOfRangeException,
InvalidOperationException,
Win32Exception,
InvalidEnumArgumentException,
NotSupportedException,
PlatformNotSupportedException,
ArgumentNullException
public double getWidthIncludingTrailingWhitespace()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
Win32Exception,
InvalidEnumArgumentException,
NotSupportedException,
PlatformNotSupportedException,
ArgumentNullException
public void SetCulture(CultureInfo culture) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, ObjectDisposedException, OutOfMemoryException, SecurityException, ArrayTypeMismatchException, IOException, UnauthorizedAccessException, Win32Exception, InvalidOperationException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionFormatExceptionObjectDisposedExceptionOutOfMemoryExceptionSecurityExceptionArrayTypeMismatchExceptionIOExceptionUnauthorizedAccessExceptionWin32ExceptionInvalidOperationExceptionpublic void SetCulture(CultureInfo culture, int startIndex, int count) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, ObjectDisposedException, MissingMethodException, TargetInvocationException, OutOfMemoryException, SecurityException, ArrayTypeMismatchException, IOException, UnauthorizedAccessException, Win32Exception
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionObjectDisposedExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionSecurityExceptionArrayTypeMismatchExceptionIOExceptionUnauthorizedAccessExceptionWin32Exceptionpublic void setFlowDirection(FlowDirection FlowDirection) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, NotSupportedException, FormatException, InvalidEnumArgumentException
public void SetFontFamily(FontFamily fontFamily) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, ObjectDisposedException, OutOfMemoryException, SecurityException, ArrayTypeMismatchException, IOException, UnauthorizedAccessException, Win32Exception
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionObjectDisposedExceptionOutOfMemoryExceptionSecurityExceptionArrayTypeMismatchExceptionIOExceptionUnauthorizedAccessExceptionWin32Exceptionpublic void SetFontFamily(FontFamily fontFamily, int startIndex, int count) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException, MissingMethodException, TargetInvocationException, OutOfMemoryException, SecurityException, IOException, UnauthorizedAccessException, Win32Exception
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionFormatExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionWin32Exceptionpublic void SetFontFamily(java.lang.String fontFamily)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException,
CultureNotFoundException,
IndexOutOfRangeException,
UriFormatException,
ObjectDisposedException,
OutOfMemoryException,
SecurityException,
IOException,
UnauthorizedAccessException,
Win32Exception
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionUriFormatExceptionObjectDisposedExceptionOutOfMemoryExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionWin32Exceptionpublic void SetFontFamily(java.lang.String fontFamily,
int startIndex,
int count)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
ArgumentNullException,
CultureNotFoundException,
IndexOutOfRangeException,
UriFormatException,
OutOfMemoryException,
SecurityException,
IOException,
UnauthorizedAccessException,
Win32Exception
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionUriFormatExceptionOutOfMemoryExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionWin32Exceptionpublic void SetFontSize(double emSize)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
IndexOutOfRangeException,
FormatException,
ObjectDisposedException,
OutOfMemoryException,
SecurityException,
ArrayTypeMismatchException,
IOException,
UnauthorizedAccessException,
Win32Exception
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionObjectDisposedExceptionOutOfMemoryExceptionSecurityExceptionArrayTypeMismatchExceptionIOExceptionUnauthorizedAccessExceptionWin32Exceptionpublic void SetFontSize(double emSize,
int startIndex,
int count)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
IndexOutOfRangeException,
FormatException,
MissingMethodException,
TargetInvocationException,
OutOfMemoryException,
SecurityException,
IOException,
UnauthorizedAccessException,
Win32Exception
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionFormatExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionWin32Exceptionpublic void SetFontStretch(FontStretch stretch) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, ObjectDisposedException, OutOfMemoryException, SecurityException, ArrayTypeMismatchException, IOException, UnauthorizedAccessException, Win32Exception
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionObjectDisposedExceptionOutOfMemoryExceptionSecurityExceptionArrayTypeMismatchExceptionIOExceptionUnauthorizedAccessExceptionWin32Exceptionpublic void SetFontStretch(FontStretch stretch, int startIndex, int count) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, MissingMethodException, TargetInvocationException, OutOfMemoryException, SecurityException, IOException, UnauthorizedAccessException, Win32Exception
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionFormatExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionWin32Exceptionpublic void SetFontStyle(FontStyle style) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, ObjectDisposedException, OutOfMemoryException, SecurityException, ArrayTypeMismatchException, IOException, UnauthorizedAccessException, Win32Exception
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionObjectDisposedExceptionOutOfMemoryExceptionSecurityExceptionArrayTypeMismatchExceptionIOExceptionUnauthorizedAccessExceptionWin32Exceptionpublic void SetFontStyle(FontStyle style, int startIndex, int count) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, MissingMethodException, TargetInvocationException, OutOfMemoryException, SecurityException, IOException, UnauthorizedAccessException, Win32Exception
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionFormatExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionWin32Exceptionpublic void SetFontTypeface(Typeface typeface) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, ObjectDisposedException, OutOfMemoryException, SecurityException, ArrayTypeMismatchException, IOException, UnauthorizedAccessException, Win32Exception
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionObjectDisposedExceptionOutOfMemoryExceptionSecurityExceptionArrayTypeMismatchExceptionIOExceptionUnauthorizedAccessExceptionWin32Exceptionpublic void SetFontTypeface(Typeface typeface, int startIndex, int count) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, MissingMethodException, TargetInvocationException, OutOfMemoryException, SecurityException, IOException, UnauthorizedAccessException, Win32Exception
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionFormatExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionWin32Exceptionpublic void SetFontWeight(FontWeight weight) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, ObjectDisposedException, OutOfMemoryException, SecurityException, ArrayTypeMismatchException, IOException, UnauthorizedAccessException, Win32Exception
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionObjectDisposedExceptionOutOfMemoryExceptionSecurityExceptionArrayTypeMismatchExceptionIOExceptionUnauthorizedAccessExceptionWin32Exceptionpublic void SetFontWeight(FontWeight weight, int startIndex, int count) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, MissingMethodException, TargetInvocationException, OutOfMemoryException, SecurityException, IOException, UnauthorizedAccessException, Win32Exception
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionFormatExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionWin32Exceptionpublic void SetForegroundBrush(Brush foregroundBrush) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, ObjectDisposedException, OutOfMemoryException, SecurityException, ArrayTypeMismatchException, IOException, UnauthorizedAccessException, Win32Exception
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionObjectDisposedExceptionOutOfMemoryExceptionSecurityExceptionArrayTypeMismatchExceptionIOExceptionUnauthorizedAccessExceptionWin32Exceptionpublic void SetForegroundBrush(Brush foregroundBrush, int startIndex, int count) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, MissingMethodException, TargetInvocationException, OutOfMemoryException, SecurityException, IOException, UnauthorizedAccessException, Win32Exception
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionFormatExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionWin32Exceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setLineHeight(double LineHeight)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException
public void setMaxLineCount(int MaxLineCount)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException
public void setMaxTextHeight(double MaxTextHeight)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
NotSupportedException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException
public void setMaxTextWidth(double MaxTextWidth)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException
public void SetMaxTextWidths(double[] maxTextWidths)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArrayTypeMismatchException,
NotSupportedException,
CultureNotFoundException,
ObjectDisposedException
public void SetMaxTextWidths(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
public void SetNumberSubstitution(NumberSubstitution numberSubstitution) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, ObjectDisposedException, OutOfMemoryException, SecurityException, ArrayTypeMismatchException, IOException, UnauthorizedAccessException, Win32Exception
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionObjectDisposedExceptionOutOfMemoryExceptionSecurityExceptionArrayTypeMismatchExceptionIOExceptionUnauthorizedAccessExceptionWin32Exceptionpublic void SetNumberSubstitution(NumberSubstitution numberSubstitution, int startIndex, int count) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, MissingMethodException, TargetInvocationException, OutOfMemoryException, SecurityException, IOException, UnauthorizedAccessException, Win32Exception
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionFormatExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionWin32Exceptionpublic 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, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, ObjectDisposedException, OutOfMemoryException, SecurityException, ArrayTypeMismatchException, IOException, UnauthorizedAccessException, Win32Exception
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionObjectDisposedExceptionOutOfMemoryExceptionSecurityExceptionArrayTypeMismatchExceptionIOExceptionUnauthorizedAccessExceptionWin32Exceptionpublic void SetTextDecorations(TextDecorationCollection textDecorations, int startIndex, int count) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, MissingMethodException, TargetInvocationException, OutOfMemoryException, SecurityException, IOException, UnauthorizedAccessException, Win32Exception
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionFormatExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionWin32Exceptionpublic void setTrimming(TextTrimming Trimming) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException