Foxit PDF SDK
|
Public Member Functions | |
ParagraphEditingUndoItem (ParagraphEditingUndoItem other) | |
Constructor, with another undo item object. More... | |
bool | IsEmpty () |
Check whether current object is empty or not. More... | |
void | Redo () |
Redo this item. More... | |
void | Undo () |
Undo this item. More... | |
This class represents be used to when execute undo/redo operation.
|
inline |
Constructor, with another undo item object.
[in] | other | Another undo item object. |
|
inline |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.
|
inline |
Redo this item.
|
inline |
Undo this item.