Package system.windows.media
Class FormattedText
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.windows.media.FormattedText
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class FormattedText extends NetObject
The base .NET class managing System.Windows.Media.FormattedText, PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..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
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.String
assemblyShortName
Assembly name: PresentationCorestatic java.lang.String
className
Qualified class name: System.Windows.Media.FormattedTextstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor 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)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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 theIJCOBridgeReflected
instance intoFormattedText
, 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 namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typedouble
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(java.lang.String fontFamily)
void
SetFontFamily(java.lang.String fontFamily, int startIndex, int count)
void
SetFontFamily(FontFamily fontFamily)
void
SetFontFamily(FontFamily 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)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: PresentationCore- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Windows.Media.FormattedText- See Also:
- Constant Field Values
-
-
Constructor Detail
-
FormattedText
public FormattedText(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
FormattedText
public FormattedText() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
FormattedText
public 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
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
ArgumentOutOfRangeException
ArgumentNullException
Win32Exception
ObjectDisposedException
AbandonedMutexException
MissingManifestResourceException
NotImplementedException
InvalidOperationException
InvalidEnumArgumentException
OutOfMemoryException
-
FormattedText
public 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
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
ArgumentOutOfRangeException
ArgumentNullException
Win32Exception
ObjectDisposedException
AbandonedMutexException
MissingManifestResourceException
NotImplementedException
InvalidOperationException
InvalidEnumArgumentException
OutOfMemoryException
-
FormattedText
public 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
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
ArgumentOutOfRangeException
ArgumentNullException
Win32Exception
ObjectDisposedException
AbandonedMutexException
MissingManifestResourceException
NotImplementedException
InvalidOperationException
InvalidEnumArgumentException
OutOfMemoryException
-
FormattedText
public 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
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
ArgumentOutOfRangeException
ArgumentNullException
Win32Exception
ObjectDisposedException
AbandonedMutexException
MissingManifestResourceException
NotImplementedException
InvalidOperationException
InvalidEnumArgumentException
OutOfMemoryException
-
FormattedText
public 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
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentNullException
Win32Exception
ObjectDisposedException
AbandonedMutexException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
MissingManifestResourceException
FormatException
InvalidEnumArgumentException
OutOfMemoryException
-
FormattedText
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, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentNullException, Win32Exception, ObjectDisposedException, AbandonedMutexException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, MissingManifestResourceException, FormatException, InvalidEnumArgumentException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentNullException
Win32Exception
ObjectDisposedException
AbandonedMutexException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
MissingManifestResourceException
FormatException
InvalidEnumArgumentException
OutOfMemoryException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static FormattedText cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoFormattedText
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
FormattedText
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
GetMaxTextWidths
public double[] GetMaxTextWidths() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
BuildGeometry
public 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
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
InvalidEnumArgumentException
SecurityException
UnauthorizedAccessException
IOException
Win32Exception
NotSupportedException
FileNotFoundException
FileFormatException
WebException
ArithmeticException
-
BuildHighlightGeometry
public Geometry BuildHighlightGeometry(Point origin) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, InvalidEnumArgumentException, Win32Exception, InvalidOperationException, SecurityException, IOException
-
BuildHighlightGeometry
public Geometry BuildHighlightGeometry(Point origin, int startIndex, int count) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException
-
SetCulture
public void SetCulture(CultureInfo culture) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotSupportedException, MissingMethodException, SecurityException, ObjectDisposedException, IndexOutOfRangeException, UnauthorizedAccessException, IOException, InvalidOperationException, MissingManifestResourceException, NotImplementedException, Win32Exception, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
NotSupportedException
MissingMethodException
SecurityException
ObjectDisposedException
IndexOutOfRangeException
UnauthorizedAccessException
IOException
InvalidOperationException
MissingManifestResourceException
NotImplementedException
Win32Exception
OutOfMemoryException
-
SetCulture
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
NotSupportedException
InvalidOperationException
MissingMethodException
TargetInvocationException
SecurityException
ObjectDisposedException
IndexOutOfRangeException
UnauthorizedAccessException
IOException
MissingManifestResourceException
NotImplementedException
Win32Exception
OutOfMemoryException
-
SetFontFamily
public void SetFontFamily(java.lang.String fontFamily) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, SecurityException, UnauthorizedAccessException, IOException, Win32Exception, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
MissingManifestResourceException
NotImplementedException
ArgumentException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
NotSupportedException
SecurityException
UnauthorizedAccessException
IOException
Win32Exception
OutOfMemoryException
-
SetFontFamily
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
FormatException
MissingManifestResourceException
NotImplementedException
ArgumentException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
NotSupportedException
MissingMethodException
SecurityException
IndexOutOfRangeException
UnauthorizedAccessException
IOException
Win32Exception
OutOfMemoryException
-
SetFontFamily
public void SetFontFamily(FontFamily fontFamily) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotSupportedException, MissingMethodException, SecurityException, ObjectDisposedException, IndexOutOfRangeException, UnauthorizedAccessException, IOException, InvalidOperationException, MissingManifestResourceException, NotImplementedException, Win32Exception, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
NotSupportedException
MissingMethodException
SecurityException
ObjectDisposedException
IndexOutOfRangeException
UnauthorizedAccessException
IOException
InvalidOperationException
MissingManifestResourceException
NotImplementedException
Win32Exception
OutOfMemoryException
-
SetFontFamily
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
NotSupportedException
InvalidOperationException
MissingMethodException
TargetInvocationException
SecurityException
ObjectDisposedException
IndexOutOfRangeException
UnauthorizedAccessException
IOException
MissingManifestResourceException
NotImplementedException
Win32Exception
OutOfMemoryException
-
SetFontSize
public void SetFontSize(double emSize) throws java.lang.Throwable, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, MissingMethodException, SecurityException, IndexOutOfRangeException, UnauthorizedAccessException, IOException, Win32Exception, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
FormatException
MissingManifestResourceException
NotImplementedException
ArgumentException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
NotSupportedException
MissingMethodException
SecurityException
IndexOutOfRangeException
UnauthorizedAccessException
IOException
Win32Exception
OutOfMemoryException
-
SetFontSize
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
FormatException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
NotSupportedException
MissingMethodException
SecurityException
IndexOutOfRangeException
UnauthorizedAccessException
IOException
Win32Exception
OutOfMemoryException
-
SetFontStretch
public void SetFontStretch(FontStretch stretch) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, NotSupportedException, MissingMethodException, SecurityException, ObjectDisposedException, IndexOutOfRangeException, UnauthorizedAccessException, IOException, InvalidOperationException, MissingManifestResourceException, NotImplementedException, Win32Exception, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
ArgumentNullException
NotSupportedException
MissingMethodException
SecurityException
ObjectDisposedException
IndexOutOfRangeException
UnauthorizedAccessException
IOException
InvalidOperationException
MissingManifestResourceException
NotImplementedException
Win32Exception
OutOfMemoryException
-
SetFontStretch
public 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
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
ArgumentNullException
NotSupportedException
InvalidOperationException
MissingMethodException
TargetInvocationException
SecurityException
ObjectDisposedException
IndexOutOfRangeException
UnauthorizedAccessException
IOException
MissingManifestResourceException
NotImplementedException
Win32Exception
OutOfMemoryException
-
SetFontStyle
public void SetFontStyle(FontStyle style) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, NotSupportedException, MissingMethodException, SecurityException, ObjectDisposedException, IndexOutOfRangeException, UnauthorizedAccessException, IOException, InvalidOperationException, MissingManifestResourceException, NotImplementedException, Win32Exception, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
ArgumentNullException
NotSupportedException
MissingMethodException
SecurityException
ObjectDisposedException
IndexOutOfRangeException
UnauthorizedAccessException
IOException
InvalidOperationException
MissingManifestResourceException
NotImplementedException
Win32Exception
OutOfMemoryException
-
SetFontStyle
public 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
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
ArgumentNullException
NotSupportedException
InvalidOperationException
MissingMethodException
TargetInvocationException
SecurityException
ObjectDisposedException
IndexOutOfRangeException
UnauthorizedAccessException
IOException
MissingManifestResourceException
NotImplementedException
Win32Exception
OutOfMemoryException
-
SetFontTypeface
public void SetFontTypeface(Typeface typeface) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, NotSupportedException, MissingMethodException, SecurityException, ObjectDisposedException, IndexOutOfRangeException, UnauthorizedAccessException, IOException, InvalidOperationException, MissingManifestResourceException, NotImplementedException, Win32Exception, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
ArgumentNullException
NotSupportedException
MissingMethodException
SecurityException
ObjectDisposedException
IndexOutOfRangeException
UnauthorizedAccessException
IOException
InvalidOperationException
MissingManifestResourceException
NotImplementedException
Win32Exception
OutOfMemoryException
-
SetFontTypeface
public 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
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
ArgumentNullException
NotSupportedException
InvalidOperationException
MissingMethodException
TargetInvocationException
SecurityException
ObjectDisposedException
IndexOutOfRangeException
UnauthorizedAccessException
IOException
MissingManifestResourceException
NotImplementedException
Win32Exception
OutOfMemoryException
-
SetFontWeight
public void SetFontWeight(FontWeight weight) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, NotSupportedException, MissingMethodException, SecurityException, ObjectDisposedException, IndexOutOfRangeException, UnauthorizedAccessException, IOException, InvalidOperationException, MissingManifestResourceException, NotImplementedException, Win32Exception, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
ArgumentNullException
NotSupportedException
MissingMethodException
SecurityException
ObjectDisposedException
IndexOutOfRangeException
UnauthorizedAccessException
IOException
InvalidOperationException
MissingManifestResourceException
NotImplementedException
Win32Exception
OutOfMemoryException
-
SetFontWeight
public 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
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
ArgumentNullException
NotSupportedException
InvalidOperationException
MissingMethodException
TargetInvocationException
SecurityException
ObjectDisposedException
IndexOutOfRangeException
UnauthorizedAccessException
IOException
MissingManifestResourceException
NotImplementedException
Win32Exception
OutOfMemoryException
-
SetForegroundBrush
public void SetForegroundBrush(Brush foregroundBrush) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, NotSupportedException, MissingMethodException, SecurityException, ObjectDisposedException, IndexOutOfRangeException, UnauthorizedAccessException, IOException, InvalidOperationException, MissingManifestResourceException, NotImplementedException, Win32Exception, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
ArgumentNullException
NotSupportedException
MissingMethodException
SecurityException
ObjectDisposedException
IndexOutOfRangeException
UnauthorizedAccessException
IOException
InvalidOperationException
MissingManifestResourceException
NotImplementedException
Win32Exception
OutOfMemoryException
-
SetForegroundBrush
public 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
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
ArgumentNullException
NotSupportedException
InvalidOperationException
MissingMethodException
TargetInvocationException
SecurityException
ObjectDisposedException
IndexOutOfRangeException
UnauthorizedAccessException
IOException
MissingManifestResourceException
NotImplementedException
Win32Exception
OutOfMemoryException
-
SetMaxTextWidths
public void SetMaxTextWidths(double[] maxTextWidths) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
SetMaxTextWidths
public void SetMaxTextWidths(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
SetNumberSubstitution
public void SetNumberSubstitution(NumberSubstitution numberSubstitution) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, NotSupportedException, MissingMethodException, SecurityException, ObjectDisposedException, IndexOutOfRangeException, UnauthorizedAccessException, IOException, InvalidOperationException, MissingManifestResourceException, NotImplementedException, Win32Exception, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
ArgumentNullException
NotSupportedException
MissingMethodException
SecurityException
ObjectDisposedException
IndexOutOfRangeException
UnauthorizedAccessException
IOException
InvalidOperationException
MissingManifestResourceException
NotImplementedException
Win32Exception
OutOfMemoryException
-
SetNumberSubstitution
public 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
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
ArgumentNullException
NotSupportedException
InvalidOperationException
MissingMethodException
TargetInvocationException
SecurityException
ObjectDisposedException
IndexOutOfRangeException
UnauthorizedAccessException
IOException
MissingManifestResourceException
NotImplementedException
Win32Exception
OutOfMemoryException
-
SetTextDecorations
public void SetTextDecorations(TextDecorationCollection textDecorations) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, NotSupportedException, MissingMethodException, SecurityException, ObjectDisposedException, IndexOutOfRangeException, UnauthorizedAccessException, IOException, InvalidOperationException, MissingManifestResourceException, NotImplementedException, Win32Exception, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
ArgumentNullException
NotSupportedException
MissingMethodException
SecurityException
ObjectDisposedException
IndexOutOfRangeException
UnauthorizedAccessException
IOException
InvalidOperationException
MissingManifestResourceException
NotImplementedException
Win32Exception
OutOfMemoryException
-
SetTextDecorations
public 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
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
ArgumentNullException
NotSupportedException
InvalidOperationException
MissingMethodException
TargetInvocationException
SecurityException
ObjectDisposedException
IndexOutOfRangeException
UnauthorizedAccessException
IOException
MissingManifestResourceException
NotImplementedException
Win32Exception
OutOfMemoryException
-
getBaseline
public double getBaseline() throws java.lang.Throwable, ArgumentException, ArgumentNullException, Win32Exception, InvalidOperationException, MissingManifestResourceException, InvalidEnumArgumentException, ArgumentOutOfRangeException
-
getExtent
public double getExtent() throws java.lang.Throwable, ArgumentException, ArgumentNullException, Win32Exception, InvalidOperationException, MissingManifestResourceException, InvalidEnumArgumentException, ArgumentOutOfRangeException
-
getHeight
public double getHeight() throws java.lang.Throwable, ArgumentException, ArgumentNullException, Win32Exception, InvalidOperationException, MissingManifestResourceException, InvalidEnumArgumentException, ArgumentOutOfRangeException
-
getLineHeight
public double getLineHeight() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setLineHeight
public void setLineHeight(double LineHeight) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, AbandonedMutexException
-
getMaxTextHeight
public double getMaxTextHeight() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMaxTextHeight
public void setMaxTextHeight(double MaxTextHeight) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, AbandonedMutexException
-
getMaxTextWidth
public double getMaxTextWidth() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMaxTextWidth
public void setMaxTextWidth(double MaxTextWidth) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, AbandonedMutexException
-
getMinWidth
public double getMinWidth() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, Win32Exception, ObjectDisposedException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, InvalidEnumArgumentException, OutOfMemoryException, OverflowException, TimeoutException, SecurityException, PlatformNotSupportedException, NotSupportedException, FormatException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
Win32Exception
ObjectDisposedException
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
InvalidEnumArgumentException
OutOfMemoryException
OverflowException
TimeoutException
SecurityException
PlatformNotSupportedException
NotSupportedException
FormatException
-
getOverhangAfter
public double getOverhangAfter() throws java.lang.Throwable, ArgumentException, ArgumentNullException, Win32Exception, InvalidOperationException, MissingManifestResourceException, InvalidEnumArgumentException, ArgumentOutOfRangeException
-
getOverhangLeading
public double getOverhangLeading() throws java.lang.Throwable, ArgumentException, ArgumentNullException, Win32Exception, InvalidOperationException, MissingManifestResourceException, InvalidEnumArgumentException, ArgumentOutOfRangeException
-
getOverhangTrailing
public double getOverhangTrailing() throws java.lang.Throwable, ArgumentException, ArgumentNullException, Win32Exception, InvalidOperationException, MissingManifestResourceException, InvalidEnumArgumentException, ArgumentOutOfRangeException
-
getPixelsPerDip
public double getPixelsPerDip() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setPixelsPerDip
public void setPixelsPerDip(double PixelsPerDip) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getWidth
public double getWidth() throws java.lang.Throwable, ArgumentException, ArgumentNullException, Win32Exception, InvalidOperationException, MissingManifestResourceException, InvalidEnumArgumentException, ArgumentOutOfRangeException
-
getWidthIncludingTrailingWhitespace
public double getWidthIncludingTrailingWhitespace() throws java.lang.Throwable, ArgumentException, ArgumentNullException, Win32Exception, InvalidOperationException, MissingManifestResourceException, InvalidEnumArgumentException, ArgumentOutOfRangeException
-
getMaxLineCount
public int getMaxLineCount() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMaxLineCount
public void setMaxLineCount(int MaxLineCount) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, AbandonedMutexException
-
getText
public java.lang.String getText() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getFlowDirection
public FlowDirection getFlowDirection() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setFlowDirection
public void setFlowDirection(FlowDirection FlowDirection) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, FormatException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
IndexOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
FormatException
InvalidEnumArgumentException
-
getTextAlignment
public TextAlignment getTextAlignment() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setTextAlignment
public void setTextAlignment(TextAlignment TextAlignment) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getTrimming
public TextTrimming getTrimming() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setTrimming
public void setTrimming(TextTrimming Trimming) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
-
-