Class TextBoxBase
- java.lang.Object
-
- All Implemented Interfaces:
IJCOBridgeReflected
,IQueryAmbient
- Direct Known Subclasses:
RichTextBox
,TextBox
public class TextBoxBase extends Control
The base .NET class managing System.Windows.Controls.Primitives.TextBoxBase, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Controls.Primitives.TextBoxBase
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: PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.String
assemblyShortName
Assembly name: PresentationFrameworkstatic java.lang.String
className
Qualified class name: System.Windows.Controls.Primitives.TextBoxBasestatic org.mases.jcobridge.JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description TextBoxBase()
TextBoxBase(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addSelectionChanged(RoutedEventHandler handler)
void
addTextChanged(TextChangedEventHandler handler)
void
AppendText(java.lang.String textData)
void
BeginChange()
static TextBoxBase
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoTextBoxBase
, a cast assert is made to check if types are compatible.void
Copy()
void
Cut()
IDisposable
DeclareChangeBlock()
void
EndChange()
boolean
getAcceptsReturn()
boolean
getAcceptsTab()
boolean
getAutoWordSelection()
boolean
getCanRedo()
boolean
getCanUndo()
Brush
getCaretBrush()
double
getExtentHeight()
double
getExtentWidth()
double
getHorizontalOffset()
ScrollBarVisibility
getHorizontalScrollBarVisibility()
boolean
getIsInactiveSelectionHighlightEnabled()
boolean
getIsReadOnly()
boolean
getIsReadOnlyCaretVisible()
boolean
getIsSelectionActive()
boolean
getIsUndoEnabled()
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 objectorg.mases.jcobridge.JCType
getJCOType()
Returns the instantiated class TypeBrush
getSelectionBrush()
double
getSelectionOpacity()
Brush
getSelectionTextBrush()
SpellCheck
getSpellCheck()
int
getUndoLimit()
double
getVerticalOffset()
ScrollBarVisibility
getVerticalScrollBarVisibility()
double
getViewportHeight()
double
getViewportWidth()
void
LineDown()
void
LineLeft()
void
LineRight()
void
LineUp()
void
LockCurrentUndoUnit()
void
OnApplyTemplate()
void
PageDown()
void
PageLeft()
void
PageRight()
void
PageUp()
void
Paste()
boolean
Redo()
void
removeSelectionChanged(RoutedEventHandler handler)
void
removeTextChanged(TextChangedEventHandler handler)
void
ScrollToEnd()
void
ScrollToHome()
void
ScrollToHorizontalOffset(double offset)
void
ScrollToVerticalOffset(double offset)
void
SelectAll()
void
setAcceptsReturn(boolean AcceptsReturn)
void
setAcceptsTab(boolean AcceptsTab)
void
setAutoWordSelection(boolean AutoWordSelection)
void
setCaretBrush(Brush CaretBrush)
void
setHorizontalScrollBarVisibility(ScrollBarVisibility HorizontalScrollBarVisibility)
void
setIsInactiveSelectionHighlightEnabled(boolean IsInactiveSelectionHighlightEnabled)
void
setIsReadOnly(boolean IsReadOnly)
void
setIsReadOnlyCaretVisible(boolean IsReadOnlyCaretVisible)
void
setIsUndoEnabled(boolean IsUndoEnabled)
void
setJCOInstance(org.mases.jcobridge.JCObject instance)
void
setSelectionBrush(Brush SelectionBrush)
void
setSelectionOpacity(double SelectionOpacity)
void
setSelectionTextBrush(Brush SelectionTextBrush)
void
setUndoLimit(int UndoLimit)
void
setVerticalScrollBarVisibility(ScrollBarVisibility VerticalScrollBarVisibility)
boolean
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.Primitives.TextBoxBase- See Also:
- Constant Field Values
-
classType
public static org.mases.jcobridge.JCType classType
The type managed from JCOBridge. SeeJCType
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOAssemblyName
in interfaceIQueryAmbient
- Overrides:
getJCOAssemblyName
in classControl
- 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
- Specified by:
getJCOClassName
in interfaceIQueryAmbient
- Overrides:
getJCOClassName
in classControl
- 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
- Specified by:
getJCOObjectName
in interfaceIQueryAmbient
- Overrides:
getJCOObjectName
in classControl
- 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
- Specified by:
getJCOInstance
in interfaceIQueryAmbient
- Overrides:
getJCOInstance
in classControl
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(org.mases.jcobridge.JCObject instance)
- Overrides:
setJCOInstance
in classControl
-
getJCOType
public org.mases.jcobridge.JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Specified by:
getJCOType
in interfaceIQueryAmbient
- Overrides:
getJCOType
in classControl
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static TextBoxBase cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoTextBoxBase
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
TextBoxBase
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
Redo
public boolean Redo() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException
-
Undo
public boolean Undo() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException, SecurityException, RankException
-
DeclareChangeBlock
public IDisposable DeclareChangeBlock() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
AppendText
public void AppendText(java.lang.String textData) throws java.lang.Throwable, ArgumentException, SecurityException, UnauthorizedAccessException, IOException, ArgumentNullException, InvalidOperationException, MissingManifestResourceException, FormatException, ArgumentOutOfRangeException
-
BeginChange
public void BeginChange() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Copy
public void Copy() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, InvalidOperationException, SecurityException, MissingManifestResourceException, OutOfMemoryException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, AmbiguousMatchException, IOException, FileFormatException, ObjectDisposedException, InvalidDeploymentException, MemberAccessException, TargetException, TargetParameterCountException, ThreadStateException, SystemException, MulticastNotSupportedException, AbandonedMutexException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
FormatException
InvalidOperationException
SecurityException
MissingManifestResourceException
OutOfMemoryException
NotImplementedException
NotSupportedException
IndexOutOfRangeException
AmbiguousMatchException
IOException
FileFormatException
ObjectDisposedException
InvalidDeploymentException
MemberAccessException
TargetException
TargetParameterCountException
ThreadStateException
SystemException
MulticastNotSupportedException
AbandonedMutexException
-
Cut
public void Cut() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, InvalidOperationException, SecurityException, MissingManifestResourceException, OutOfMemoryException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, AmbiguousMatchException, IOException, FileFormatException, ObjectDisposedException, InvalidDeploymentException, MemberAccessException, TargetException, TargetParameterCountException, ThreadStateException, SystemException, MulticastNotSupportedException, AbandonedMutexException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
FormatException
InvalidOperationException
SecurityException
MissingManifestResourceException
OutOfMemoryException
NotImplementedException
NotSupportedException
IndexOutOfRangeException
AmbiguousMatchException
IOException
FileFormatException
ObjectDisposedException
InvalidDeploymentException
MemberAccessException
TargetException
TargetParameterCountException
ThreadStateException
SystemException
MulticastNotSupportedException
AbandonedMutexException
-
EndChange
public void EndChange() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, AbandonedMutexException
-
LineDown
public void LineDown() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, FormatException, MulticastNotSupportedException, NotImplementedException
-
LineLeft
public void LineLeft() throws java.lang.Throwable, ArgumentException, SecurityException, IOException, InvalidOperationException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, InvalidEnumArgumentException, Win32Exception, FormatException, MulticastNotSupportedException, NotImplementedException
-
LineRight
public void LineRight() throws java.lang.Throwable, ArgumentException, SecurityException, IOException, InvalidOperationException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, InvalidEnumArgumentException, Win32Exception, FormatException, MulticastNotSupportedException, NotImplementedException
-
LineUp
public void LineUp() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, FormatException, MulticastNotSupportedException, NotImplementedException
-
LockCurrentUndoUnit
public void LockCurrentUndoUnit() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException
-
OnApplyTemplate
public void OnApplyTemplate() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException, InvalidEnumArgumentException, ObjectDisposedException, MissingManifestResourceException, NotSupportedException
- Overrides:
OnApplyTemplate
in classFrameworkElement
- Throws:
java.lang.Throwable
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentException
InvalidEnumArgumentException
ObjectDisposedException
MissingManifestResourceException
NotSupportedException
-
PageDown
public void PageDown() throws java.lang.Throwable, ArgumentException, SecurityException, IOException, InvalidOperationException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, InvalidEnumArgumentException, Win32Exception, FormatException, MulticastNotSupportedException, NotImplementedException
-
PageLeft
public void PageLeft() throws java.lang.Throwable, ArgumentException, SecurityException, IOException, InvalidOperationException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, InvalidEnumArgumentException, Win32Exception, FormatException, MulticastNotSupportedException, NotImplementedException
-
PageRight
public void PageRight() throws java.lang.Throwable, ArgumentException, SecurityException, IOException, InvalidOperationException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, InvalidEnumArgumentException, Win32Exception, FormatException, MulticastNotSupportedException, NotImplementedException
-
PageUp
public void PageUp() throws java.lang.Throwable, ArgumentException, SecurityException, IOException, InvalidOperationException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, InvalidEnumArgumentException, Win32Exception, FormatException, MulticastNotSupportedException, NotImplementedException
-
Paste
public void Paste() throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ThreadStateException, SystemException, MulticastNotSupportedException, ObjectDisposedException, AbandonedMutexException, XmlSyntaxException, NullReferenceException, InvalidDeploymentException, ConfigurationErrorsException, OutOfMemoryException, IndexOutOfRangeException, IOException, NotSupportedException, FileFormatException, NotImplementedException, FileNotFoundException, XamlParseException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
FormatException
ArgumentException
ArgumentOutOfRangeException
InvalidOperationException
MissingManifestResourceException
ThreadStateException
SystemException
MulticastNotSupportedException
ObjectDisposedException
AbandonedMutexException
XmlSyntaxException
NullReferenceException
InvalidDeploymentException
ConfigurationErrorsException
OutOfMemoryException
IndexOutOfRangeException
IOException
NotSupportedException
FileFormatException
NotImplementedException
FileNotFoundException
XamlParseException
InvalidEnumArgumentException
-
ScrollToEnd
public void ScrollToEnd() throws java.lang.Throwable, ArgumentException, SecurityException, IOException, InvalidOperationException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, InvalidEnumArgumentException, Win32Exception, FormatException, MulticastNotSupportedException, NotImplementedException
-
ScrollToHome
public void ScrollToHome() throws java.lang.Throwable, ArgumentException, SecurityException, IOException, InvalidOperationException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, InvalidEnumArgumentException, Win32Exception, FormatException, MulticastNotSupportedException, NotImplementedException
-
ScrollToHorizontalOffset
public void ScrollToHorizontalOffset(double offset) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, SecurityException, IOException, InvalidOperationException, ArgumentNullException, MissingManifestResourceException, InvalidEnumArgumentException, Win32Exception, FormatException, MulticastNotSupportedException, NotImplementedException
-
ScrollToVerticalOffset
public void ScrollToVerticalOffset(double offset) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, SecurityException, IOException, InvalidOperationException, ArgumentNullException, MissingManifestResourceException, InvalidEnumArgumentException, Win32Exception, FormatException, MulticastNotSupportedException, NotImplementedException
-
SelectAll
public void SelectAll() throws java.lang.Throwable, ArgumentException, SecurityException, UnauthorizedAccessException, IOException, ArgumentNullException, InvalidOperationException, MissingManifestResourceException
-
getAcceptsReturn
public boolean getAcceptsReturn() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
setAcceptsReturn
public void setAcceptsReturn(boolean AcceptsReturn) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException
-
getAcceptsTab
public boolean getAcceptsTab() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
setAcceptsTab
public void setAcceptsTab(boolean AcceptsTab) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException
-
getAutoWordSelection
public boolean getAutoWordSelection() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
setAutoWordSelection
public void setAutoWordSelection(boolean AutoWordSelection) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException
-
getCanRedo
public boolean getCanRedo() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException
-
getCanUndo
public boolean getCanUndo() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException
-
getIsInactiveSelectionHighlightEnabled
public boolean getIsInactiveSelectionHighlightEnabled() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
setIsInactiveSelectionHighlightEnabled
public void setIsInactiveSelectionHighlightEnabled(boolean IsInactiveSelectionHighlightEnabled) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException
-
getIsReadOnly
public boolean getIsReadOnly() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
setIsReadOnly
public void setIsReadOnly(boolean IsReadOnly) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException
-
getIsReadOnlyCaretVisible
public boolean getIsReadOnlyCaretVisible() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
setIsReadOnlyCaretVisible
public void setIsReadOnlyCaretVisible(boolean IsReadOnlyCaretVisible) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException
-
getIsSelectionActive
public boolean getIsSelectionActive() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
getIsUndoEnabled
public boolean getIsUndoEnabled() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
setIsUndoEnabled
public void setIsUndoEnabled(boolean IsUndoEnabled) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException
-
getExtentHeight
public double getExtentHeight() throws java.lang.Throwable, ArgumentException, SecurityException, IOException, InvalidOperationException, ArgumentNullException, MissingManifestResourceException
- Throws:
java.lang.Throwable
ArgumentException
SecurityException
IOException
InvalidOperationException
ArgumentNullException
MissingManifestResourceException
-
getExtentWidth
public double getExtentWidth() throws java.lang.Throwable, ArgumentException, SecurityException, IOException, InvalidOperationException, ArgumentNullException, MissingManifestResourceException
- Throws:
java.lang.Throwable
ArgumentException
SecurityException
IOException
InvalidOperationException
ArgumentNullException
MissingManifestResourceException
-
getHorizontalOffset
public double getHorizontalOffset() throws java.lang.Throwable, ArgumentException, SecurityException, IOException, InvalidOperationException, ArgumentNullException, MissingManifestResourceException
- Throws:
java.lang.Throwable
ArgumentException
SecurityException
IOException
InvalidOperationException
ArgumentNullException
MissingManifestResourceException
-
getSelectionOpacity
public double getSelectionOpacity() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
setSelectionOpacity
public void setSelectionOpacity(double SelectionOpacity) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
getVerticalOffset
public double getVerticalOffset() throws java.lang.Throwable, ArgumentException, SecurityException, IOException, InvalidOperationException, ArgumentNullException, MissingManifestResourceException
- Throws:
java.lang.Throwable
ArgumentException
SecurityException
IOException
InvalidOperationException
ArgumentNullException
MissingManifestResourceException
-
getViewportHeight
public double getViewportHeight() throws java.lang.Throwable, ArgumentException, SecurityException, IOException, InvalidOperationException, ArgumentNullException, MissingManifestResourceException
- Throws:
java.lang.Throwable
ArgumentException
SecurityException
IOException
InvalidOperationException
ArgumentNullException
MissingManifestResourceException
-
getViewportWidth
public double getViewportWidth() throws java.lang.Throwable, ArgumentException, SecurityException, IOException, InvalidOperationException, ArgumentNullException, MissingManifestResourceException
- Throws:
java.lang.Throwable
ArgumentException
SecurityException
IOException
InvalidOperationException
ArgumentNullException
MissingManifestResourceException
-
getUndoLimit
public int getUndoLimit() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
setUndoLimit
public void setUndoLimit(int UndoLimit) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
getHorizontalScrollBarVisibility
public ScrollBarVisibility getHorizontalScrollBarVisibility() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
setHorizontalScrollBarVisibility
public void setHorizontalScrollBarVisibility(ScrollBarVisibility HorizontalScrollBarVisibility) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
getVerticalScrollBarVisibility
public ScrollBarVisibility getVerticalScrollBarVisibility() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
setVerticalScrollBarVisibility
public void setVerticalScrollBarVisibility(ScrollBarVisibility VerticalScrollBarVisibility) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
getSpellCheck
public SpellCheck getSpellCheck() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCaretBrush
public Brush getCaretBrush() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
setCaretBrush
public void setCaretBrush(Brush CaretBrush) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
getSelectionBrush
public Brush getSelectionBrush() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
setSelectionBrush
public void setSelectionBrush(Brush SelectionBrush) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
getSelectionTextBrush
public Brush getSelectionTextBrush() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
setSelectionTextBrush
public void setSelectionTextBrush(Brush SelectionTextBrush) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
addTextChanged
public void addTextChanged(TextChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeTextChanged
public void removeTextChanged(TextChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addSelectionChanged
public void addSelectionChanged(RoutedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeSelectionChanged
public void removeSelectionChanged(RoutedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-