Foxit PDF SDK
FoxitPDFSDKPython3.ParagraphEditingUndoItem Class Reference
Inheritance diagram for FoxitPDFSDKPython3.ParagraphEditingUndoItem:
FoxitPDFSDKPython3.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 FoxitPDFSDKPython3.ParagraphEditingUndoItem.ParagraphEditingUndoItem (   other)

Constructor, with another undo item object.

Parameters
[in]otherAnother undo item object.

Member Function Documentation

◆ IsEmpty()

def FoxitPDFSDKPython3.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 FoxitPDFSDKPython3.ParagraphEditingUndoItem.Redo ( )

Redo this item.

Returns
None.

◆ Undo()

def FoxitPDFSDKPython3.ParagraphEditingUndoItem.Undo ( )

Undo this item.

Returns
None.