EditorView Methods |
The EditorView type exposes the following members.
| Name | Description | |
|---|---|---|
| Attach |
Use this method to attach the control to an existing document object.
| |
| ClearTrainingData |
Use this method to clear OCR-learnt recognition patterns.
| |
| Copy |
Use this function to copy the current selection to the clipboard.
| |
| Cut |
Use this function to move the current selection to the clipboard.
| |
| Detach |
Use this method to detach the control from an existing document. | |
| ExecuteCommand(Int32) |
Executes control specific command if enabled programatically.
| |
| ExecuteCommand(TECCOMMAND) |
Use this method to force the execution of a TEC command that is also available through the custom TEC toolbar or popup menu. | |
| FindText |
This method finds and selects the next occurrence of the word specified by the FindWhat parameter starting from the current insertion position. | |
| GetCommandState(Int32, Boolean, Boolean) |
Returns control specific command state as enabled or checked.
| |
| GetCommandState(TECCOMMAND, Boolean, Boolean) |
Use this method to request information about a particular toolbar command.
| |
| GetCustomMenuItems |
Use this method to return which item is displayed on a custom menu in a given group.
| |
| GetCustomToolbarButtons |
Use this method to return which button is on the customized toolbar in the given group.
| |
| GetMenu |
Returns a full menu about its own commands.
| |
| GetMenuString |
Returns control specific menu string to be displayed in a menu.
| |
| GetMessageString |
Returns a detailed control specific menu string to be displayed in a menu.
| |
| GetTextExtent |
Use this to retrieve the horizontal and vertical extents of the selected text in pixels.
| |
| GetTrainingData |
Returns with the current training data file name.
| |
| Int_Attach |
To attach the control to an existing IPRO object.
| |
| Int_Detach |
To detach the control from an existing IPRO object.
| |
| IsTrainingDataModified |
This checks whether the training data is modified or not.
| |
| MergeCells |
Use this to merge the selected table cells.
| |
| Paste |
Us this to pastes the current clipboard data at the current insertion position.
| |
| PrintText |
This method prints the currently displayed page. | |
| PrintTextEx |
This method prints a page range.
| |
| ProofChange |
This replaces the last flagged word found with the new string specified by the ChangedTo parameter. | |
| ProofFindNext |
This finds the next flagged word using the proofing conditions and returns values listed in TECPROOFRESULTS or 0 if not found. | |
| ProofGetChangeTo |
This returns the content of the Change To edit field on the Proofing bar.
| |
| ProofGetFoundWord |
This returns the last found flagged word. | |
| ProofGetSuggestions |
This returns the suggestion list for the last flagged word found. | |
| ProofSetChangeTo |
This sets the content of the Change To edit field on the Proofing bar.
| |
| Redo |
Call this method to redo the last undone operation.
| |
| ReplaceAllText |
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. | |
| ReplaceText |
This method finds and replaces the next occurrence of the word specified by the FindWhat parameter starting from the current insertion position. | |
| ResourceAdded |
Use this method to provide information on the type of resource that changed.
| |
| ResourceChanged |
Use this method to provide information on the change in the internal resource content.
| |
| ResourceDeleted |
Use this method to provide information on the deleted resource.
| |
| ResourceInvalidated |
Use this method to provide information on unknown resource changes.
| |
| ResourceSelectionChanged |
Use this method to provide information on the meaning of a selection change.
| |
| SaveTrainingData |
Use this to save the current training data, however it was created - automatically by IntelliTrain or by user interaction.
| |
| SetCommandHelpID |
Pairs a help ID to each command.
| |
| SetCustomMenuItems |
Use this method to set which item is displayed on a custom menu in a given group.
| |
| SetCustomToolbarButtons |
Use this method to set which button is on the customized toolbar in the given group.
| |
| SetHelpID |
If set, and F1 is pressed, returns a SetHelp ID from OnSetHelp.
| |
| SetUILang |
Sets UI language from LANGUAGES enumeration of IPRO.
| |
| ShowFindDialog |
Call this method to display the Find dialog.
| |
| ShowFindDialogEx |
Call this method to initialize and display the Find dialog. | |
| ShowReplaceDialog |
Call this method to display the text replace dialog.
| |
| ShowReplaceDialogEx |
Call this method to display the text range replace dialog.
| |
| ShowTrainEditDialog |
Displays the Edit Training Dialog which allows already trained characters to be viewed and certain ones deleted from the training set.
| |
| SpeakText | ||
| SplitCells |
Use this to split the selected table cell.
| |
| StartProofing |
This initiates the proofing procedure either using the Proofing dialog or the Proofing bar depending on the UseProofingDlg parameter.
| |
| StartTraining |
Call this method to display the Training Dialog which allows a selected, misrecognized character to be taught. | |
| StopSpeaking |
Call this method to stop reading pages if speak is supported on the PC.
| |
| Undo |
Call this method to undo the last editing operation.
| |
| UpdateCtrl |
Use this method to invalidate and redraw the entire view.
|