|
Foxit PDF SDK
|
Public 成员函数 | |
| ParagraphEditingUndoItem (ParagraphEditingUndoItem other) | |
| 构造函数,使用另一个撤销项目对象。 更多... | |
| synchronized void | delete () |
| 直接清除C++相关资源。 更多... | |
| boolean | isEmpty () |
| 检查当前对象是否为空。 更多... | |
| void | redo () throws com.foxit.sdk.PDFException |
| 重做此项目。 更多... | |
| void | undo () throws com.foxit.sdk.PDFException |
| 撤销此项目。 更多... | |
Public 成员函数 继承自 com.foxit.sdk.common.Base | |
| synchronized void | delete () |
| 直接清除C++相关资源。 更多... | |
此类表示在执行撤销/重做操作时使用的对象。
| com.foxit.sdk.addon.pageeditor.ParagraphEditingUndoItem.ParagraphEditingUndoItem | ( | ParagraphEditingUndoItem | other | ) |
构造函数,使用另一个撤销项目对象。
| [in] | other | 另一个撤销项目对象。 |
| synchronized void com.foxit.sdk.addon.pageeditor.ParagraphEditingUndoItem.delete | ( | ) |
直接清除C++相关资源。
| boolean com.foxit.sdk.addon.pageeditor.ParagraphEditingUndoItem.isEmpty | ( | ) |
检查当前对象是否为空。
当当前对象为空时,意味着当前对象无用。
| void com.foxit.sdk.addon.pageeditor.ParagraphEditingUndoItem.redo | ( | ) | throws com.foxit.sdk.PDFException |
重做此项目。
| void com.foxit.sdk.addon.pageeditor.ParagraphEditingUndoItem.undo | ( | ) | throws com.foxit.sdk.PDFException |
撤销此项目。