C# Class LayoutFarm.Text.DocumentCommandCollection

Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
EnsureCapacity ( ) : void

Method Details

AddDocAction() public méthode

public AddDocAction ( DocumentAction docAct ) : void
docAct DocumentAction
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

DocumentCommandCollection() public méthode

public DocumentCommandCollection ( InternalTextLayerController textdomManager ) : System
textdomManager InternalTextLayerController
Résultat System

PopUndoCommand() public méthode

public PopUndoCommand ( ) : DocumentAction
Résultat DocumentAction

ReverseLastUndoAction() public méthode

public ReverseLastUndoAction ( ) : void
Résultat void

UndoLastAction() public méthode

public UndoLastAction ( ) : void
Résultat void