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.StringassemblyFullNameFully assembly qualified name: PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.StringassemblyShortNameAssembly name: PresentationCorestatic java.lang.StringclassNameQualified class name: System.Windows.Media.FormattedTextstatic JCTypeclassTypeThe 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 GeometryBuildGeometry(Point origin)GeometryBuildHighlightGeometry(Point origin)GeometryBuildHighlightGeometry(Point origin, int startIndex, int count)static FormattedTextcast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoFormattedText, a cast assert is made to check if types are compatible.doublegetBaseline()doublegetExtent()FlowDirectiongetFlowDirection()doublegetHeight()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypedoublegetLineHeight()intgetMaxLineCount()doublegetMaxTextHeight()doublegetMaxTextWidth()double[]GetMaxTextWidths()doublegetMinWidth()doublegetOverhangAfter()doublegetOverhangLeading()doublegetOverhangTrailing()doublegetPixelsPerDip()java.lang.StringgetText()TextAlignmentgetTextAlignment()TextTrimminggetTrimming()doublegetWidth()doublegetWidthIncludingTrailingWhitespace()voidSetCulture(CultureInfo culture)voidSetCulture(CultureInfo culture, int startIndex, int count)voidsetFlowDirection(FlowDirection FlowDirection)voidSetFontFamily(java.lang.String fontFamily)voidSetFontFamily(java.lang.String fontFamily, int startIndex, int count)voidSetFontFamily(FontFamily fontFamily)voidSetFontFamily(FontFamily fontFamily, int startIndex, int count)voidSetFontSize(double emSize)voidSetFontSize(double emSize, int startIndex, int count)voidSetFontStretch(FontStretch stretch)voidSetFontStretch(FontStretch stretch, int startIndex, int count)voidSetFontStyle(FontStyle style)voidSetFontStyle(FontStyle style, int startIndex, int count)voidSetFontTypeface(Typeface typeface)voidSetFontTypeface(Typeface typeface, int startIndex, int count)voidSetFontWeight(FontWeight weight)voidSetFontWeight(FontWeight weight, int startIndex, int count)voidSetForegroundBrush(Brush foregroundBrush)voidSetForegroundBrush(Brush foregroundBrush, int startIndex, int count)voidsetJCOInstance(JCObject instance)voidsetLineHeight(double LineHeight)voidsetMaxLineCount(int MaxLineCount)voidsetMaxTextHeight(double MaxTextHeight)voidsetMaxTextWidth(double MaxTextWidth)voidSetMaxTextWidths(double[] maxTextWidths)voidSetMaxTextWidths(JCORefOut dupParam0)voidSetNumberSubstitution(NumberSubstitution numberSubstitution)voidSetNumberSubstitution(NumberSubstitution numberSubstitution, int startIndex, int count)voidsetPixelsPerDip(double PixelsPerDip)voidsetTextAlignment(TextAlignment TextAlignment)voidSetTextDecorations(TextDecorationCollection textDecorations)voidSetTextDecorations(TextDecorationCollection textDecorations, int startIndex, int count)voidsetTrimming(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.ThrowableInternal 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.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionArgumentNullExceptionWin32ExceptionObjectDisposedExceptionAbandonedMutexExceptionMissingManifestResourceExceptionNotImplementedExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionOutOfMemoryException
-
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.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionArgumentNullExceptionWin32ExceptionObjectDisposedExceptionAbandonedMutexExceptionMissingManifestResourceExceptionNotImplementedExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionOutOfMemoryException
-
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.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionArgumentNullExceptionWin32ExceptionObjectDisposedExceptionAbandonedMutexExceptionMissingManifestResourceExceptionNotImplementedExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionOutOfMemoryException
-
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.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionArgumentNullExceptionWin32ExceptionObjectDisposedExceptionAbandonedMutexExceptionMissingManifestResourceExceptionNotImplementedExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionOutOfMemoryException
-
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.ThrowableArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentNullExceptionWin32ExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionMissingManifestResourceExceptionFormatExceptionInvalidEnumArgumentExceptionOutOfMemoryException
-
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.ThrowableArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentNullExceptionWin32ExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionMissingManifestResourceExceptionFormatExceptionInvalidEnumArgumentExceptionOutOfMemoryException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classNetObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static FormattedText cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoFormattedText, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
FormattedTextinstance- 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.ThrowableInvalidOperationExceptionArgumentNullExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionInvalidEnumArgumentExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionWin32ExceptionNotSupportedExceptionFileNotFoundExceptionFileFormatExceptionWebExceptionArithmeticException
-
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.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionNotSupportedExceptionMissingMethodExceptionSecurityExceptionObjectDisposedExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionInvalidOperationExceptionMissingManifestResourceExceptionNotImplementedExceptionWin32ExceptionOutOfMemoryException
-
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.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionNotSupportedExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionSecurityExceptionObjectDisposedExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionMissingManifestResourceExceptionNotImplementedExceptionWin32ExceptionOutOfMemoryException
-
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.ThrowableArgumentNullExceptionMissingManifestResourceExceptionNotImplementedExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionNotSupportedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionWin32ExceptionOutOfMemoryException
-
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.ThrowableArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionNotSupportedExceptionMissingMethodExceptionSecurityExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionWin32ExceptionOutOfMemoryException
-
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.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionNotSupportedExceptionMissingMethodExceptionSecurityExceptionObjectDisposedExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionInvalidOperationExceptionMissingManifestResourceExceptionNotImplementedExceptionWin32ExceptionOutOfMemoryException
-
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.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionNotSupportedExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionSecurityExceptionObjectDisposedExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionMissingManifestResourceExceptionNotImplementedExceptionWin32ExceptionOutOfMemoryException
-
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.ThrowableArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionNotSupportedExceptionMissingMethodExceptionSecurityExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionWin32ExceptionOutOfMemoryException
-
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.ThrowableArgumentNullExceptionArgumentExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionNotSupportedExceptionMissingMethodExceptionSecurityExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionWin32ExceptionOutOfMemoryException
-
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.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionNotSupportedExceptionMissingMethodExceptionSecurityExceptionObjectDisposedExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionInvalidOperationExceptionMissingManifestResourceExceptionNotImplementedExceptionWin32ExceptionOutOfMemoryException
-
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.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionNotSupportedExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionSecurityExceptionObjectDisposedExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionMissingManifestResourceExceptionNotImplementedExceptionWin32ExceptionOutOfMemoryException
-
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.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionNotSupportedExceptionMissingMethodExceptionSecurityExceptionObjectDisposedExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionInvalidOperationExceptionMissingManifestResourceExceptionNotImplementedExceptionWin32ExceptionOutOfMemoryException
-
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.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionNotSupportedExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionSecurityExceptionObjectDisposedExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionMissingManifestResourceExceptionNotImplementedExceptionWin32ExceptionOutOfMemoryException
-
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.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionNotSupportedExceptionMissingMethodExceptionSecurityExceptionObjectDisposedExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionInvalidOperationExceptionMissingManifestResourceExceptionNotImplementedExceptionWin32ExceptionOutOfMemoryException
-
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.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionNotSupportedExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionSecurityExceptionObjectDisposedExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionMissingManifestResourceExceptionNotImplementedExceptionWin32ExceptionOutOfMemoryException
-
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.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionNotSupportedExceptionMissingMethodExceptionSecurityExceptionObjectDisposedExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionInvalidOperationExceptionMissingManifestResourceExceptionNotImplementedExceptionWin32ExceptionOutOfMemoryException
-
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.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionNotSupportedExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionSecurityExceptionObjectDisposedExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionMissingManifestResourceExceptionNotImplementedExceptionWin32ExceptionOutOfMemoryException
-
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.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionNotSupportedExceptionMissingMethodExceptionSecurityExceptionObjectDisposedExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionInvalidOperationExceptionMissingManifestResourceExceptionNotImplementedExceptionWin32ExceptionOutOfMemoryException
-
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.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionNotSupportedExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionSecurityExceptionObjectDisposedExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionMissingManifestResourceExceptionNotImplementedExceptionWin32ExceptionOutOfMemoryException
-
SetMaxTextWidths
public void SetMaxTextWidths(double[] maxTextWidths) throws java.lang.Throwable, ArgumentNullException- Throws:
java.lang.ThrowableArgumentNullException
-
SetMaxTextWidths
public void SetMaxTextWidths(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
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.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionNotSupportedExceptionMissingMethodExceptionSecurityExceptionObjectDisposedExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionInvalidOperationExceptionMissingManifestResourceExceptionNotImplementedExceptionWin32ExceptionOutOfMemoryException
-
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.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionNotSupportedExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionSecurityExceptionObjectDisposedExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionMissingManifestResourceExceptionNotImplementedExceptionWin32ExceptionOutOfMemoryException
-
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.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionNotSupportedExceptionMissingMethodExceptionSecurityExceptionObjectDisposedExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionInvalidOperationExceptionMissingManifestResourceExceptionNotImplementedExceptionWin32ExceptionOutOfMemoryException
-
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.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionNotSupportedExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionSecurityExceptionObjectDisposedExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionMissingManifestResourceExceptionNotImplementedExceptionWin32ExceptionOutOfMemoryException
-
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.ThrowableArgumentExceptionArgumentOutOfRangeExceptionWin32ExceptionObjectDisposedExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionOutOfMemoryExceptionOverflowExceptionTimeoutExceptionSecurityExceptionPlatformNotSupportedExceptionNotSupportedExceptionFormatException
-
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.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionInvalidEnumArgumentException
-
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.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentException
-
-