Foxit PDF SDK
|
Public Member Functions | |
ParagraphEditingUndoItem (ParagraphEditingUndoItem other) | |
Constructor, with another undo item object. More... | |
synchronized void | delete () |
Clean up related resources immediately. More... | |
boolean | isEmpty () |
Check whether current object is empty or not. More... | |
void | redo () throws com.foxit.sdk.PDFException |
Redo this item. More... | |
void | undo () throws com.foxit.sdk.PDFException |
Undo this item. More... | |
This class represents be used to when execute undo/redo operation.
com.foxit.sdk.addon.pageeditor.ParagraphEditingUndoItem.ParagraphEditingUndoItem | ( | ParagraphEditingUndoItem | other | ) |
Constructor, with another undo item object.
[in] | other | Another undo item object. |
synchronized void com.foxit.sdk.addon.pageeditor.ParagraphEditingUndoItem.delete | ( | ) |
Clean up related resources immediately.
Reimplemented from com.foxit.sdk.common.Base.
boolean com.foxit.sdk.addon.pageeditor.ParagraphEditingUndoItem.isEmpty | ( | ) |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.
void com.foxit.sdk.addon.pageeditor.ParagraphEditingUndoItem.redo | ( | ) | throws com.foxit.sdk.PDFException |
Redo this item.
void com.foxit.sdk.addon.pageeditor.ParagraphEditingUndoItem.undo | ( | ) | throws com.foxit.sdk.PDFException |
Undo this item.