Click or drag to resize

EditorView Methods

The EditorView type exposes the following members.

Methods
  NameDescription
Public methodAttach
Use this method to attach the control to an existing document object.
Public methodClearTrainingData
Use this method to clear OCR-learnt recognition patterns.
Public methodCopy
Use this function to copy the current selection to the clipboard.
Public methodCut
Use this function to move the current selection to the clipboard.
Public methodDetach
Use this method to detach the control from an existing document.
Public methodExecuteCommand(Int32)
Executes control specific command if enabled programatically.
Public methodExecuteCommand(TECCOMMAND)
Use this method to force the execution of a TEC command that is also available through the custom TEC toolbar or popup menu.
Public methodFindText
This method finds and selects the next occurrence of the word specified by the FindWhat parameter starting from the current insertion position.
Public methodGetCommandState(Int32, Boolean, Boolean)
Returns control specific command state as enabled or checked.
Public methodGetCommandState(TECCOMMAND, Boolean, Boolean)
Use this method to request information about a particular toolbar command.
Public methodGetCustomMenuItems
Use this method to return which item is displayed on a custom menu in a given group.
Public methodGetCustomToolbarButtons
Use this method to return which button is on the customized toolbar in the given group.
Public methodGetMenu
Returns a full menu about its own commands.
Public methodGetMenuString
Returns control specific menu string to be displayed in a menu.
Public methodGetMessageString
Returns a detailed control specific menu string to be displayed in a menu.
Public methodGetTextExtent
Use this to retrieve the horizontal and vertical extents of the selected text in pixels.
Public methodGetTrainingData
Returns with the current training data file name.
Public methodInt_Attach
To attach the control to an existing IPRO object.
Public methodInt_Detach
To detach the control from an existing IPRO object.
Public methodIsTrainingDataModified
This checks whether the training data is modified or not.
Public methodMergeCells
Use this to merge the selected table cells.
Public methodPaste
Us this to pastes the current clipboard data at the current insertion position.
Public methodPrintText
This method prints the currently displayed page.
Public methodPrintTextEx
This method prints a page range.
Public methodProofChange
This replaces the last flagged word found with the new string specified by the ChangedTo parameter.
Public methodProofFindNext
This finds the next flagged word using the proofing conditions and returns values listed in TECPROOFRESULTS or 0 if not found.
Public methodProofGetChangeTo
This returns the content of the Change To edit field on the Proofing bar.
Public methodProofGetFoundWord
This returns the last found flagged word.
Public methodProofGetSuggestions
This returns the suggestion list for the last flagged word found.
Public methodProofSetChangeTo
This sets the content of the Change To edit field on the Proofing bar.
Public methodRedo
Call this method to redo the last undone operation.
Public methodReplaceAllText
This method finds and replaces all occurrences of the word specified by the FindWhat parameter starting from the current insertion position with the word specified by the ReplaceWith parameter.
Public methodReplaceText
This method finds and replaces the next occurrence of the word specified by the FindWhat parameter starting from the current insertion position.
Public methodResourceAdded
Use this method to provide information on the type of resource that changed.
Public methodResourceChanged
Use this method to provide information on the change in the internal resource content.
Public methodResourceDeleted
Use this method to provide information on the deleted resource.
Public methodResourceInvalidated
Use this method to provide information on unknown resource changes.
Public methodResourceSelectionChanged
Use this method to provide information on the meaning of a selection change.
Public methodSaveTrainingData
Use this to save the current training data, however it was created - automatically by IntelliTrain or by user interaction.
Public methodSetCommandHelpID
Pairs a help ID to each command.
Public methodSetCustomMenuItems
Use this method to set which item is displayed on a custom menu in a given group.
Public methodSetCustomToolbarButtons
Use this method to set which button is on the customized toolbar in the given group.
Public methodSetHelpID
If set, and F1 is pressed, returns a SetHelp ID from OnSetHelp.
Public methodSetUILang
Sets UI language from LANGUAGES enumeration of IPRO.
Public methodShowFindDialog
Call this method to display the Find dialog.
Public methodShowFindDialogEx
Call this method to initialize and display the Find dialog.
Public methodShowReplaceDialog
Call this method to display the text replace dialog.
Public methodShowReplaceDialogEx
Call this method to display the text range replace dialog.
Public methodShowTrainEditDialog
Displays the Edit Training Dialog which allows already trained characters to be viewed and certain ones deleted from the training set.
Public methodSpeakText
Public methodSplitCells
Use this to split the selected table cell.
Public methodStartProofing
This initiates the proofing procedure either using the Proofing dialog or the Proofing bar depending on the UseProofingDlg parameter.
Public methodStartTraining
Call this method to display the Training Dialog which allows a selected, misrecognized character to be taught.
Public methodStopSpeaking
Call this method to stop reading pages if speak is supported on the PC.
Public methodUndo
Call this method to undo the last editing operation.
Public methodUpdateCtrl
Use this method to invalidate and redraw the entire view.
Top
See Also