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=8.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=8.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=8.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, double pixelsPerDip) throws java.lang.Throwable, NotSupportedException, ArgumentException, Win32Exception, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, FormatException, InvalidEnumArgumentException, InvalidOperationException, 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, NotSupportedException, ArgumentException, Win32Exception, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, FormatException, InvalidEnumArgumentException, InvalidOperationException, 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, NotSupportedException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, Win32Exception, ArgumentNullException, InvalidEnumArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, 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, NotSupportedException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, Win32Exception, ArgumentNullException, InvalidEnumArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, OutOfMemoryException
-
FormattedText
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, ArgumentNullException, PlatformNotSupportedException, FormatException, InvalidEnumArgumentException, InvalidOperationException, OutOfMemoryException
-
FormattedText
public FormattedText(java.lang.String textToFormat, CultureInfo culture, FlowDirection flowDirection, Typeface typeface, double emSize, Brush foreground) throws java.lang.Throwable, NotSupportedException, ArgumentException, Win32Exception, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, FormatException, InvalidEnumArgumentException, InvalidOperationException, 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, PlatformNotSupportedException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
-
BuildGeometry
public Geometry BuildGeometry(Point origin) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, InvalidEnumArgumentException, ObjectDisposedException, SecurityException, IOException, UnauthorizedAccessException, Win32Exception, NotSupportedException, FileNotFoundException, FileFormatException, ArrayTypeMismatchException
- Throws:
java.lang.Throwable
InvalidOperationException
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
InvalidEnumArgumentException
ObjectDisposedException
SecurityException
IOException
UnauthorizedAccessException
Win32Exception
NotSupportedException
FileNotFoundException
FileFormatException
ArrayTypeMismatchException
-
BuildHighlightGeometry
public Geometry BuildHighlightGeometry(Point origin, int startIndex, int count) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, InvalidEnumArgumentException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
InvalidEnumArgumentException
Win32Exception
-
BuildHighlightGeometry
public Geometry BuildHighlightGeometry(Point origin) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, InvalidEnumArgumentException, Win32Exception, SecurityException, IOException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
InvalidEnumArgumentException
Win32Exception
SecurityException
IOException
-
SetCulture
public void SetCulture(CultureInfo culture, int startIndex, int count) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, MissingMethodException, TargetInvocationException, OutOfMemoryException, SecurityException, IOException, UnauthorizedAccessException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
MissingMethodException
TargetInvocationException
OutOfMemoryException
SecurityException
IOException
UnauthorizedAccessException
Win32Exception
-
SetCulture
public void SetCulture(CultureInfo culture) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, OutOfMemoryException, SecurityException, IOException, UnauthorizedAccessException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
IndexOutOfRangeException
OutOfMemoryException
SecurityException
IOException
UnauthorizedAccessException
Win32Exception
-
SetFontFamily
public void SetFontFamily(java.lang.String fontFamily, int startIndex, int count) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, OutOfMemoryException, SecurityException, IOException, UnauthorizedAccessException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
IndexOutOfRangeException
OutOfMemoryException
SecurityException
IOException
UnauthorizedAccessException
Win32Exception
-
SetFontFamily
public void SetFontFamily(java.lang.String fontFamily) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, SecurityException, IOException, UnauthorizedAccessException, Win32Exception, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
SecurityException
IOException
UnauthorizedAccessException
Win32Exception
OutOfMemoryException
-
SetFontFamily
public void SetFontFamily(FontFamily fontFamily, int startIndex, int count) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, MissingMethodException, TargetInvocationException, OutOfMemoryException, SecurityException, IOException, UnauthorizedAccessException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
IndexOutOfRangeException
MissingMethodException
TargetInvocationException
OutOfMemoryException
SecurityException
IOException
UnauthorizedAccessException
Win32Exception
-
SetFontFamily
public void SetFontFamily(FontFamily fontFamily) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, OutOfMemoryException, SecurityException, IOException, UnauthorizedAccessException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
OutOfMemoryException
SecurityException
IOException
UnauthorizedAccessException
Win32Exception
-
SetFontSize
public void SetFontSize(double emSize, int startIndex, int count) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, MissingMethodException, TargetInvocationException, OutOfMemoryException, SecurityException, ArrayTypeMismatchException, IOException, UnauthorizedAccessException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
IndexOutOfRangeException
MissingMethodException
TargetInvocationException
OutOfMemoryException
SecurityException
ArrayTypeMismatchException
IOException
UnauthorizedAccessException
Win32Exception
-
SetFontSize
public void SetFontSize(double emSize) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, OutOfMemoryException, SecurityException, InvalidOperationException, ArrayTypeMismatchException, IOException, UnauthorizedAccessException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
IndexOutOfRangeException
OutOfMemoryException
SecurityException
InvalidOperationException
ArrayTypeMismatchException
IOException
UnauthorizedAccessException
Win32Exception
-
SetFontStretch
public void SetFontStretch(FontStretch stretch, int startIndex, int count) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, MissingMethodException, TargetInvocationException, OutOfMemoryException, SecurityException, IOException, UnauthorizedAccessException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
MissingMethodException
TargetInvocationException
OutOfMemoryException
SecurityException
IOException
UnauthorizedAccessException
Win32Exception
-
SetFontStretch
public void SetFontStretch(FontStretch stretch) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, OutOfMemoryException, SecurityException, IOException, UnauthorizedAccessException, ArgumentNullException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
IndexOutOfRangeException
OutOfMemoryException
SecurityException
IOException
UnauthorizedAccessException
ArgumentNullException
Win32Exception
-
SetFontStyle
public void SetFontStyle(FontStyle style, int startIndex, int count) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, MissingMethodException, TargetInvocationException, OutOfMemoryException, SecurityException, IOException, UnauthorizedAccessException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
MissingMethodException
TargetInvocationException
OutOfMemoryException
SecurityException
IOException
UnauthorizedAccessException
Win32Exception
-
SetFontStyle
public void SetFontStyle(FontStyle style) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, OutOfMemoryException, SecurityException, IOException, UnauthorizedAccessException, ArgumentNullException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
IndexOutOfRangeException
OutOfMemoryException
SecurityException
IOException
UnauthorizedAccessException
ArgumentNullException
Win32Exception
-
SetFontTypeface
public void SetFontTypeface(Typeface typeface, int startIndex, int count) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, MissingMethodException, TargetInvocationException, OutOfMemoryException, SecurityException, IOException, UnauthorizedAccessException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
MissingMethodException
TargetInvocationException
OutOfMemoryException
SecurityException
IOException
UnauthorizedAccessException
Win32Exception
-
SetFontTypeface
public void SetFontTypeface(Typeface typeface) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, OutOfMemoryException, SecurityException, IOException, UnauthorizedAccessException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
IndexOutOfRangeException
OutOfMemoryException
SecurityException
IOException
UnauthorizedAccessException
Win32Exception
-
SetFontWeight
public void SetFontWeight(FontWeight weight, int startIndex, int count) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, MissingMethodException, TargetInvocationException, OutOfMemoryException, SecurityException, IOException, UnauthorizedAccessException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
MissingMethodException
TargetInvocationException
OutOfMemoryException
SecurityException
IOException
UnauthorizedAccessException
Win32Exception
-
SetFontWeight
public void SetFontWeight(FontWeight weight) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, OutOfMemoryException, SecurityException, IOException, UnauthorizedAccessException, ArgumentNullException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
IndexOutOfRangeException
OutOfMemoryException
SecurityException
IOException
UnauthorizedAccessException
ArgumentNullException
Win32Exception
-
SetForegroundBrush
public void SetForegroundBrush(Brush foregroundBrush, int startIndex, int count) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, MissingMethodException, TargetInvocationException, OutOfMemoryException, SecurityException, IOException, UnauthorizedAccessException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
MissingMethodException
TargetInvocationException
OutOfMemoryException
SecurityException
IOException
UnauthorizedAccessException
Win32Exception
-
SetForegroundBrush
public void SetForegroundBrush(Brush foregroundBrush) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, OutOfMemoryException, SecurityException, IOException, UnauthorizedAccessException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
IndexOutOfRangeException
OutOfMemoryException
SecurityException
IOException
UnauthorizedAccessException
Win32Exception
-
SetMaxTextWidths
public void SetMaxTextWidths(double[] maxTextWidths) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
SetMaxTextWidths
public void SetMaxTextWidths(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
SetNumberSubstitution
public void SetNumberSubstitution(NumberSubstitution numberSubstitution, int startIndex, int count) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, MissingMethodException, TargetInvocationException, OutOfMemoryException, SecurityException, IOException, UnauthorizedAccessException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
MissingMethodException
TargetInvocationException
OutOfMemoryException
SecurityException
IOException
UnauthorizedAccessException
Win32Exception
-
SetNumberSubstitution
public void SetNumberSubstitution(NumberSubstitution numberSubstitution) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, OutOfMemoryException, SecurityException, IOException, UnauthorizedAccessException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
IndexOutOfRangeException
OutOfMemoryException
SecurityException
IOException
UnauthorizedAccessException
Win32Exception
-
SetTextDecorations
public void SetTextDecorations(TextDecorationCollection textDecorations, int startIndex, int count) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, MissingMethodException, TargetInvocationException, OutOfMemoryException, SecurityException, IOException, UnauthorizedAccessException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
MissingMethodException
TargetInvocationException
OutOfMemoryException
SecurityException
IOException
UnauthorizedAccessException
Win32Exception
-
SetTextDecorations
public void SetTextDecorations(TextDecorationCollection textDecorations) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, OutOfMemoryException, SecurityException, IOException, UnauthorizedAccessException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
IndexOutOfRangeException
OutOfMemoryException
SecurityException
IOException
UnauthorizedAccessException
Win32Exception
-
getBaseline
public double getBaseline() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, ArgumentNullException, Win32Exception, InvalidEnumArgumentException, NotSupportedException, PlatformNotSupportedException
-
getExtent
public double getExtent() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, ArgumentNullException, Win32Exception, InvalidEnumArgumentException, NotSupportedException, PlatformNotSupportedException
-
getHeight
public double getHeight() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, ArgumentNullException, Win32Exception, InvalidEnumArgumentException, NotSupportedException, PlatformNotSupportedException
-
getLineHeight
public double getLineHeight() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setLineHeight
public void setLineHeight(double LineHeight) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException
-
getMaxTextHeight
public double getMaxTextHeight() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMaxTextHeight
public void setMaxTextHeight(double MaxTextHeight) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException
-
getMaxTextWidth
public double getMaxTextWidth() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMaxTextWidth
public void setMaxTextWidth(double MaxTextWidth) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException
-
getMinWidth
public double getMinWidth() throws java.lang.Throwable, ArgumentException, Win32Exception, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentNullException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, TimeoutException, CultureNotFoundException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
Win32Exception
PlatformNotSupportedException
ArgumentOutOfRangeException
ArgumentNullException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
InvalidOperationException
InvalidEnumArgumentException
TimeoutException
CultureNotFoundException
NotSupportedException
-
getOverhangAfter
public double getOverhangAfter() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, ArgumentNullException, Win32Exception, InvalidEnumArgumentException, NotSupportedException, PlatformNotSupportedException
-
getOverhangLeading
public double getOverhangLeading() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, ArgumentNullException, Win32Exception, InvalidEnumArgumentException, NotSupportedException, PlatformNotSupportedException
-
getOverhangTrailing
public double getOverhangTrailing() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, ArgumentNullException, Win32Exception, InvalidEnumArgumentException, NotSupportedException, PlatformNotSupportedException
-
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, ArgumentOutOfRangeException, InvalidOperationException, ArgumentNullException, Win32Exception, InvalidEnumArgumentException, NotSupportedException, PlatformNotSupportedException
-
getWidthIncludingTrailingWhitespace
public double getWidthIncludingTrailingWhitespace() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, ArgumentNullException, Win32Exception, InvalidEnumArgumentException, NotSupportedException, PlatformNotSupportedException
-
getMaxLineCount
public int getMaxLineCount() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMaxLineCount
public void setMaxLineCount(int MaxLineCount) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException
-
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, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, 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, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, InvalidOperationException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
-
-