VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml.UI.VisualTools.UserInteraction Namespace / OfficeDocumentVisualEditorTextTool Class
In This Topic
OfficeDocumentVisualEditorTextTool Class Methods
In This Topic
For a list of all methods of this type, see OfficeDocumentVisualEditorTextTool.
Public Methods
 NameDescription
Public MethodClears current selection. (Inherited from TextSelectionTool)
Public MethodOverloaded. Releases all resources used by the object. (Inherited from VisualTool)
Public MethodExecutes the specified text action. (Inherited from TextSelectionTool)
Public MethodOverloaded. Searches the text, defined by , starting from the current page. (Inherited from TextSelectionTool)
Public Methodstatic (Shared in Visual Basic)Finds the specified visual tool of specified type in visual tool. (Inherited from VisualTool)
Public MethodReturns the selected region on page in image viewer. (Inherited from TextSelectionTool)
Public MethodReturns an array of images, where text is selected. (Inherited from TextSelectionTool)
Public MethodReturns the supported UI actions.
Public MethodReturns the text caret bounds in viewer space. (Inherited from TextSelectionTool)
Public MethodReturns the text region for specified image. (Inherited from TextSelectionTool)
Public MethodOverrides the text region for specified image. (Inherited from TextSelectionTool)
Public MethodSelects the next available item and makes it as the active item. (Inherited from VisualTool)
Public MethodScrolls the viewer to the focused text symbol. (Inherited from TextSelectionTool)
Public MethodScrolls the image viewer to selected region. (Inherited from TextSelectionTool)
Public MethodOverloaded. Selects all text on specified page in image viewer. (Inherited from TextSelectionTool)
Public MethodSelects text in specified rectangle on focused page in image viewer. (Inherited from TextSelectionTool)
Public MethodSelects text in specified rectangle on focused image in image viewer. Rectangle coordinates are specified in the coordinate space of page. (Inherited from TextSelectionTool)
Public MethodSelects text between specified text symbols. (Inherited from TextSelectionTool)
Public MethodSets the focused text symbol. (Inherited from TextSelectionTool)
Public MethodOverloaded. Sets the selected region on specified page in image viewer. (Inherited from TextSelectionTool)
Public MethodSets the text caret to a symbol at specified point, in image space. (Inherited from TextSelectionTool)
Public MethodSets the text caret to a symbol at specified point, in text region space. (Inherited from TextSelectionTool)
Public MethodReturns the string representation of this object. (Inherited from VisualTool)
Protected Methods
 NameDescription
Protected MethodDraws the selection around the selected text. (Inherited from TextSelectionTool)
Protected MethodOverloaded. Invalidates the entire surface of the and causes the to be redrawn. (Inherited from VisualTool)
Protected MethodOverloaded. Executes the specified delegate, on the thread that owns the 's underlying , with the specified list of arguments. (Inherited from VisualTool)
Protected MethodDetermines whether the ActionButton contains the button. (Inherited from VisualTool)
Protected MethodReturns a value indicating whether the visual tool will process the mouse event. (Inherited from VisualTool)
Protected MethodRaises the Activated event. (Inherited from TextSelectionTool)
Protected MethodRaises the Activating event. (Inherited from VisualTool)
Protected MethodRaises the Deactivated event. (Inherited from VisualTool)
Protected MethodRaises the Deactivating event. (Inherited from VisualTool)
Protected MethodRaises the EnabledChanged event. (Inherited from VisualTool)
Protected MethodRaises the FocusedTextSymbolChanged event. (Inherited from TextSelectionTool)
Protected MethodRaises the ImageChanged event. (Inherited from VisualTool)
Protected MethodRaises the ImageChanging event. (Inherited from VisualTool)
Protected MethodRaises the ImageLoadingException event. (Inherited from VisualTool)
Protected MethodRaises the KeyDown event. (Inherited from TextSelectionTool)
Protected MethodRaises the KeyUp event. (Inherited from VisualTool)
Protected MethodOccurs when visual tool loses the focus. (Inherited from VisualTool)
Protected MethodRaises the MouseClick event. (Inherited from VisualTool)
Protected MethodRaises the MouseDoubleClick event. (Inherited from VisualTool)
Protected MethodRaises the MouseDown event. (Inherited from TextSelectionTool)
Protected MethodRaises the MouseEnter event. (Inherited from VisualTool)
Protected MethodRaises the MouseLeave event. (Inherited from VisualTool)
Protected MethodRaises the MouseMove event. (Inherited from TextSelectionTool)
Protected MethodRaises the MouseUp event. (Inherited from TextSelectionTool)
Protected MethodRaises the MouseWheel event. (Inherited from VisualTool)
Protected MethodOverloaded. Paints content of visual tool on specified image. (Inherited from TextSelectionTool)
Protected MethodRaises the PreviewKeyDown event. (Inherited from VisualTool)
Protected MethodRaises the SelectionChanged event. (Inherited from TextSelectionTool)
Protected MethodRaises the SelectionModeChanged event. (Inherited from TextSelectionTool)
Protected MethodRaises the TextExtractionProgress event. (Inherited from TextSelectionTool)
Protected MethodRaises the TextFormatterChanged event. (Inherited from TextSelectionTool)
Protected MethodRaises the TextSearchingProgress event. (Inherited from TextSelectionTool)
Protected MethodProcesses the IME Windows messages. (Inherited from VisualTool)
Protected MethodResets this tool. (Inherited from VisualTool)
See Also