Foxit PDF SDK
fsdk.ParagraphEditingUndoItem Class Reference

Public Member Functions

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.

Member Function Documentation

◆ IsEmpty()

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

Redo this item.

Returns
None.

◆ Undo()

def fsdk.ParagraphEditingUndoItem.Undo ( )

Undo this item.

Returns
None.