C# Class LayoutFarm.Text.DocActionDeleteRange

Inheritance: DocumentAction
Mostra file Open project: prepare/HTML-Renderer

Public Methods

Method Description
DocActionDeleteRange ( LinkedList deletedTextRuns, int startLineNum, int startColumnNum, int endLineNum, int endColumnNum ) : System
InvokeRedo ( InternalTextLayerController textdom ) : void
InvokeUndo ( InternalTextLayerController textdom ) : void

Method Details

DocActionDeleteRange() public method

public DocActionDeleteRange ( LinkedList deletedTextRuns, int startLineNum, int startColumnNum, int endLineNum, int endColumnNum ) : System
deletedTextRuns LinkedList
startLineNum int
startColumnNum int
endLineNum int
endColumnNum int
return System

InvokeRedo() public method

public InvokeRedo ( InternalTextLayerController textdom ) : void
textdom InternalTextLayerController
return void

InvokeUndo() public method

public InvokeUndo ( InternalTextLayerController textdom ) : void
textdom InternalTextLayerController
return void