C# Class LayoutFarm.Text.DocumentCommandCollection

Mostra file Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
AddDocAction ( DocumentAction docAct ) : void
Clear ( ) : void
DocumentCommandCollection ( InternalTextLayerController textdomManager ) : System
PopUndoCommand ( ) : DocumentAction
ReverseLastUndoAction ( ) : void
UndoLastAction ( ) : void

Private Methods

Method Description
EnsureCapacity ( ) : void

Method Details

AddDocAction() public method

public AddDocAction ( DocumentAction docAct ) : void
docAct DocumentAction
return void

Clear() public method

public Clear ( ) : void
return void

DocumentCommandCollection() public method

public DocumentCommandCollection ( InternalTextLayerController textdomManager ) : System
textdomManager InternalTextLayerController
return System

PopUndoCommand() public method

public PopUndoCommand ( ) : DocumentAction
return DocumentAction

ReverseLastUndoAction() public method

public ReverseLastUndoAction ( ) : void
return void

UndoLastAction() public method

public UndoLastAction ( ) : void
return void