Foxit PDF SDK
foxit.addon.pageeditor.ParagraphEditingUndoItem Class Reference
Inheritance diagram for foxit.addon.pageeditor.ParagraphEditingUndoItem:
foxit.common.Base

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

Detailed Description

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

Constructor & Destructor Documentation

◆ ParagraphEditingUndoItem()

foxit.addon.pageeditor.ParagraphEditingUndoItem.ParagraphEditingUndoItem ( ParagraphEditingUndoItem  other)
inline

Constructor, with another undo item object.

Parameters
[in]otherAnother undo item object.

Member Function Documentation

◆ IsEmpty()

bool foxit.addon.pageeditor.ParagraphEditingUndoItem.IsEmpty ( )
inline

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()

void foxit.addon.pageeditor.ParagraphEditingUndoItem.Redo ( )
inline

Redo this item.

Returns
None.

◆ Undo()

void foxit.addon.pageeditor.ParagraphEditingUndoItem.Undo ( )
inline

Undo this item.

Returns
None.