C# Class LayoutFarm.Text.DocActionInsertRuns

Inheritance: DocumentAction
Afficher le fichier Open project: prepare/HTML-Renderer

Méthodes publiques

Méthode 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 méthode

public DocActionInsertRuns ( EditableRun insertingTextRun, int startLineNumber, int startCharIndex, int endLineNumber, int endCharIndex ) : System
insertingTextRun EditableRun
startLineNumber int
startCharIndex int
endLineNumber int
endCharIndex int
Résultat System

DocActionInsertRuns() public méthode

public DocActionInsertRuns ( IEnumerable insertingTextRuns, int startLineNumber, int startCharIndex, int endLineNumber, int endCharIndex ) : System
insertingTextRuns IEnumerable
startLineNumber int
startCharIndex int
endLineNumber int
endCharIndex int
Résultat System

InvokeRedo() public méthode

public InvokeRedo ( InternalTextLayerController textdom ) : void
textdom InternalTextLayerController
Résultat void

InvokeUndo() public méthode

public InvokeUndo ( InternalTextLayerController textdom ) : void
textdom InternalTextLayerController
Résultat void