Foxit PDF SDK
FoxitPDFSDKPython2.ParagraphEditingUndoItem Class Reference
Inheritance diagram for FoxitPDFSDKPython2.ParagraphEditingUndoItem:
FoxitPDFSDKPython2.Base

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...
 

Detailed Description

This class represents be used to when execute undo/redo operation.

Constructor & Destructor Documentation

◆ ParagraphEditingUndoItem()

def FoxitPDFSDKPython2.ParagraphEditingUndoItem.ParagraphEditingUndoItem (   other)

Constructor, with another undo item object.

Parameters
[in]otherAnother undo item object.

Member Function Documentation

◆ IsEmpty()

def FoxitPDFSDKPython2.ParagraphEditingUndoItem.IsEmpty ( )

Check whether current object is empty or not.

When the current object is empty, that means current object is useless.

Returns
true means current object is empty, while false means not.

◆ Redo()

def FoxitPDFSDKPython2.ParagraphEditingUndoItem.Redo ( )

Redo this item.

Returns
None.

◆ Undo()

def FoxitPDFSDKPython2.ParagraphEditingUndoItem.Undo ( )

Undo this item.

Returns
None.