跳转到主要内容
ABBYY Documentation home page
简体中文
FineReader Engine
Search documentation...
⌘K
询问AI
Website
Get Started
Get Started
搜索...
Navigation
辅助对象
EditorPosition 对象(IEditorPosition 接口)
简介
导览
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
SpellWordCollection
枚举
Enumerations
BoxEditorToolEnum
DocumentViewerModeEnum
MenuItemEnum
MouseButtonEnum
ScaleTypes
SendToDestinationEnum
SynchronizationOperationEnum
TextEditorModeEnum
TextValidatorCommandEnum
在此页面
属性
输出参数
输入参数
另请参阅
辅助对象
EditorPosition 对象(IEditorPosition 接口)
复制页面
复制页面
该对象指定文档中的光标位置:页面、页面上的块、单元格 (表格块中) 、块中的段落 (或单元格中的段落) ,以及段落中的字符。
属性
名称
类型
描述
Block
int
指定
ILayout::VisualBlocks
集合中块的索引。
Cell
int
指定单元格 (位于表格块中) 的索引。如果光标位置不在表格块中,则此属性的值为 -1。
Page
int
指定文档中页面的索引。
Paragraph
int
指定段落的索引。如果光标位置位于图像块中,则此属性的值为 -1。
Symbol
int
指定段落中字符的索引。如果光标位置位于图像块中,则此属性的值为 -1。
输出参数
该对象是
TextEditor
对象的
GetSelection
方法的输出参数。
输入参数
此对象作为输入参数传递给以下方法:
TextEditor
对象的
SetSelection
方法
TextValidator
对象的
Spell
方法
ITextValidatorEvents
接口的
OnSelectionChanged
方法
另请参阅
ITextEditor::CursorPosition
IValidatorError::ErrorPosition
此页面对您有帮助吗?
是
否
PopupMenu 对象的 Item 方法
上一页
ValidatorError 对象(IValidatorError 接口)
下一页
⌘I
助手
AI生成的回答可能包含错误。