Package system.windows.controls
Class TextBox
- java.lang.Object
-
- All Implemented Interfaces:
IJCOBridgeReflected,IAddChild,IQueryAmbient
- Direct Known Subclasses:
DatePickerTextBox
public class TextBox extends TextBoxBase implements IAddChild
The base .NET class managing System.Windows.Controls.TextBox, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Controls.TextBox
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: PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.StringassemblyShortNameAssembly name: PresentationFrameworkstatic java.lang.StringclassNameQualified class name: System.Windows.Controls.TextBoxstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TextBoxcast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoTextBox, a cast assert is made to check if types are compatible.voidClear()intgetCaretIndex()CharacterCasinggetCharacterCasing()intGetCharacterIndexFromLineIndex(int lineIndex)intGetCharacterIndexFromPoint(Point point, boolean snapToText)intGetFirstVisibleLineIndex()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 TypeintGetLastVisibleLineIndex()intgetLineCount()intGetLineIndexFromCharacterIndex(int charIndex)intGetLineLength(int lineIndex)java.lang.StringGetLineText(int lineIndex)intgetMaxLength()intgetMaxLines()intgetMinLines()intGetNextSpellingErrorCharacterIndex(int charIndex, LogicalDirection direction)RectGetRectFromCharacterIndex(int charIndex)RectGetRectFromCharacterIndex(int charIndex, boolean trailingEdge)java.lang.StringgetSelectedText()intgetSelectionLength()intgetSelectionStart()SpellingErrorGetSpellingError(int charIndex)intGetSpellingErrorLength(int charIndex)intGetSpellingErrorStart(int charIndex)java.lang.StringgetText()TextAlignmentgetTextAlignment()TextDecorationCollectiongetTextDecorations()TextWrappinggetTextWrapping()TypographygetTypography()voidScrollToLine(int lineIndex)voidSelect(int start, int length)voidsetCaretIndex(int CaretIndex)voidsetCharacterCasing(CharacterCasing CharacterCasing)voidsetJCOInstance(JCObject instance)voidsetMaxLength(int MaxLength)voidsetMaxLines(int MaxLines)voidsetMinLines(int MinLines)voidsetSelectedText(java.lang.String SelectedText)voidsetSelectionLength(int SelectionLength)voidsetSelectionStart(int SelectionStart)voidsetText(java.lang.String Text)voidsetTextAlignment(TextAlignment TextAlignment)voidsetTextDecorations(TextDecorationCollection TextDecorations)voidsetTextWrapping(TextWrapping TextWrapping)booleanShouldSerializeText(XamlDesignerSerializationManager manager)-
Methods inherited from class system.windows.controls.primitives.TextBoxBase
addSelectionChanged, addTextChanged, AppendText, BeginChange, Copy, Cut, DeclareChangeBlock, EndChange, getAcceptsReturn, getAcceptsTab, getAutoWordSelection, getCanRedo, getCanUndo, getCaretBrush, getExtentHeight, getExtentWidth, getHorizontalOffset, getHorizontalScrollBarVisibility, getIsInactiveSelectionHighlightEnabled, getIsReadOnly, getIsReadOnlyCaretVisible, getIsSelectionActive, getIsUndoEnabled, getSelectionBrush, getSelectionOpacity, getSelectionTextBrush, getSpellCheck, getUndoLimit, getVerticalOffset, getVerticalScrollBarVisibility, getViewportHeight, getViewportWidth, LineDown, LineLeft, LineRight, LineUp, LockCurrentUndoUnit, OnApplyTemplate, PageDown, PageLeft, PageRight, PageUp, Paste, Redo, removeSelectionChanged, removeTextChanged, ScrollToEnd, ScrollToHome, ScrollToHorizontalOffset, ScrollToVerticalOffset, SelectAll, setAcceptsReturn, setAcceptsTab, setAutoWordSelection, setCaretBrush, setHorizontalScrollBarVisibility, setIsInactiveSelectionHighlightEnabled, setIsReadOnly, setIsReadOnlyCaretVisible, setIsUndoEnabled, setSelectionBrush, setSelectionOpacity, setSelectionTextBrush, setUndoLimit, setVerticalScrollBarVisibility, Undo
-
Methods inherited from class system.windows.controls.Control
addMouseDoubleClick, addPreviewMouseDoubleClick, getBackground, getBorderBrush, getBorderThickness, getFontFamily, getFontSize, getFontStretch, getFontStyle, getFontWeight, getForeground, getHorizontalContentAlignment, getIsTabStop, getPadding, getTabIndex, getTemplate, getVerticalContentAlignment, removeMouseDoubleClick, removePreviewMouseDoubleClick, setBackground, setBorderBrush, setBorderThickness, setFontFamily, setFontSize, setFontStretch, setFontStyle, setFontWeight, setForeground, setHorizontalContentAlignment, setIsTabStop, setPadding, setTabIndex, setTemplate, setVerticalContentAlignment
-
Methods inherited from class system.windows.FrameworkElement
addContextMenuClosing, addContextMenuOpening, addDataContextChanged, addInitialized, addLoaded, addRequestBringIntoView, addSizeChanged, addToolTipClosing, addToolTipOpening, addUnloaded, ApplyTemplate, BeginInit, BeginStoryboard, BeginStoryboard, BeginStoryboard, BringIntoView, BringIntoView, EndInit, FindName, FindResource, getActualHeight, getActualWidth, GetBindingExpression, getBindingGroup, getContextMenu, getCursor, getDataContext, getFlowDirection, GetFlowDirection, getFocusVisualStyle, getForceCursor, getHeight, getHorizontalAlignment, getInputScope, getIsInitialized, getIsLoaded, getLanguage, getLayoutTransform, getMargin, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getName, getOverridesDefaultStyle, getParent, getResources, getStyle, getTag, getTemplatedParent, getToolTip, getTriggers, getUseLayoutRounding, getVerticalAlignment, getWidth, MoveFocus, PredictFocus, RegisterName, removeContextMenuClosing, removeContextMenuOpening, removeDataContextChanged, removeInitialized, removeLoaded, removeRequestBringIntoView, removeSizeChanged, removeToolTipClosing, removeToolTipOpening, removeUnloaded, SetBinding, SetBinding, setBindingGroup, setContextMenu, setCursor, setDataContext, setFlowDirection, SetFlowDirection, setFocusVisualStyle, setForceCursor, setHeight, setHorizontalAlignment, setInputScope, setLanguage, setLayoutTransform, setMargin, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setName, setOverridesDefaultStyle, SetResourceReference, setResources, setStyle, setTag, setToolTip, setUseLayoutRounding, setVerticalAlignment, setWidth, ShouldSerializeResources, ShouldSerializeStyle, ShouldSerializeTriggers, TryFindResource, UnregisterName, UpdateDefaultStyle
-
Methods inherited from class system.windows.UIElement
addDragEnter, addDragLeave, addDragOver, addDrop, addFocusableChanged, addGiveFeedback, addGotFocus, addGotKeyboardFocus, addGotMouseCapture, addGotStylusCapture, addIsEnabledChanged, addIsHitTestVisibleChanged, addIsKeyboardFocusedChanged, addIsKeyboardFocusWithinChanged, addIsMouseCapturedChanged, addIsMouseCaptureWithinChanged, addIsMouseDirectlyOverChanged, addIsStylusCapturedChanged, addIsStylusCaptureWithinChanged, addIsStylusDirectlyOverChanged, addIsVisibleChanged, addKeyDown, addKeyUp, addLayoutUpdated, addLostFocus, addLostKeyboardFocus, addLostMouseCapture, addLostStylusCapture, addMouseDown, addMouseEnter, addMouseLeave, addMouseLeftButtonDown, addMouseLeftButtonUp, addMouseMove, addMouseRightButtonDown, addMouseRightButtonUp, addMouseUp, addMouseWheel, addPreviewDragEnter, addPreviewDragLeave, addPreviewDragOver, addPreviewDrop, addPreviewGiveFeedback, addPreviewGotKeyboardFocus, addPreviewKeyDown, addPreviewKeyUp, addPreviewLostKeyboardFocus, addPreviewMouseDown, addPreviewMouseLeftButtonDown, addPreviewMouseLeftButtonUp, addPreviewMouseMove, addPreviewMouseRightButtonDown, addPreviewMouseRightButtonUp, addPreviewMouseUp, addPreviewMouseWheel, addPreviewQueryContinueDrag, addPreviewStylusButtonDown, addPreviewStylusButtonUp, addPreviewStylusDown, addPreviewStylusInAirMove, addPreviewStylusInRange, addPreviewStylusMove, addPreviewStylusOutOfRange, addPreviewStylusSystemGesture, addPreviewStylusUp, addPreviewTextInput, addQueryContinueDrag, addQueryCursor, addStylusButtonDown, addStylusButtonUp, addStylusDown, addStylusEnter, addStylusInAirMove, addStylusInRange, addStylusLeave, addStylusMove, addStylusOutOfRange, addStylusSystemGesture, addStylusUp, addTextInput, AddToEventRoute, ApplyAnimationClock, ApplyAnimationClock, Arrange, BeginAnimation, BeginAnimation, CaptureMouse, CaptureStylus, CaptureTouch, Focus, getAllowDrop, GetAnimationBaseValue, getAreAnyTouchesCaptured, getAreAnyTouchesCapturedWithin, getAreAnyTouchesDirectlyOver, getAreAnyTouchesOver, getBitmapEffect, getBitmapEffectInput, getCacheMode, getClip, getClipToBounds, getCommandBindings, getDesiredSize, getEffect, getFocusable, getHasAnimatedProperties, getInputBindings, getIsArrangeValid, getIsEnabled, getIsFocused, getIsHitTestVisible, getIsInputMethodEnabled, getIsKeyboardFocused, getIsKeyboardFocusWithin, getIsManipulationEnabled, getIsMeasureValid, getIsMouseCaptured, getIsMouseCaptureWithin, getIsMouseDirectlyOver, getIsMouseOver, getIsStylusCaptured, getIsStylusCaptureWithin, getIsStylusDirectlyOver, getIsStylusOver, getIsVisible, getOpacity, getOpacityMask, getPersistId, getRenderSize, getRenderTransform, getRenderTransformOrigin, getSnapsToDevicePixels, getUid, getVisibility, InputHitTest, InvalidateArrange, InvalidateMeasure, InvalidateVisual, Measure, RaiseEvent, ReleaseAllTouchCaptures, ReleaseMouseCapture, ReleaseStylusCapture, ReleaseTouchCapture, removeDragEnter, removeDragLeave, removeDragOver, removeDrop, removeFocusableChanged, removeGiveFeedback, removeGotFocus, removeGotKeyboardFocus, removeGotMouseCapture, removeGotStylusCapture, removeIsEnabledChanged, removeIsHitTestVisibleChanged, removeIsKeyboardFocusedChanged, removeIsKeyboardFocusWithinChanged, removeIsMouseCapturedChanged, removeIsMouseCaptureWithinChanged, removeIsMouseDirectlyOverChanged, removeIsStylusCapturedChanged, removeIsStylusCaptureWithinChanged, removeIsStylusDirectlyOverChanged, removeIsVisibleChanged, removeKeyDown, removeKeyUp, removeLayoutUpdated, removeLostFocus, removeLostKeyboardFocus, removeLostMouseCapture, removeLostStylusCapture, removeMouseDown, removeMouseEnter, removeMouseLeave, removeMouseLeftButtonDown, removeMouseLeftButtonUp, removeMouseMove, removeMouseRightButtonDown, removeMouseRightButtonUp, removeMouseUp, removeMouseWheel, removePreviewDragEnter, removePreviewDragLeave, removePreviewDragOver, removePreviewDrop, removePreviewGiveFeedback, removePreviewGotKeyboardFocus, removePreviewKeyDown, removePreviewKeyUp, removePreviewLostKeyboardFocus, removePreviewMouseDown, removePreviewMouseLeftButtonDown, removePreviewMouseLeftButtonUp, removePreviewMouseMove, removePreviewMouseRightButtonDown, removePreviewMouseRightButtonUp, removePreviewMouseUp, removePreviewMouseWheel, removePreviewQueryContinueDrag, removePreviewStylusButtonDown, removePreviewStylusButtonUp, removePreviewStylusDown, removePreviewStylusInAirMove, removePreviewStylusInRange, removePreviewStylusMove, removePreviewStylusOutOfRange, removePreviewStylusSystemGesture, removePreviewStylusUp, removePreviewTextInput, removeQueryContinueDrag, removeQueryCursor, removeStylusButtonDown, removeStylusButtonUp, removeStylusDown, removeStylusEnter, removeStylusInAirMove, removeStylusInRange, removeStylusLeave, removeStylusMove, removeStylusOutOfRange, removeStylusSystemGesture, removeStylusUp, removeTextInput, setAllowDrop, setBitmapEffect, setBitmapEffectInput, setCacheMode, setClip, setClipToBounds, setEffect, setFocusable, setIsEnabled, setIsHitTestVisible, setIsManipulationEnabled, setOpacity, setOpacityMask, setRenderSize, setRenderTransform, setRenderTransformOrigin, setSnapsToDevicePixels, setUid, setVisibility, ShouldSerializeCommandBindings, ShouldSerializeInputBindings, TranslatePoint, UpdateLayout
-
Methods inherited from class system.windows.media.Visual
FindCommonVisualAncestor, IsAncestorOf, IsDescendantOf, PointFromScreen, PointToScreen, TransformToAncestor, TransformToAncestor, TransformToDescendant, TransformToVisual
-
Methods inherited from class system.windows.DependencyObject
ClearValue, ClearValue, CoerceValue, getDependencyObjectType, getIsSealed, GetLocalValueEnumerator, GetValue, InvalidateProperty, ReadLocalValue, SetCurrentValue, SetValue, SetValue
-
Methods inherited from class system.windows.threading.DispatcherObject
CheckAccess, getDispatcher, VerifyAccess
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToString
-
Methods inherited from interface system.windows.markup.IQueryAmbient
IsAmbientPropertyAvailable
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: PresentationFramework- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Windows.Controls.TextBox- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TextBox
public TextBox(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
TextBox
public TextBox() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, NotImplementedException, ArgumentNullException, InvalidOperationException, MissingManifestResourceException, NotSupportedException, ObjectDisposedException, MissingMethodException, TargetInvocationException, Win32Exception, PlatformNotSupportedException, InvalidEnumArgumentException, ThreadStateException, CultureNotFoundException, IndexOutOfRangeException, SecurityException, OutOfMemoryException, XamlParseException, RankException, OverflowException, KeyNotFoundException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionNotImplementedExceptionArgumentNullExceptionInvalidOperationExceptionMissingManifestResourceExceptionNotSupportedExceptionObjectDisposedExceptionMissingMethodExceptionTargetInvocationExceptionWin32ExceptionPlatformNotSupportedExceptionInvalidEnumArgumentExceptionThreadStateExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionSecurityExceptionOutOfMemoryExceptionXamlParseExceptionRankExceptionOverflowExceptionKeyNotFoundException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIAddChild- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Specified by:
getJCOAssemblyNamein interfaceIQueryAmbient- Overrides:
getJCOAssemblyNamein classTextBoxBase- 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 interfaceIAddChild- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Specified by:
getJCOClassNamein interfaceIQueryAmbient- Overrides:
getJCOClassNamein classTextBoxBase- 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 interfaceIAddChild- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Specified by:
getJCOObjectNamein interfaceIQueryAmbient- Overrides:
getJCOObjectNamein classTextBoxBase- 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 interfaceIAddChild- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Specified by:
getJCOInstancein interfaceIQueryAmbient- Overrides:
getJCOInstancein classTextBoxBase- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classTextBoxBase
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIAddChild- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Specified by:
getJCOTypein interfaceIQueryAmbient- Overrides:
getJCOTypein classTextBoxBase- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static TextBox cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoTextBox, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
TextBoxinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
ShouldSerializeText
public boolean ShouldSerializeText(XamlDesignerSerializationManager manager) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetCharacterIndexFromLineIndex
public int GetCharacterIndexFromLineIndex(int lineIndex) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentException, NotSupportedException, Win32Exception
-
GetCharacterIndexFromPoint
public int GetCharacterIndexFromPoint(Point point, boolean snapToText) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentException, Win32Exception, ArgumentOutOfRangeException
-
GetFirstVisibleLineIndex
public int GetFirstVisibleLineIndex() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, UriFormatException, SecurityException, Win32Exception, AbandonedMutexException- Throws:
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentExceptionArgumentOutOfRangeExceptionNotSupportedExceptionIndexOutOfRangeExceptionUriFormatExceptionSecurityExceptionWin32ExceptionAbandonedMutexException
-
GetLastVisibleLineIndex
public int GetLastVisibleLineIndex() throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, UriFormatException, SecurityException, Win32Exception
-
GetLineIndexFromCharacterIndex
public int GetLineIndexFromCharacterIndex(int charIndex) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, SecurityException, IOException
-
GetLineLength
public int GetLineLength(int lineIndex) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentException, NotSupportedException, Win32Exception, InvalidEnumArgumentException
-
GetNextSpellingErrorCharacterIndex
public int GetNextSpellingErrorCharacterIndex(int charIndex, LogicalDirection direction) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, SecurityException, IOException, COMException, SynchronizationLockException, PlatformNotSupportedException, NotSupportedException, KeyNotFoundException, OutOfMemoryException, IndexOutOfRangeException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionSecurityExceptionIOExceptionCOMExceptionSynchronizationLockExceptionPlatformNotSupportedExceptionNotSupportedExceptionKeyNotFoundExceptionOutOfMemoryExceptionIndexOutOfRangeException
-
GetSpellingErrorLength
public int GetSpellingErrorLength(int charIndex) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, SecurityException, COMException, PlatformNotSupportedException, NotSupportedException, OutOfMemoryException, IndexOutOfRangeException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionNotImplementedExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionSecurityExceptionCOMExceptionPlatformNotSupportedExceptionNotSupportedExceptionOutOfMemoryExceptionIndexOutOfRangeException
-
GetSpellingErrorStart
public int GetSpellingErrorStart(int charIndex) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, SecurityException, COMException, PlatformNotSupportedException, NotSupportedException, OutOfMemoryException, IndexOutOfRangeException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionNotImplementedExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionSecurityExceptionCOMExceptionPlatformNotSupportedExceptionNotSupportedExceptionOutOfMemoryExceptionIndexOutOfRangeException
-
GetLineText
public java.lang.String GetLineText(int lineIndex) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentException, NotSupportedException, Win32Exception, InvalidEnumArgumentException, OutOfMemoryException
-
GetSpellingError
public SpellingError GetSpellingError(int charIndex) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, SecurityException, IOException, COMException, SynchronizationLockException, PlatformNotSupportedException, NotSupportedException, KeyNotFoundException, OutOfMemoryException, IndexOutOfRangeException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionSecurityExceptionIOExceptionCOMExceptionSynchronizationLockExceptionPlatformNotSupportedExceptionNotSupportedExceptionKeyNotFoundExceptionOutOfMemoryExceptionIndexOutOfRangeException
-
GetRectFromCharacterIndex
public Rect GetRectFromCharacterIndex(int charIndex) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException
-
GetRectFromCharacterIndex
public Rect GetRectFromCharacterIndex(int charIndex, boolean trailingEdge) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, SecurityException, IOException
-
Clear
public void Clear() throws java.lang.Throwable, ArgumentException, SecurityException, UnauthorizedAccessException, IOException, ArgumentNullException, InvalidOperationException, MissingManifestResourceException, FormatException, ArgumentOutOfRangeException, InvalidEnumArgumentException
-
ScrollToLine
public void ScrollToLine(int lineIndex) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentException, NotSupportedException, Win32Exception, ConfigurationErrorsException, OutOfMemoryException
-
Select
public void Select(int start, int length) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, AbandonedMutexException, SecurityException, IOException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionAbandonedMutexExceptionSecurityExceptionIOException
-
getCaretIndex
public int getCaretIndex() throws java.lang.Throwable, ArgumentException, SecurityException, IOException, InvalidOperationException, ArgumentNullException, MissingManifestResourceException- Throws:
java.lang.ThrowableArgumentExceptionSecurityExceptionIOExceptionInvalidOperationExceptionArgumentNullExceptionMissingManifestResourceException
-
setCaretIndex
public void setCaretIndex(int CaretIndex) throws java.lang.Throwable, ArgumentNullException, ArgumentException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
getLineCount
public int getLineCount() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException
-
getMaxLength
public int getMaxLength() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
setMaxLength
public void setMaxLength(int MaxLength) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
getMaxLines
public int getMaxLines() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
setMaxLines
public void setMaxLines(int MaxLines) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
getMinLines
public int getMinLines() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
setMinLines
public void setMinLines(int MinLines) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
getSelectionLength
public int getSelectionLength() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, SecurityException, UnauthorizedAccessException, IOException
-
setSelectionLength
public void setSelectionLength(int SelectionLength) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, AbandonedMutexException, SecurityException, UnauthorizedAccessException, IOException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionAbandonedMutexExceptionSecurityExceptionUnauthorizedAccessExceptionIOException
-
getSelectionStart
public int getSelectionStart() throws java.lang.Throwable, ArgumentException, SecurityException, UnauthorizedAccessException, IOException, ArgumentNullException, InvalidOperationException, MissingManifestResourceException
-
setSelectionStart
public void setSelectionStart(int SelectionStart) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, AbandonedMutexException, SecurityException, UnauthorizedAccessException, IOException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionAbandonedMutexExceptionSecurityExceptionUnauthorizedAccessExceptionIOException
-
getSelectedText
public java.lang.String getSelectedText() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setSelectedText
public void setSelectedText(java.lang.String SelectedText) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getText
public java.lang.String getText() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
setText
public void setText(java.lang.String Text) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
getCharacterCasing
public CharacterCasing getCharacterCasing() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
setCharacterCasing
public void setCharacterCasing(CharacterCasing CharacterCasing) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
getTypography
public Typography getTypography() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
getTextAlignment
public TextAlignment getTextAlignment() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
setTextAlignment
public void setTextAlignment(TextAlignment TextAlignment) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
getTextDecorations
public TextDecorationCollection getTextDecorations() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
setTextDecorations
public void setTextDecorations(TextDecorationCollection TextDecorations) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
getTextWrapping
public TextWrapping getTextWrapping() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
setTextWrapping
public void setTextWrapping(TextWrapping TextWrapping) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
-