C# Class LayoutFarm.Text.DocActionInsertRuns

Inheritance: DocumentAction
ファイルを表示 Open project: prepare/HTML-Renderer

Public Methods

Method Description
DocActionInsertRuns ( EditableRun insertingTextRun, int startLineNumber, int startCharIndex, int endLineNumber, int endCharIndex ) : System
DocActionInsertRuns ( IEnumerable insertingTextRuns, int startLineNumber, int startCharIndex, int endLineNumber, int endCharIndex ) : System
InvokeRedo ( InternalTextLayerController textdom ) : void
InvokeUndo ( InternalTextLayerController textdom ) : void

Method Details

DocActionInsertRuns() public method

public DocActionInsertRuns ( EditableRun insertingTextRun, int startLineNumber, int startCharIndex, int endLineNumber, int endCharIndex ) : System
insertingTextRun EditableRun
startLineNumber int
startCharIndex int
endLineNumber int
endCharIndex int
return System

DocActionInsertRuns() public method

public DocActionInsertRuns ( IEnumerable insertingTextRuns, int startLineNumber, int startCharIndex, int endLineNumber, int endCharIndex ) : System
insertingTextRuns IEnumerable
startLineNumber int
startCharIndex int
endLineNumber int
endCharIndex 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