跳转到主要内容
ABBYY Documentation home page
简体中文
FineReader Engine
Search documentation...
⌘K
询问AI
Website
Get Started
Get Started
搜索...
Navigation
SpellWord
SpellWord 对象(ISpellWord 接口)
简介
导览
API 参考
Visual Components 参考
许可管理
安装
分发版
技术规格
常见问题
发行说明
概述
Visual Components
ImageViewer
ImageViewer 对象(IImageViewer
Image Viewer 命令
CenterOnDocumentPoint 方法
DocumentToScreen 方法
GetSelectedBlocksIndices 方法
GetSelectedCells 方法
ImageViewer 对象的 Print 方法
ScreenToDocument 方法
SetSelectedBlocksIndices 方法
ImageViewer 对象的 SetSelectedCells 方法
ShowDocumentArea 方法
UpdateOptions 方法
ZoomViewer
ZoomViewer 对象(IZoomViewer
Zoom Viewer 命令
CenterOnDocumentPoint 方法
DocumentToScreen 方法
GetSelectedBlocksIndices 方法
GetSelectedCells 的方法
ZoomViewer 对象的 ScreenToDocument 方法
SetSelectedBlocksIndices 方法
ZoomViewer 对象的 SetSelectedCells 方法
ShowDocumentArea 方法
UpdateOptions 方法
DocumentViewer
DocumentViewer 对象
Document Viewer 命令
UpdateOptions 方法
TextEditor
TextEditor 对象(ITextEditor
文本编辑器命令
ActivateOn 方法
CenterOnDocumentPoint 方法
DocumentToScreen 方法
GetSelection 方法
TextEditor 对象的 Print 方法
TextEditor 对象的 ScreenToDocument 方法
SetSelection 方法
TextEditor 的 ShowBlock 方法
ShowDocumentArea 方法(属于
UpdateOptions 方法
TextValidator
TextValidator 对象
EndSpelling 方法
TextValidator 对象的 Spell 方法
SpellBlock 方法
UpdateOptions 方法
IImageViewerEvents
IImageViewerEvents 接口
OnActivePageChanged 方法
OnActivePageChanging 方法
OnAfterDblClick 方法
OnAnalyzePage 方法
OnAnalyzeRegion 方法
OnAnalyzeTable 方法
OnBlockAdded 方法
OnBlockSelectionChanged 方法
OnChangeBlockType 方法
OnCorrectPerspective 方法
OnCorrectResolution 方法
OnCropImages 方法
OnDeleteBlocks 方法
OnEditImages 方法
OnLocked 方法
OnLongOperationFinished 方法
OnLongOperationStarted 方法
OnOptionsChanged 方法
OnPagesSelectionChanged 方法
OnProgress 方法
OnReadBlocks 方法
OnReadPage 方法
OnScale 方法
OnSelectTool 方法
OnSplitImages 方法
OnTableCellsSelected 方法
OnToolAddBlock 方法
OnToolChangeBlockRegion 方法
OnToolChangeTable 方法
OnToolEraseRect 方法
OnVisibleDocumentAreaChange 方法
IZoomViewerEvents
IZoomViewerEvents 接口
OnActivePageChanged 方法
OnAfterDblClick 方法
OnAnalyzePage 方法
OnAnalyzeRegion 方法
OnAnalyzeTable 方法
OnBlockAdded 方法
OnBlockSelectionChanged 方法
OnChangeBlockType 方法
OnDeleteBlocks 方法
OnLocked 方法
OnLongOperationFinished 方法
OnLongOperationStarted 方法
OnOptionsChanged 方法
OnProgress 方法
OnReadBlocks 方法
OnReadPage 方法
OnScale 方法
OnSelectTool 方法
OnTableCellsSelected 方法
OnToolAddBlock 方法
OnToolChangeBlockRegion 方法
OnToolChangeTable 方法
OnToolEraseRect 方法
OnVisibleDocumentAreaChange 方法
IDocumentViewerEvents
IDocumentViewerEvents 接口
OnActivePageChanged 方法
OnActivePageChanging 方法
OnAnalyzePages 方法
OnDeletePages 方法
OnDocumentChanged 方法
OnEditImages 方法
OnExportPages 方法
OnLocked 方法
OnLongOperationFinished 方法
OnLongOperationStarted 方法
OnOptionsChanged 方法
OnPagesSelectionChanged 方法
OnProgress 方法
OnReadPages 方法
OnRenumberingPages 方法
OnRenumberPages 方法
OnSendToPages 方法
ITextEditorEvents
ITextEditorEvents 接口
OnActivePageChanged 方法
OnActivePageChanging 方法
OnEditorBlockChanged 方法
OnLocked 方法
OnLongOperationFinished 方法
OnLongOperationStarted 方法
OnOptionsChanged 方法
OnScale 方法
OnSymbolSelected 方法
ITextValidatorEvents
ITextValidatorEvents 接口
OnActivePageChanged 方法
OnDocumentChanged 方法
OnLocked 方法
OnOptionsChanged 方法
OnSelectionChanged 方法
OnSpellingCompleted 方法
OnSymbolSelected 方法
OnValidationEvent 方法
IInputEvents
IInputEvents 接口
IInputEvents 的 OnChar 方法
OnKeyDown 方法
IInputEvents 的 OnKeyUp 方法
OnMouseButtonDown 方法
OnMouseButtonUp 方法
OnMouseDoubleClick 方法
OnMouseMove 方法
OnMouseWheel 方法
OnScroll 方法
辅助对象
Supplementary objects
ComponentSynchronizer 对象
IComponentSynchronizerEvents
命令
ICommandEvents
工具栏
PopupMenu
EditorPosition 对象
ValidatorError 对象
SpellReplacement
SpellReplacementCollection
SpellWord
SpellWord 对象(ISpellWord 接口)
CopyFrom Method
SpellWordCollection
枚举
Enumerations
BoxEditorToolEnum
DocumentViewerModeEnum
MenuItemEnum
MouseButtonEnum
ScaleTypes
SendToDestinationEnum
SynchronizationOperationEnum
TextEditorModeEnum
TextValidatorCommandEnum
在此页面
属性
方法
输出参数
输入参数
另请参阅
SpellWord
SpellWord 对象(ISpellWord 接口)
复制页面
复制页面
Visual Components 在 Windows 版 FRE 中实现。
此对象表示拼写检查过程中使用的一个单词。它可以是拼写检查期间添加到 Dictionary 的单词、添加到忽略词列表中的单词、为某个识别结果不确定的单词建议的替换词,或者该识别结果不确定的单词本身。
属性
名称
类型
描述
LanguageId
int
指定该单词语言的 ID。
LanguageName
BSTR
指定该单词语言的内部名称。
Word
BSTR
指定单词。
方法
名称
描述
CopyFrom
用另一个对象中对应属性的值初始化当前对象的属性。
输出参数
此对象是以下方法的输出参数:
ITextValidatorEvents
接口的
OnValidationEvent
方法
SpellWordCollection
对象的
Item
方法
输入参数
此对象是
SpellWordCollection
对象的
Add
和
InsertAt
方法的输入参数。
另请参阅
SpellWordCollection
SpellReplacement
此页面对您有帮助吗?
是
否
Item method
上一页
CopyFrom Method
下一页
⌘I
助手
AI生成的回答可能包含错误。