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