|
Foxit PDF SDK
|
Public 成员函数 | |
| void | addUndoItem (ParagraphEditingUndoItem undo_item) |
| 用于通知页面添加撤销操作的回调函数。 更多... | |
| RectF | getClientRect (PDFDoc document) |
| 获取设备坐标系中客户端矩形的回调函数。 更多... | |
| int | getCurrentPageIndex (PDFDoc document) |
| 用于获取当前页面索引的回调函数。 更多... | |
| RectF | getPageRect (PDFDoc document, int page_index) |
| 用于获取设备坐标系中页面矩形的回调函数。 更多... | |
| java.lang.Object | getPageViewHandle (PDFDoc document, int page_index) |
| 获取页面视图窗口句柄的回调函数。 更多... | |
| RectF | getPageVisibleRect (PDFDoc document, int page_index) |
| 用于获取设备坐标系中可见页面矩形的回调函数。 更多... | |
| Matrix2D | getRenderMatrix (PDFDoc document, int page_index) |
| 获取渲染矩阵的回调函数。 更多... | |
| int | getRotation (PDFDoc document, int page_index) |
| 用于获取页面视图旋转的回调函数。 更多... | |
| float | getScale (PDFDoc document, int page_index) |
| 获取页面缩放比例的回调函数。 更多... | |
| Int32Array | getVisiblePageIndexArray (PDFDoc document) |
| 用于获取可见页面索引的回调函数。 更多... | |
| boolean | gotoPageView (PDFDoc document, int page_index, float left, float top) |
| 转到页面视图的回调函数。 更多... | |
| void | invalidateRect (PDFDoc document, int page_index, RectFArray invalid_rects) |
| 用于使页面矩形无效的回调函数。 更多... | |
| void | notifyTextInputReachLimit (PDFDoc document, int page_index) |
| 用于通知文本输入达到限制的回调函数。 更多... | |
| void | release () |
| 用于释放当前回调对象自身的回调函数。 更多... | |
| void | setDocChangeMark (PDFDoc document) |
| 用于通知文档已更改的回调函数。 更多... | |
此类表示段落编辑提供程序的回调对象。 此类中的所有纯虚函数都用作回调函数,应由用户实现。
| void com.foxit.sdk.addon.pageeditor.ParagraphEditingProviderCallback.addUndoItem | ( | ParagraphEditingUndoItem | undo_item | ) |
用于通知页面添加撤销操作的回调函数。
| [in] | undo_item | 撤销项目对象。 |
| RectF com.foxit.sdk.addon.pageeditor.ParagraphEditingProviderCallback.getClientRect | ( | PDFDoc | document | ) |
获取设备坐标系中客户端矩形的回调函数。
| int com.foxit.sdk.addon.pageeditor.ParagraphEditingProviderCallback.getCurrentPageIndex | ( | PDFDoc | document | ) |
用于获取当前页面索引的回调函数。
| RectF com.foxit.sdk.addon.pageeditor.ParagraphEditingProviderCallback.getPageRect | ( | PDFDoc | document, |
| int | page_index | ||
| ) |
用于获取设备坐标系中页面矩形的回调函数。
| [in] | page_index | 页面索引。 |
| java.lang.Object com.foxit.sdk.addon.pageeditor.ParagraphEditingProviderCallback.getPageViewHandle | ( | PDFDoc | document, |
| int | page_index | ||
| ) |
获取页面视图窗口句柄的回调函数。
| [in] | page_index | 页面索引。 |
| RectF com.foxit.sdk.addon.pageeditor.ParagraphEditingProviderCallback.getPageVisibleRect | ( | PDFDoc | document, |
| int | page_index | ||
| ) |
用于获取设备坐标系中可见页面矩形的回调函数。
| [in] | page_index | 页面索引。 |
| Matrix2D com.foxit.sdk.addon.pageeditor.ParagraphEditingProviderCallback.getRenderMatrix | ( | PDFDoc | document, |
| int | page_index | ||
| ) |
获取渲染矩阵的回调函数。
| [in] | page_index | 页面索引。 |
| int com.foxit.sdk.addon.pageeditor.ParagraphEditingProviderCallback.getRotation | ( | PDFDoc | document, |
| int | page_index | ||
| ) |
用于获取页面视图旋转的回调函数。
| [in] | page_index | 页面索引。 |
| float com.foxit.sdk.addon.pageeditor.ParagraphEditingProviderCallback.getScale | ( | PDFDoc | document, |
| int | page_index | ||
| ) |
获取页面缩放比例的回调函数。
| [in] | page_index | 页面索引。 |
| Int32Array com.foxit.sdk.addon.pageeditor.ParagraphEditingProviderCallback.getVisiblePageIndexArray | ( | PDFDoc | document | ) |
用于获取可见页面索引的回调函数。
| boolean com.foxit.sdk.addon.pageeditor.ParagraphEditingProviderCallback.gotoPageView | ( | PDFDoc | document, |
| int | page_index, | ||
| float | left, | ||
| float | top | ||
| ) |
转到页面视图的回调函数。
| [in] | page_index | 页面索引。 |
| [in] | left | 在页面中鼠标左键释放的左侧点,在中。 |
| [in] | top | 在页面中鼠标左键释放的顶部点,在中。 |
| void com.foxit.sdk.addon.pageeditor.ParagraphEditingProviderCallback.invalidateRect | ( | PDFDoc | document, |
| int | page_index, | ||
| RectFArray | invalid_rects | ||
| ) |
用于使页面矩形无效的回调函数。
| [in] | page_index | 页面索引。 |
| [in] | rects | 无效区域。invalid_rects中的矩形在设备坐标系中。 |
| void com.foxit.sdk.addon.pageeditor.ParagraphEditingProviderCallback.notifyTextInputReachLimit | ( | PDFDoc | document, |
| int | page_index | ||
| ) |
用于通知文本输入达到限制的回调函数。
| [in] | page_index | 页面索引。 |
| void com.foxit.sdk.addon.pageeditor.ParagraphEditingProviderCallback.release | ( | ) |
用于释放当前回调对象自身的回调函数。
| void com.foxit.sdk.addon.pageeditor.ParagraphEditingProviderCallback.setDocChangeMark | ( | PDFDoc | document | ) |
用于通知文档已更改的回调函数。
| [in] | document | 有效的PDF文档。 |