C# Class LayoutFarm.Text.DocumentAction

Datei anzeigen Open project: prepare/HTML-Renderer Class Usage Examples

Protected Properties

Property Type Description
startCharIndex int
startLineNumber int

Public Methods

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

Method Details

DocumentAction() public method

public DocumentAction ( int lineNumber, int charIndex ) : System
lineNumber int
charIndex int
return System

InvokeRedo() public abstract method

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

InvokeUndo() public abstract method

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

Property Details

startCharIndex protected_oe property

protected int startCharIndex
return int

startLineNumber protected_oe property

protected int startLineNumber
return int