C# Class LayoutFarm.Text.DocActionSplitToNewLine

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

Public Methods

Method Description
DocActionSplitToNewLine ( int lineNumber, int charIndex ) : System
InvokeRedo ( InternalTextLayerController textdom ) : void
InvokeUndo ( InternalTextLayerController textdom ) : void

Method Details

DocActionSplitToNewLine() public method

public DocActionSplitToNewLine ( int lineNumber, int charIndex ) : System
lineNumber int
charIndex 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